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