Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7
Search found 1 match
- 16.07.2006 15:15
- Forum: Помощь по скриптам
- Topic: Magery (speech problem)
- Replies: 1
- Views: 5508
Magery (speech problem)
program Mageryept; var t:Integer; {$Include 'all.inc'} Begin SetARStatus(true); Hungry(1,backpack); while not dead do begin while (mana > MaxMana - 7 ) do begin CheckSave; waittargetself; cast('Poison'); Wait(3500); while (HP < 60) do begin UseObject(FindType($0E21,backpack)); WaitTargetSelf; Wait(...