First is freezing aura. it should stun random enemy every 3 seconds
maybe something like
Unit - A unit Is issued an order with no target
(Issued order) Equal to (Order(stomp))
????
- Time - Every 3.00 seconds of game time
- Custom script: set bj_wantDestroyGroup = true
- Set FF_group = (Units in (Playable map area) matching ((Unit-type of (Matching unit)) Equal to Freezing Field Dummy))
-
For each (Integer A) from 1 to (Number of units in FF_group), do (Actions)
-
Loop - Actions
-
Unit Group - Pick every unit in (Random 1 units from FF_group) and do (Actions)
-
Loop - Actions
- Unit Group - Remove (Picked unit) from FF_group
- Set FF_point = (Position of (Picked unit))
- Unit - Order (Picked unit) to Night Elf Keeper Of The Grove - Entangling Roots (Random unit from (Units within 500.00 of FF_point matching (((Matching unit) has buff Freezing Aura ) Equal to True)))
- Custom script: call RemoveLocation(udg_FF_point)
-
Loop - Actions
-
Unit Group - Pick every unit in (Random 1 units from FF_group) and do (Actions)
-
Loop - Actions
- Custom script: call DestroyGroup(udg_FF_group)
maybe something like
Unit - A unit Is issued an order with no target
(Issued order) Equal to (Order(stomp))
????