- Joined
- Mar 23, 2008
- Messages
- 1,813
I would need some help for my multiboard. Before i decided to use my multiboard in my map i had this trigger to show a timer on when the hero was reborn:
-
RessShaman Copy
-
Events
- Unit - A unit Dies
-
Conditions
- (Unit-type of (Dying unit)) Equal to Shaman
-
Actions
- Countdown Timer - Start ShamanTimer as a One-shot timer that will expire in 25 seconds
- Countdown Timer - Create a timer window for (Last started timer) with title Time until ressurec...
- Countdown Timer - Show (Last created timer window) for (Owner of (Dying unit))
- Game - Display to (All players) the text: A hero has been kil...
- Wait 25.00 seconds
- Countdown Timer - Destroy (Last created timer window)
- Hero - Instantly revive (Dying unit) at (Center of Spawnkillspawn <gen>), Show revival graphics
- Camera - Pan camera for (Owner of (Dying unit)) to (Center of Spawnkillspawn <gen>) over 0.00 seconds
- Unit - Set mana of (Reviving Hero) to 100.00%
-
Events