-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Storm Bolt
-
-
Actions
-
Set Unit = (Casting unit)
-
Set TempPoint = (Position of Unit)
-
Unit - Create 1 Footman for (Owner of Unit) at TempPoint facing (Facing of Unit) degrees
-
Wait 0.45 seconds
-
Custom script: call RemoveLocation(udg_TempPoint)
-
Set TempPoint = (Target point of ability being cast)
-
Unit - Add Shockwave (Neutral Hostile) to (Last created unit)
-
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave TempPoint
-
Wait 1.00 seconds
-
Custom script: call RemoveLocation(udg_TempPoint)
-
Wait 0.30 seconds
-
Unit - Remove (Last created unit) from the game
-
