Hi, guys I need a help with this trigger.
So what a trigger does:
If a unit has a specific buff in this case "Wild Growth" this spells will consume this buff and heal a unit for 100 hp, while also removing all other buffs/debuffs.
If a unit doesn't have the buff it will function as normal dispell magic spell.
The problem is, that this trigger in game does absolutely nothing. -.-"
Any help?
So what a trigger does:
If a unit has a specific buff in this case "Wild Growth" this spells will consume this buff and heal a unit for 100 hp, while also removing all other buffs/debuffs.
If a unit doesn't have the buff it will function as normal dispell magic spell.
-
Revitalize
-

Events
-


Unit - A unit Starts the effect of an ability
-
-

Conditions
-


(Ability being cast) Equal to Cleanse
-
-

Actions
-


Unit Group - Pick every unit in (Units within 200.00 of (Target point of ability being cast)) and do (Actions)
-



Loop - Actions
-




If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-





If - Conditions
-






((Target unit of ability being cast) has buff Wild Growth ) Equal to True
-
-





Then - Actions
-






Unit - Set life of (Target unit of ability being cast) to ((Life of (Target unit of ability being cast)) + 100.00)
-






Unit - Remove All buffs from (Target unit of ability being cast)
-
-





Else - Actions
-






Unit - Remove All buffs from (Target unit of ability being cast)
-
-
-
-
-
-
The problem is, that this trigger in game does absolutely nothing. -.-"
Any help?


