Hi, I have been having issues trying to get a revive hero trigger to work properly. It has been stable and working for all user controlled slots, but it only revives computer heroes once. After they die the second time, they are not revived. Player 5 is the computer, players 3 and 4 are user controlled, but revive at a different altar (using a different trigger that does works). Again, when player 5's hero dies, it revives one time, but after that will not revive.
Here is the trigger
Thanks
Here is the trigger
-
Hero Revive
-
Events
- Unit - A unit Dies
- Conditions
-
Actions
- Wait 10.00 seconds
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (((Triggering unit) is A Hero) Equal to True) and ((Owner of (Triggering unit)) Not equal to Player 4 (Purple))
- (((Triggering unit) is A Hero) Equal to True) and ((Owner of (Triggering unit)) Not equal to Player 3 (Teal))
- (((Triggering unit) is A Hero) Equal to True) and ((Owner of (Triggering unit)) Not equal to Player 5 (Yellow))
- ((Triggering unit) is A Hero) Equal to ((Triggering player) is an ally of Player 5 (Yellow))
-
Then - Actions
- Hero - Instantly revive (Dying unit) at (Center of Camp Altar <gen>), Show revival graphics
-
Else - Actions
- Do nothing
-
If - Conditions
-
Events
-
Untitled Trigger 001
-
Events
- Unit - A unit Becomes revivable
-
Conditions
- (Owner of (Revivable Hero)) Equal to Player 5 (Yellow)
-
Actions
- Unit - Order Altar of Elders 0119 <gen> to Revive Hero (Revivable Hero)
-
Events
Thanks
Last edited: