Hey im trying to make a spell that when the AOE dummy spell is cast, the spell will freeze all enemies in the area. Right now im just working on the special effect part. I have the effect part down perfectly: A blizzard shard comes down on each unit in the area of the spell and then the unit is frozen.
however after the duration of the spell is over (its channeled) the frozen effect wont go off of the enemies. Its a pretty simple trigger, i think i just have a small thing wrong.
Here is the trigger:

however after the duration of the spell is over (its channeled) the frozen effect wont go off of the enemies. Its a pretty simple trigger, i think i just have a small thing wrong.
Here is the trigger:
-
freeze
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Freezing Field
-
-
Actions
-
Unit Group - Pick every unit in (Units within 800.00 of (Target point of ability being cast) matching (((Matching unit) belongs to an enemy of (Owner of (Casting unit))) Equal to True)) and do (Actions)
-
Loop - Actions
-
Special Effect - Create a special effect attached to the origin of (Picked unit) using Abilities\Spells\Human\Blizzard\BlizzardTarget.mdl
-
-
-
Wait 0.20 seconds
-
Unit Group - Pick every unit in (Units within 800.00 of (Target point of ability being cast) matching (((Matching unit) belongs to an enemy of (Owner of (Casting unit))) Equal to True)) and do (Actions)
-
Loop - Actions
-
Special Effect - Create a special effect attached to the origin of (Picked unit) using Abilities\Spells\Undead\FreezingBreath\FreezingBreathTargetArt.mdl
-
-
-
Wait 4.80 seconds
-
Unit Group - Pick every unit in (Units within 800.00 of (Target point of ability being cast) matching (((Matching unit) belongs to an enemy of (Owner of (Casting unit))) Equal to True)) and do (Actions)
-
Loop - Actions
-
Special Effect - Destroy (Last created special effect)
-
-
-
-