- Joined
- Apr 4, 2011
- Messages
- 995
I am currently using this trigger to fire events for a spell of mine based off of immolation to make a switch on/off passive ability which drains mana. The spell is not firing the unimmolation events when the unit turns off the spell due to lack of mana, but it does fire correctly when the player turns the spell off manually. Are there any easy workarounds or fixes?
-
Unholy Eclipse On Off
-
Events
-
Unit - A unit Is issued an order with no target
-
-
Conditions
-
(Level of Unholy Eclipse for (Triggering unit)) Greater than 0
-
Or - Any (Conditions) are true
-
Conditions
-
(Issued order) Equal to (Order(immolation))
-
(Issued order) Equal to (Order(unimmolation))
-
-
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Issued order) Equal to (Order(immolation))
-
-
Then - Actions
-
Else - Actions
-
-
-