Cant quite figure why is this happening, the spell is simple, but trigger only works the first time, and every other attempt.. nada.
Wand of Illusion is the unmoded item from Warcraft
Anyway, this is a part of a trigger attempting to replicate the Haunt ability (ultimate ability of Spectre in DotA series)
Any help, opinion or suggestion is appreciated
Thank you for your time
-
Devouring Shadow Copy
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Devouring Shadow
-
-
Actions
-
Set SP_Hero = (Triggering unit)
-
Unit Group - Pick every unit in (Units in (Playable map area) matching ((((Matching unit) is A Hero) Equal to True) and (((Matching unit) belongs to an enemy of (Owner of SP_Hero)) Equal to True))) and do (Actions)
-
Loop - Actions
-
Item - Create Wand of Illusion at (Center of Item <gen>)
-
Set DS_Item = (Last created item)
-
Unit - Create 1 Dummy Caster for (Owner of SP_Hero) at (Position of (Picked unit)) facing (Position of SP_Hero)
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Hero - Give DS_Item to (Last created unit)
-
Hero - Order (Last created unit) to use DS_Item on SP_Hero
-
-
-
-
Wand of Illusion is the unmoded item from Warcraft
Anyway, this is a part of a trigger attempting to replicate the Haunt ability (ultimate ability of Spectre in DotA series)
Any help, opinion or suggestion is appreciated