- 48
- 10
- Версия MoonLoader
- .026-beta
Нужно чтобы каждые 10 минут бот выполнял эти действия:
Lua:
if id == 105 then
local x,y,z = getPosition()
if z ~= 11 then
sendDialog(id, 1, 0, '')
else
sendDialog(id, 1, 1, '')
end
return true
end
if id == 815 then
sendDialog(id, 1, 2, '')
return true
end
if id == 544 then
sendDialog(id, 1, -1, '1')
return true
end