Написал тока, что прям в окошке ответа -)) Так, что доправляй сам
Code:
sub fastloot()
repeat
var c
uo.findtype("тип трупака",'-1','ground')
if uo.findcount() && uo.getDistance('finditem') < 3 then
c = uo.getSerial('finditem')
uo.useobject(c)
checklag()
uo.findtype('тип сумки','-1',c)
if uo.findcount() then
uo.moveitem('finditem','0','backpack')
wait(100)
endif
repeat
uo.findtype('-1','-1',c)
if uo.findcount() then
uo.moveitem('finditem','0','backpack')
wait(100)
endif
until not uo.findcount()
uo.hide(c)
uo.ignore(c)
endif
wait(50)
until 0
endsub