Code: Select all
sub Heal()
VAR maxHp=uo.str
While not UO.dead()
if uo.Life() < maxHp
wait(500)
UO.Bandageself()
end if
wend
end sub
Вроде всё примивней не бывает.И один хрен парсе эррор
Moderators: Murderator+, Murderator
Code: Select all
sub Heal()
VAR maxHp=uo.str
While not UO.dead()
if uo.Life() < maxHp
wait(500)
UO.Bandageself()
end if
wend
end sub
Code: Select all
if uo.life < uo.str then