Скрипт с простым подбором с земли
===========================================
Код
sub bowkraft2()
While NOT uo.dead()
uo.set('finddistance','4')
if uo.count('0x1BD1') == 0 then
uo.findtype('0x1BD1','-1','ground')
uo.grab('1','finditem')
wait(400)
end if
if uo.count('0x1BD4') == 0 then
uo.findtype('0x1BD4','-1','ground')
uo.grab('1','finditem')
wait(400)
end if
uo.waittargettype('0x1BD1')
uo.usetype('0x1BD4')
uo.cancelmenu()
uo.waitmenu('make','bolt') # bolt #если надо стрелы , прописываем arrow
wait(5500)
if uo.count('0x1BFB') > 0 then
uo.findtype('0x1BFB','-1',backpack) #тайп болта
uo.moveitem('finditem','1','0x41E92DB6')# айди сундука куда скидывать стрелу
wait(500)
end if
wend
wend
end sub