| 07-10-2003, 04:25 AM | #1 |
Anyone know where I can find this trigger? I really like the idea and want to use it in my own map. |
| 07-10-2003, 04:50 AM | #2 |
There's no built-in trigger for this. Blizzard by hand made the resurrection stone's power with triggers -- it's not an actual feature. If you want to see how they did it extract the orc campaign from the mpq. |
| 07-10-2003, 05:32 AM | #3 |
You can make it another way by creating a region infront of that stone... And when a player dies, review him instantly in that region :) |
| 07-11-2003, 12:07 AM | #4 |
just put regions in front of all the stones called tripwire 'X' or whatever and when a hero enters that update a variable integer array, changing the integer (for that particular hero) to be the one that corresponds to the stone. (say you have seven stones, set the integer to 1 if he approaches the first one, 6 if he approaches the sixth one). Then when a hero dies, run a trigger that revives him in another region near the appropriate ressurection stone, and add any funky animations that you want. :D oh yeah and you can add the cool glowing and stuff when you enter the tripwire if you want as well, and terminate the other glowings. |
