I am trying to make few mass spells for my project and decided to start with the inner fire first - to learn how to make a spell a mass spell first 
I used this trigger but it doesn't seem to work...
Any suggestions on how to make this trigger work?
I used this trigger but it doesn't seem to work...
-
Mass Inner Fire
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Mass Inner Fire
-
-
Actions
-
Set Caster = (Triggering unit)
-
Set Group = (Units within 500.00 of (Position of (Triggering unit)))
-
Set TargetPoint = (Target point of ability being cast)
-
Unit - Create 1 Dummy for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing Default building facing degrees
-
Unit - Add Mass Inner Fire (Dummy) to (Last created unit)
-
Unit Group - Pick every unit in Group and do (Actions)
-
Loop - Actions
-
Set Point = (Position of (Picked unit))
-
Unit - Order Dummy to Human Priest - Inner Fire (Picked unit)
-
-
-
Wait 1.00 seconds
-
Unit - Remove (Last created unit) from the game
-
Custom script: call RemoveLocation(udg_Point)
-
-
Any suggestions on how to make this trigger work?