- Joined
- Jul 10, 2013
- Messages
- 73
I have my auto hero revive triggers here, I am just wondering why it is not working. My hero doesn't revive as well as the timer not starting.
-
Revive12
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
(Owner of (Dying unit)) Equal to Player 12 (Brown)
-
Or - Any (Conditions) are true
-
Conditions
-
(Unit-type of (Dying unit)) Equal to |CFF20C000Biomind (Basic Hero)
-
(Unit-type of (Dying unit)) Equal to |CFF20C000Biomind (Intellect Hero)
-
(Unit-type of (Dying unit)) Equal to |CFF20C000Biomind (Strength Hero)
-
-
-
-
Actions
-
Countdown Timer - Start Revive12 as a One-shot timer that will expire in 30.00 seconds
-
Countdown Timer - Show (Last created timer window) for Player 12 (Brown)
-
Wait 30.00 seconds
-
Set tempunit3 = (Random unit from Zombies2)
-
Set Point = (Position of tempunit3)
-
Hero - Instantly revive (Dying unit) at Point, Show revival graphics
-
Custom script: call RemoveLocation(udg_Point)
-
-