Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7
Search found 1 match
- 20.03.2011 17:24
- Forum: Помощь по скриптам
- Topic: В чем может быть проблема?
- Replies: 5
- Views: 5732
В чем может быть проблема?
Program Magery; BEGIN while true do begin if (Mana < 40) then begin while (Mana < MaxMana) do begin useskill('Meditation'); wait(3200); end; end; cast('Gate Travel'); WaitForTarget(200); TargetToObject($694E9814); {Ид руны указать здесь} wait(3100); end; END. После запуска скрипта делает один каст ...