- Joined
- Aug 18, 2011
- Messages
- 73
hi everyone
i tried to use this trigger to add a freeze effect and slowing down enemy units with buff Cold of cone
what wrong with this trigger and why it wont work?
i tried to use this trigger to add a freeze effect and slowing down enemy units with buff Cold of cone
what wrong with this trigger and why it wont work?
-
Cone of Cold buff
-
Events
- Time - Every 1.00 seconds of game time
- Conditions
-
Actions
-
Unit Group - Pick every unit in (Units in (Playable map area) matching (((Picked unit) has buff Cone of Cold ) Equal to True)) and do (Actions)
-
Loop - Actions
- Unit - Set (Picked unit) movement speed to ((Current movement speed of (Picked unit)) - ((Current movement speed of (Picked unit)) x 0.60))
- Animation - Change (Picked unit)'s vertex coloring to (0.00%, 0.00%, 100.00%) with 0.00% transparency
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Picked unit) has buff Cone of Cold ) Equal to False
-
Then - Actions
- Animation - Change (Picked unit)'s vertex coloring to (0.00%, 0.00%, 100.00%) with 0.00% transparency
- Unit - Set (Picked unit) movement speed to (Default movement speed of (Picked unit))
- Else - Actions
-
If - Conditions
-
Loop - Actions
-
Unit Group - Pick every unit in (Units in (Playable map area) matching (((Picked unit) has buff Cone of Cold ) Equal to True)) and do (Actions)
-
Events