[Help]this script cause lag why
Posted: 2008-01-27 22:06:38
I would like to know how get this script does not cause lag
Code: Select all
sub hpoison()
while NOT UO.Dead()
repeat
if UO.Poisoned()==1 then
wait(700)
uo.exec("cast 'Cure' self")
end if
if uo.poisoned()==0 then
if UO.Life < UO.str then
UO.bandageself()
wait(4000)
endif
until UO.Life == UO.str
if UO.Life <= 30 then
uo.usetype('0x0E24')
wend
end sub