var maneken
sub main() uo.print ('Скрипт Хердинг') wait (1000) UO.Print('ВЫБЕРИ ОБЬЕКТ ИЗУЧЕНИЯ') UO.Exec('addobject maneken') while uo.Targeting() wait(400) wend wait (1000)
uo.unsetcatchbag () wait (1000) uo.unsetreceivingcontainer () wait (1000) uo.cancelmenu () wait (1000) uo.setarm ('1') wait (1000) uo.setdress ('1') wait (1000) uo.print ('запускаю скрипт')
start: repeat
checklag () wait (500) UO.WaitTargetObject('maneken', 'maneken') wait (200) uo.warmode(false) wait (200) Uo.usetype ("0x13F4") wait (2100) if uo.injournal("peek into your backpack") then wait (500) checklag () wait (500) uo.say ('guards') wait (500) endif wait (500) if uo.warmode()==1 Then uo.warmode(false) wait (500) endif wait (500)
if uo.Life<=uo.str-20 then HEAL () endif wait (500)
until uo.dead () end sub
Sub checklag() UO.DeleteJournal( 'backpack' ) UO.Click( 'backpack' ) wait(300) repeat wait(400) until UO.InJournal( 'backpack' ) endsub
sub HEAL () repeat checklag() wait (200) Uo.bandageself () wait (3400) until uo.life==uo.str wait (200) UO.arm ('1') wait (1400) end if end sub
|