- Joined
- Aug 26, 2007
- Messages
- 107
Hi, I have a problem making a frost nova spell, like one from World of Warcraft. The trigger goes as follows:
The problem is, I can't get the units who have been frozen to unfreeze, any help would be great.
Just so there is no confusion, when there is a ----(Whatever)---- it doesn't mean its a new trigger, it just means to type that whole part in trigger form will take a while.
- Events:
- Unit - A unit finishes casting an abilty.
- Conditions:
- Ability being cast = to (Frost Nova AOE)
- Actions:
- Set Frost_Nova_Unit = (Casting Unit)
- Unit - Pause Frost_Nova_Unit
-
Unit Group - Pick every unit in (Units within 400.00 of (Position of Frost_Nova_Unit) matching ((Owner of (Matching unit)) Not equal to (Owner of Frost_Nova_Unit))) and do (Actions)
-
Loop - Actions
- Unit - Pause (Picked unit)
- Animation - Change (Picked units)'s animation speed to 0.00% of its original speed
- Wait 5 seconds
- Animation - Change (Picked units)'s animation speed to 100.00% of its original speed.
- Unit - Unpause (Picked unit)
-
Loop - Actions
- Wait 1.00 seconds
- Unit - Unpause Frost_Nova_Unit
The problem is, I can't get the units who have been frozen to unfreeze, any help would be great.
Just so there is no confusion, when there is a ----(Whatever)---- it doesn't mean its a new trigger, it just means to type that whole part in trigger form will take a while.