- Joined
- Aug 4, 2008
- Messages
- 279
-
Area Congelada
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Area Congelada
-
-
Actions
-
Set AC_IT[1] = (AC_IT[1] + 1)
-
Set AC_TP[AC_IT[1]] = (Target point of ability being cast)
-
For each (Integer AC_IT[1]) from 1 to 10, do (Actions)
-
Loop - Actions
-
Set AC_Point[AC_IT[1]] = (AC_TP[AC_IT[1]] offset by 100.00 towards AC_Angle[AC_IT[1]] degrees)
-
Special Effect - Create a special effect at AC_Point[AC_IT[1]] using Abilities\Spells\Undead\FrostNova\FrostNovaTarget.mdl
-
Special Effect - Destroy (Last created special effect)
-
Custom script: call RemoveLocation (udg_AC_Point[udg_AC_IT[1]])
-
Set AC_Point[AC_IT[1]] = (AC_TP[AC_IT[1]] offset by 200.00 towards AC_Angle[AC_IT[1]] degrees)
-
Special Effect - Create a special effect at AC_Point[AC_IT[1]] using Abilities\Spells\Undead\FrostNova\FrostNovaTarget.mdl
-
Special Effect - Destroy (Last created special effect)
-
Custom script: call RemoveLocation (udg_AC_Point[udg_AC_IT[1]])
-
Set AC_Point[AC_IT[1]] = (AC_TP[AC_IT[1]] offset by 300.00 towards AC_Angle[AC_IT[1]] degrees)
-
Special Effect - Create a special effect at AC_Point[AC_IT[1]] using Abilities\Spells\Undead\FrostNova\FrostNovaTarget.mdl
-
Special Effect - Destroy (Last created special effect)
-
Custom script: call RemoveLocation (udg_AC_Point[udg_AC_IT[1]])
-
Set AC_Angle[AC_IT[1]] = (AC_Angle[AC_IT[1]] + 36.00)
-
-
-
Custom script: call RemoveLocation (udg_AC_TP[udg_AC_IT[1]])
-
-