| 10-10-2002, 03:27 AM | #1 |
Guest | I cannot figure out how to achieve the following: - If a hero dies it ressurects automatically in 120 seconds - There needs to be a 7 second delay before this is carried out incase the hero is carrying an anhk. So if the hero is ressurected with an anhk the trigger to ressurect him/her in 120 seconds will not be executed. If anybody can tell me how to achieve this, regardless of how many triggers it might require, I would be very greatful. ://// :D :foot: :bgrun: emote_confused 8) 0_o emote_sweat :nono: :gfu: :ggani: :( :gsmile: |
| 10-10-2002, 07:06 AM | #2 |
Guest | Easy enough to do. If it is a preplaced hero you want to resurrect, do it as such: Event: Unit - Specific unit event (preplaced hero unit that you want revived) Dies Actions: Wait 120 seconds Hero - revive (instantly) Revive (preplaced hero unit that you want revived) at center of (location that you want it revived) Remember to add one of the extra wait functions if it is going to be a multiplayer map, and if it is reviving by an altar building, make sure to add a condition such as: boolean comparison (preplaced altar) is alive equal to true and about the 7 second wait for the ankh, dont worry about it. The hero dies event wont activate if the hero is carrying an ankh. Happy mapping! |
| 10-10-2002, 07:27 AM | #3 |
Guest | Thank you very much :) |
