Прямая связь с администрацией по скайпу: gods.dragon
We've noticed that you've been inactive for over 10 minute(s). We've stopped running the Shoutbox due to your inactivity. If you are back again, please click the I'm Back button below.
sub healing()
var t
var i
while not (uo.dead())
while uo.life < uo.str
if uo.count('0x0E21') > 0 then
uo.bandageself()
wait(500)
end if
if uo.life < (uo.str/3*2) and uo.count('0x182E') then
uo.msg('.drink heal')
end if
wait(500)
if uo.stamina < 3 and uo.count('0x182F') and uo.injournal("to move") then
uo.msg('.drink refresh')
end if
i = 0
uo.deletejournal()
Repeat
i = i + 1
wait(100)
Until UO.InJournal("put|failed") or i == 70
wend
wait(500)
wend
uo.print('HP FULL')
end sub