Full Version : using spawners to spawn other spawners
xmlspawner >>Q&A >>using spawners to spawn other spawners


<< Prev | Next >>

torque63- 03-01-2010
I want to know if there is a way to make it so if i want to use a xml spawner to spawn other xml spawners. Its for a monster bash, we would like to use it for this for certain areas and using one spawner to control it would be awesome. please reply if there is any way to do this. Thanks.

Torque

Joraell- 03-15-2010
Hi, i dont know if you need this. but.....

1/create 2 spawners named A and B.

2/Get serial (.get serial) from B spawner (example: 0x40492A15)

3/On "A" spawner set this: "SET,0x40492A15/dorespawn/true" or "SET,0x40492A15/running/true"

You can set by this everithing on spawner.

Jason- 03-20-2010
I'm at work so I cant verify the the actual entries but I'll do my best...

For example, you want SpawnerA to trigger off of SpawnerB. You set the "Trigger Object" in spawnerA to SpawnerB itself(TriggerObjectName should be the specific name you gave to SpawnerB). Under "TriggerProperty" you need to dictate what properties or actions SpawnerB needs to perform to trigger SpawnerA. For some of mine, I've used SequentialSpawn=5, meaning, if the spawn is in subgroup 5, it triggers. You can set this to any property, such as Running=true. Hope this helps!