im trying to make a triggered AOE heal ability, using unit groups but it doesnt seem to work correctly does this look rite?
-
AOE heal priest
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Holy Converse
-
Actions
- Set Fearcaster = (Triggering unit)
- Set Fear1 = (Position of Fearcaster)
- Set Fear2 = (Position of (Picked unit))
- Set Feargroup = (Units within 500.00 of Fear1 matching ((((Matching unit) is A structure) Equal to False) and ((((Matching unit) is A Hero) Equal to True) and ((((Triggering unit) belongs to an ally of Player 1 (Red)) Equal to True) and ((Unit-type of (Matching unit)) Not eq
-
Unit Group - Pick every unit in Feargroup and do (Actions)
-
Loop - Actions
- Unit - Cause (Triggering unit) to damage (Picked unit), dealing (-50.00 x (Real((Level of Holy Converse for (Triggering unit))))) damage of attack type Spells and damage type Cold
-
Loop - Actions
-
Events