Page 1 of 1

open corpose and loot

Posted: 2004-11-02 22:06:22
by creaturez
i'm trying to find a function to open a corpose
and another function to target some object types in it (to grab them)
can anybody help me?

ciao ciao

Posted: 2004-11-02 23:16:36
by drcrazy
RTFM

В хелпе есть инфа по встроенному объекту lastcorpse

Posted: 2004-11-03 01:11:30
by Keneth
mmm dont know if this will work, but lets try...

sub loot()

uo.addobject('corpse')
while uo.targeting()
wait(100)
wend

uo.useobject('corpse')
wait(500)
uo.waittargetobject('corpse')
uo.emptycontainer('10')

end sub

Posted: 2004-11-04 00:57:04
by Bloodmoon
Why doy like LOOT? :) I don`t understand you.