Looting
Posted: 2011-04-28 18:32:00
sub Lootall()
var n, corpse
if (uo.getserial('backpack') <> uo.getserial('lastcontainer')) then
uo.ignorereset()
corpse=uo.getserial('lastcontainer')
uo.findtype(-1,-1,corpse)
while uo.findcount()
n=uo.getserial('finditem')
uo.moveitem('finditem',0,'backpack')
uo.print(' item '+str(uo.findcount()))
checklag()
wait(600)
uo.findtype(-1,-1,corpse)
if uo.findcount() then
if n==uo.getserial('finditem') then
uo.ignore('finditem')
uo.findtype(-1,-1,corpse)
endif
endif
wend
endif
uo.print(' -= Done =- ')
endsub
Подправьте этот скрипт так,чтобы все луталось в отдельную сумочку,желательно по ID...плз..
var n, corpse
if (uo.getserial('backpack') <> uo.getserial('lastcontainer')) then
uo.ignorereset()
corpse=uo.getserial('lastcontainer')
uo.findtype(-1,-1,corpse)
while uo.findcount()
n=uo.getserial('finditem')
uo.moveitem('finditem',0,'backpack')
uo.print(' item '+str(uo.findcount()))
checklag()
wait(600)
uo.findtype(-1,-1,corpse)
if uo.findcount() then
if n==uo.getserial('finditem') then
uo.ignore('finditem')
uo.findtype(-1,-1,corpse)
endif
endif
wend
endif
uo.print(' -= Done =- ')
endsub
Подправьте этот скрипт так,чтобы все луталось в отдельную сумочку,желательно по ID...плз..