open corpose and loot

Ask for help

Moderators: Murderator+, Murderator

Post Reply
creaturez
Posts: 9
Joined: 2004-11-02 21:52:22
Contact:

open corpose and loot

Post 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
dagoFee
drcrazy
Junior Expert
Posts: 92
Joined: 2004-10-12 00:48:57
Location: Шард МЕ2

Post by drcrazy »

RTFM

В хелпе есть инфа по встроенному объекту lastcorpse
The pleasure of satisfying a savage instinct, undomesticated by the ego, is incomparably much more intense then the one of satisfying a tamed instinct. S.Freud.
Keneth
Posts: 8
Joined: 2004-09-03 15:33:24

Post 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
Bloodmoon
Posts: 128
Joined: 2004-06-23 08:55:32

Post by Bloodmoon »

Why doy like LOOT? :) I don`t understand you.
©Blodmoon :)
Post Reply