Reagente Counting...
Posted: 2005-09-15 03:02:16
Well, i did this script to open my reagente bags and then, the number of each reagente i have will appear at the window bar...
Is there something i could do to improve it quality ?
Is there something i could do to improve it quality ?
Code: Select all
sub Count()
loop:
uo.findtype('0x0e76')
if uo.GetQuantity('finditem')>0 then
uo.useobject('finditem')
wait(100)
uo.ignore('finditem')
goto loop
endif
uo.ignorereset()
endsub