- Joined
- Aug 27, 2013
- Messages
- 104
Hello,
I am testing this mass life drain spell for my boss fight. When I do it like this it works, but when I set that Lich activates Life Drain it doesn't work. How I can make it work?
I am testing this mass life drain spell for my boss fight. When I do it like this it works, but when I set that Lich activates Life Drain it doesn't work. How I can make it work?
-
Untitled Trigger 001
-
Events
-
Unit - Lich 0000 <gen>'s life becomes Less than 700.00
-
-
Conditions
-
Actions
-
Trigger - Turn off (This trigger)
-
Unit Group - Pick every unit in (Units within 900.00 of (Position of Lich 0000 <gen>)) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Owner of (Picked unit)) Equal to Player 1 (Red)
-
-
Then - Actions
-
Unit - Create 1 dummy for Player 2 (Blue) at (Position of Lich 0000 <gen>) facing Default building facing degrees
-
Unit - Add Life Drain (Neutral Hostile) to (Last created unit)
-
Unit - Order (Last created unit) to Neutral Dark Ranger - Life Drain (Picked unit)
-
-
Else - Actions
-
-
-
-
-