Hello,
I'm trying to make a trigger that will do that:
I'm new to all that trigger things and I tried something like this but it doesn't work, what am I missing?
It's the only way I found to cast spirit link on ennemies as a debuff (with 100% damage reflected to any link) but I'm open to any solution
If I replace the dummy (well edited) with spirit walker, it spawns in my team and cast spirit link on my hero.
I'm trying to make a trigger that will do that:
- my hero casting thunderbolt on an ennemy unit
- create a dummy for owner of attacked unit that will cast spirit link on it (and technically link to ennemies nearby but it's already in the spell with the range)
I'm new to all that trigger things and I tried something like this but it doesn't work, what am I missing?
It's the only way I found to cast spirit link on ennemies as a debuff (with 100% damage reflected to any link) but I'm open to any solution

If I replace the dummy (well edited) with spirit walker, it spawns in my team and cast spirit link on my hero.
-
SpiritLink on Ennemies
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Thunderbolt
-
-
Actions
-
Unit - Create 1 Dummy for (Owner of (Attacked unit)) at (Target point of ability being cast) facing Default building facing degrees
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Add Spirit Link to (Last created unit)
-
Unit - Order (Last created unit) to Orc Spirit Walker - Spirit Link (Attacked unit)
-
-
Last edited: