Code: Select all
sub heal()
VAR X=0
repeat
if uo.life < uo.str then ;;; healing
uo.unequip("Rhand")
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 < 65 then
uo.usetype("0x0F0B") ;пьем рефрешку
endif
wend
X=0
wend
uo.deletejournal()
uo.usetype("0x143C") ;стучалка
uo.usetype("0x1B73") ;щит
endif
wait(100)
until uo.dead()
end sub
блин опять та же проблема, что и в спаринге
после того как отхиливается берет в руки щит, а на оружие пишет:
the item should be equpped




в чем проблема??????