- Joined
- Apr 15, 2016
- Messages
- 118
-
Timer
-
Events
-
Time - Every 2.00 seconds of game time
-
-
Conditions
-
Actions
-
Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units in (Playable map area) matching ((Unit-type of (Matching unit)) Equal to Clone)) and do (Actions)
-
Loop - Actions
-
Unit - Order (Picked unit) to Night Elf Warden - Fan Of Knives
-
-
-
-
-
Knives Dummy Stun
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Fan Of Knives
-
-
Actions
-
Set HI_PickPoint = (Position of (Triggering unit))
-
Set HI_PickGroup = (Units within 300.00 of HI_PickPoint matching (((((Matching unit) is A Hero) Equal to True) and (((Matching unit) is alive) Equal to True)) and (((Matching unit) belongs to an enemy of (Owner of (Casting unit))) Equal to True)))
-
Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in HI_PickGroup and do (Actions)
-
Loop - Actions
-
Set HI_PickGroupPoint = (Position of (Picked unit))
-
Unit - Create 1 Dummy Stun - (None) for (Owner of (Triggering unit)) at HI_PickGroupPoint facing Default building facing degrees
-
Unit - Order (Last created unit) to Human Mountain King - Storm Bolt (Picked unit)
-
Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
-
-
-
Custom script: call RemoveLocation(udg_HI_PickPoint)
-
Custom script: call RemoveLocation(udg_HI_PickGroupPoint)
-
-