За основу взят скрипт Xeon-а. Спасибо ему.
Code
sub loot_lab()
uo.addobject('Corpse');
var kriss='0x1400'# крисс
dim items[17];
var i
######################################################
### Golds ###
items[0]=0x0eed; Gold
items[1]=0x1067; цветная кожа
### Bolts&Arrows$other ###
items[2]='0x0F3F'; Arrows
items[3]='0x0E2A'; sanset potion
items[4]='0x0E2C'; fire potion
items[5]='0x1838'; Essence of firewproof
### Regs ###
items[6]='0x0F7A'; Black Pearls
items[7]='0x0F85'; Ginsengs
items[8]='0x0F8D'; Spider's Silks
items[9]='0x0F84'; Garlics
items[10]='0x0F88'; Nightshades
items[11]='0x0F7B'; Blood Mosss
items[12]='0x0F8C'; Sulfurous Ashs
items[13]='0x0F86'; Mandrake Roots
### Regs$other ###
items[14]='0x0F8E'; Serpent's scales
items[15]='0x0F78'; Batwings
items[16]='0x0F91'; Wirm's heart
######################################################
while uo.targeting()
wait(100)
wend
uo.Waittargetobject('Corpse')
uo.usetype(kriss)
wait(3200)
uo.useobject('Corpse');
wait(200)
for i = 0 to 16
uo.findtype(items[i], -1, 'Corpse');
while uo.findcount()
uo.findtype(items[i], -1, 'Corpse');
uo.grab(0,'finditem')
wait(250)
wend
next
end sub
Рабочий, но иногда, если таргет не на труп поставить не выключается сам.
Если не сложно подправьте.