Hi i have just made a spell. It is based on thunderclap. The effect of this spell is that the trigger change animation of units in range of this spell to 0% and pause them also at their position there is a special effect (FreezingBreathTarget). The problem is that after 5 seconds those effects dont stop. here is a
- Freezing Howl
-
Events
- Unit - A unit is starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Freezing Howl
-
Actions
-
Unit Group - Pick every unit in (Units within (210.00+(50.00x(Real((Level of Freezing Howl for (Casting unit)) matching ((((Matching unit) is alive) Equal to True) and ((((Matching unit) belongs to an enemy of (Owner of (Casting unit))) Equal to True) and (((Matching unit) is Magic Immune) Equal to False)
-
Loop - Actions
- Unit Group - Add (Picked unit) to FreezingGroup
-
For each (Integer A) from 1 to (Number of units in FreezingGroup), do (Actions)
-
Loop - Actions
- Animation - Change (Random unit from FreezingGroup)´s animation speed to 0% of its original speed
- Unit - Pause (Random unit from FreezingGroup)
-
Loop - Actions
- Wait 5.00 seconds
-
For each (Integer A) from 1 to (Number of units in FreezingGroup), do (Actions)
-
Loop - Actions
- Animation - Change (Random unit from FreezingGroup)´s animation speed to 100% of its original speed
- Unit - Unpause (Random unit from FreezingGroup)
-
Loop - Actions
-
Loop - Actions
-
Unit Group - Pick every unit in (Units within (210.00+(50.00x(Real((Level of Freezing Howl for (Casting unit)) matching ((((Matching unit) is alive) Equal to True) and ((((Matching unit) belongs to an enemy of (Owner of (Casting unit))) Equal to True) and (((Matching unit) is Magic Immune) Equal to False)