ok i just created this really fast and not sure why its messing up[creates 100 boxes does no dmg and doesnt dissapear] heres the trigger
-
Black Box
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Black box
-
-
Actions
-
Set Caster = (Casting unit)
-
Set Target = (Target unit of ability being cast)
-
Set BlackBox = Black box 0066 <gen>
-
Unit - Pause Target
-
Unit - Pause Caster
-
Animation - Play Caster's spell animation
-
Unit - Create 1 Black box for (Triggering player) at (Position of Target) facing (Position of Target)
-
Special Effect - Create a special effect attached to the origin of Target using Abilities\Spells\Human\FlameStrike\FlameStrike1.mdl
-
Unit - Remove BlackBox from the game
-
Special Effect - Destroy (Last created special effect)
-
Unit - Unpause Target
-
Unit - Unpause Caster
-
Set BlackBox = No unit
-
Set Caster = No unit
-
Set Target = No unit
-
-