даже вот сюда просто вставьте строчку где юзать коробочку ну только чтобы она меня не убила(ну как я просил)
Code:
sub heal()
VAR X=0
repeat
if uo.life < uo.str then ;;; healing
while uo.life < uo.str
uo.exec("bandageself")
uo.deletejournal()
while not (X == 60 or uo.injournal("backpack") or uo.injournal ("reach that") or uo.injournal("current state") or uo.injournal("barely") or uo.injournal("mummy") or uo.injournal("target info"))
wait(100)
X=X+1
if uo.injournal("reach that") or uo.injournal("current state") or uo.injournal("target info") then
wait(1000)
endif
if uo.stamina < 50 then
uo.usetype("0x0F0B") ;ïüåì ðåôðåøêó
endif
wend
X=0
wend
uo.deletejournal()
endif
wait(100)
until uo.dead()
end sub