r[s]t, didn't the scourges help you ?
here's how it works ...
you snap 9 locations to grid on your heroe
create a burrowed unit at location "down" (for example)
then center those 9 locations not on your heroe, BUT ON THIS BURROWED UNIT
repeat the second & third untill you get dizzy
so the trigger for this will be like...
TRIGGER 1
players: human player-you
conditions: when you want it to fire
player has suffered exactly 0 deaths of "counter"
"fire at direction UP" is cleared
actions: set death of unit "counter" to 0
set switch "fire at direction"
preserve trigger
(this trigger turns it on)
TRIGGER 2
players: PC
conditions: switch "fire at direction UP" is set
player has suffered at most X death of "counter"
actions: create "burrowed unit" at location UP
SNAP 9 DIRECTION LOCATIONS TO THE BURROWED UNIT
remoove "burrowed unit"
create "wraith" at location UP
kill all units for players you want at locatino UP
add 1 to number of deaths of "counter"
preserve trigger
TRIGGER 3
players: any
conditions: player has suffered atleast (X+1) deaths of "counter"
switch "fire at direction UP" is set
actions: clear switch "fire at direction UP"
set deaths of "counter" to 0
preserve trigger
(this trigger turns it off)
PLIZ correct me if i'm wrong somewhere or if it can be done better or faster
