Code: Select all
sub GetPickaxe()
var n
dim instrument[1]
instrument[1]='0x0E85'
for n=1 to 1
uo.findtype(instrument[n],-1,'my')
if uo.findcount() then
pickaxe=uo.getserial('finditem')
return
endif
next
uo.print('pickaxe not found')
gosunduk()
endsub
вот кусок скрипта но иногда он пишет ('pickaxe not found') и улетает к сундуку хоть кирка есть в руках