Hey guys.
My trigger seems to be working well so far, it's supposed to create a aoe explosion on impact. And that it does, but:
- I can't find a way to restrict the damage from the trigger (my hero and units also take damage)
- I can't find a way to make the damage go off the second my hero lands, the hero wants to stand there for 1 second before the "explosion" comes (There's a delay between landing and the trigger damage)
Here's the Trigger:
-------------Event---------------
A unit finishes casting an ability
-----------Condition-------------
Ability being cast equal to Blink Strike
------------Actions--------------
Special Effect - Create a special effect at (Random point in (Region centered at (Position of (Casting unit)) with size (300.00, 300.00)) using units/NightElf/WispExplode.mdl
Special Effect - Destroy (Last created special effect)
Unit - Cause (Casting unit) to damage circular area after 0.00 seconds of radius 300.00 at (Center of (Region centered at (Position of casting unit)) with size (300.00, 300.00)) dealing 100 damage of attack type spells and damage type universal
Thanks in advance.
Yours truly
Mr. Plunders
My trigger seems to be working well so far, it's supposed to create a aoe explosion on impact. And that it does, but:
- I can't find a way to restrict the damage from the trigger (my hero and units also take damage)
- I can't find a way to make the damage go off the second my hero lands, the hero wants to stand there for 1 second before the "explosion" comes (There's a delay between landing and the trigger damage)
Here's the Trigger:
-------------Event---------------
A unit finishes casting an ability
-----------Condition-------------
Ability being cast equal to Blink Strike
------------Actions--------------
Special Effect - Create a special effect at (Random point in (Region centered at (Position of (Casting unit)) with size (300.00, 300.00)) using units/NightElf/WispExplode.mdl
Special Effect - Destroy (Last created special effect)
Unit - Cause (Casting unit) to damage circular area after 0.00 seconds of radius 300.00 at (Center of (Region centered at (Position of casting unit)) with size (300.00, 300.00)) dealing 100 damage of attack type spells and damage type universal
Thanks in advance.
Yours truly
Mr. Plunders