Zaranje Sposiba.
Newby Acc

Moderators: Murderator+, Murderator
Code: Select all
sub Heal()
var exit=0
uo.setdressspeed('350')
uo.setarm('heal')
while (uo.GetHP()<>uo.GetMaxHP()) OR (exit==1)
uo.DeleteJournal()
uo.bandageself()
repeat
wait(100)
until uo.InJournal('You put the bloody') OR uo.InJournal('You apply the bandages, but they') OR uo.InJournal('No items found')
if uo.InJournal('No items found') then
uo.Print('Kupi binty,pridurok!')
exit=1
end if
wend
uo.arm('heal')
end sub
;by Exile