Yoko
http://forum.yoko.com.ua/

uo.frozen()
http://forum.yoko.com.ua/viewtopic.php?f=20&t=9250
Page 1 of 1

Author:  dagofee [ 2006-11-04 00:42:15 ]
Post subject:  uo.frozen()

is there a way to detect if my pg is frozen like

while uo.frozen()
wait(10)
wend
if uo.life < uo.str then
#usetype gheal
else
#usetype other-thing
end if

Author:  Infectous [ 2006-11-04 07:03:59 ]
Post subject: 

Code:
sub CheckLag()
uo.DeleteJournal()
uo.Click('backpack')
repeat
wait(200)
until uo.InJournal("backpack")
end sub


if uo.life < uo.str then
checklag()
usetype gheal
else
checklag()
usetype other-thing
end if

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/