How would i have a monster open a gate upon death to a location of my choice?
QUOTE (Dave1969 @ July 29, 2006 06:32 pm) |
How would i have a monster open a gate upon death to a location of my choice? |
you could use the xmldeathaction attachment for this. Spawn it like
orc/ATTACH/<xmldeathaction/action/@moongate/target/(1500,1100,0)/targetmap/felucca/ATTACH/temporaryquestobject,,1
that will create a moongate at the corpse on death, and the temporaryquestobject attachment on the gate will cause it to be deleted after 1 minute.
Arte do i have to download this attachment? I didnt see it in the xml file section. When i tried to add this attachment to a spawner. it gave me the "Invalid Attach error" " No such attachment : xmldeathaction"
ah, it was included in one of the recent releases.
ahh ok Arte. Im running runuo 1.0 so i have your original spawner. O well thanks for all you do
QUOTE (Dave1969 @ July 30, 2006 05:08 pm) |
ahh ok Arte. Im running runuo 1.0 so i have your original spawner. O well thanks for all you do |
the attachment should still work with 1.0. Just grab it out of the latest release.
yeah i tried it. The gate didnt spawn
QUOTE (Dave1969 @ July 30, 2006 06:15 pm) |
yeah i tried it. The gate didnt spawn |
have you gone through all of the optional xmlspawner installation steps?
You will need to perform #2 to support attachments that are triggered by creature kills.
It worked Arte. I would have never figured out to do that. Your the man