Quote:
Originally posted by truearkx
welll my mistake well they used the water elementals death animation tho howd they do that?
|
maybe it isnt stampede, maybe its a trigger-based spell, i like to call them trigger spells, something like..
-------------
-unit starts channeling a spell
-spell equal to Tides of Blood
- Turn Trigger (name) on
-------------
-periodic time every 1 second
-
-create 1 (dummy unit)
-add last created unit to unit group (x)
-create 1 (dummy unit)
-add last created unit to unit group (x)
-create 1 (dummy unit)
-add last created unit to unit group (x)
-wait .5 seconds
-pick every unit in (unit group (x)) and kill picked units
-------------
dummy unit has AOE damage
but thats just me