- Joined
- Jul 10, 2018
- Messages
- 383
how can i change the effect of the spell AOE Upon death damage?
i have an ability that triggers it like this.
i have an ability that triggers it like this.
-
Ability
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to xd (Neutral Hostile)
-
-
Actions
-
Sound - Play SargerasLaugh <gen>
-
Sound - Play Warning <gen>
-
For each (Integer A) from 1 to 20, do (Actions)
-
Loop - Actions
-
Wait 0.10 seconds
-
Unit - Create 1 dummy for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing Default building facing degrees
-
Unit - Turn collision for (Last created unit) Off
-
Unit - Add a 5.00 second Generic expiration timer to (Last created unit)
-
Unit - Order (Last created unit) to Move To ((Position of (Triggering unit)) offset by 800.00 towards ((Real((Integer A))) x 260.00) degrees)
-
Special Effect - Create a special effect at ((Center of (Playable map area)) offset by 800.00 towards ((Real((Integer A))) x 260.00) degrees) using Objects\Spawnmodels\Other\NeutralBuildingExplosion\NeutralBuildingExplosion.mdl
-
Special Effect - Destroy (Last created special effect)
-
-
-
-