NMY wrote:
or each time close target and try to use every time the trashcan
yeah that was about the only way I can do it
Code:
sub targ_in_cont()
uo.canceltarget()
uo.print('Target the bag if items...')
uo.exec('addobject rewardbag')
while uo.targeting()
wait(100)
Wend
uo.useobject('rewardbag')
uo.findtype('-1',"-1",'rewardbag','backpack')
repeat
uo.waittargetobject('finditem')
uo.usefromground('0x0E77','0x079A')
wait(200)
uo.lclick(87,169)
wait(200)
uo.lclick(306,329)
wait(200)
checklag()
uo.findtype('-1',"-1",'rewardbag','backpack')
until uo.findcount() == 0
end sub
till I master gumps she's uo.lclick() for me
and thank you for the help brain storming ideas