sub CheckLag()
UO.DeleteJournal()
UO.Click('backpack')
repeat
wait(50)
until UO.InJournal('backpack')
end sub
sub meditate()
var exit, LastTimer, manka
uo.disarm()
wait(2000)
exit = 0
while exit <> 1
manka = UO.INT
CheckLag()
uo.waittargettype ('0x1008')
uo ...
Search found 1 match
- 2004-07-10 15:51:11
- Forum: Scripting Ore
- Topic: Скрипт на медитацию
- Replies: 1
- Views: 1489