Вот хороший скрипт,немного я его редактировал:
Code:
sub Train_Healing()
var i
while True
UO.FindType(0x0E21,"-1","my")
if UO.FindCount() then
uo.usetype(0x1718); Cursed Hat
CheckLag()
if i==3 or not i then
Spirit() #----
i=1
else
i=i+1
endif
# uo.useskill ("Spirit Speak")
wait(2000)
uo.undress()
wait(100)
uo.exec('bandageself')
Wait(2000)
else
UO.FindType(0x0E20,"-1","my")
if UO.FindCount() then
uo.waittargettype(0x1008) # wash basin
uo.UseType(0x0E20) #bloody bandages
CheckLag()
else
uo.print("You haven't bandages")
uo.exec("terminate Train_Healing")
Play_Sound(1)
endif
endif
wend
end sub