Hello fellow Hivers,
I don't know why this trigger is not working, as I don't see any reason why it shouldn't.
When one of the servants (=Tidal Guard) is killed, I want to display a message from a boss (Arineon). However, in a case the boss is killed faster then the servants, I want the message to not appear (as he is dead obviously).
Can someone give me advice?
I don't know why this trigger is not working, as I don't see any reason why it shouldn't.
When one of the servants (=Tidal Guard) is killed, I want to display a message from a boss (Arineon). However, in a case the boss is killed faster then the servants, I want the message to not appear (as he is dead obviously).
Can someone give me advice?
-
Arineon Elemental Death 4
-
Events
-
Unit - Tidal Guard 0367 <gen> Dies
-
-
Conditions
-
(Owner of (Killing unit)) Equal to Player 1 (Red)
-
-
Actions
-
If ((|cffffcc00Arineon, the Tidal Lord (Elite)|r 0210 <gen> is dead) Equal to True) then do (Trigger - Turn off (This trigger)) else do (Do nothing)
-
Game - Display to Player Group - Player 1 (Red) the text: |cffffff00Arineon,...
-
Unit - Order |cffffcc00Arineon, the Tidal Lord (Elite)|r 0210 <gen> to Attack (Killing unit)
-
Wait 4.00 seconds
-
Trigger - Turn off (This trigger)
-
-