I have a spell which basically causes the caster to teleport to the target, deal damage to and stun the target, while receiving a lesser damage and stun itself. Atleast this is the idea, and everything works except for the teleportation and the display of a special effect at the target. The trigger looks like this:
-
Events
-
Unit- A unit Finishes casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Unstable Concoction (Custom)
-
-
Actions
-
Special Effect - Create a special effect at (Position of (Target unit of ability being cast)) using *the human-building-blowing-up-animation*
-
Unit - Move (Triggering uni) instantly to (Position of (Target unit of ability being cast))
-
Unit - Cause (Triggering unit) to damage (Triggering unit), dealing 200.00 damage of attack type Spells and damage type Normal
-
Unit - Create 1 Dummy for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing Default building facing degrees
-
Unit - Add a 3.00 second Generic expiration timer to (Last created unit)
-
Unit - Add Stun (Neutral Hostile) to (Last created unit)
-
Unit - Order (Last created unit) to Neutral - Firebolt (Triggering unit)
-