It needs to be mui. I tried making myself but its freaking too hard.
so the spell:
every 3seconds it should stun random enemy for 1second that is affected by the freezing aura.
This is what kinda worked for a while:
so the spell:
every 3seconds it should stun random enemy for 1second that is affected by the freezing aura.
This is what kinda worked for a while:
- Time - Every 3.00 seconds of game time
-
Unit Group - Pick every unit in (Units in (Playable map area) matching ((Unit-type of (Matching unit)) Equal to Freezing Field)) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
- If - Conditions
-
Then - Actions
-
Unit Group - Pick every unit in (Random 1 units from (Units within 500.00 of (Position of (Picked unit)))) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Picked unit) has buff freez ) Equal to True
-
Then - Actions
- Set FreezingFieldFreeze = (Picked unit)
-
Else - Actions
- Skip remaining actions
- Unit - Order (Picked unit) to Night Elf Keeper Of The Grove - Entangling Roots FreezingFieldFreeze
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
-
Unit Group - Pick every unit in (Random 1 units from (Units within 500.00 of (Position of (Picked unit)))) and do (Actions)
-
Else - Actions
- Do nothing
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
Last edited by a moderator: