Right now I have this:
Code: Select all
Lotsofdropping:
UO.FindType('0x19B9','0x0000','orebag')
if UO.GetQuantity('finditem')>0 then
UO.MoveItem('finditem','0','StoreCont')
CheckLag()
wait(500)
goto Lotsofdropping
endif
But for some reason, it does not always find ALL the piles of ore. Is there a way to do this?