- Joined
- Sep 15, 2021
- Messages
- 31
I'm trying to remove ability from and add ability to some normal units when a Hero unit reaches to a certain level
the triggers i made seem not working at all
I think the problem is i don't know how to set units that i want a remove ability from and add it to by triggers..
Please check the triggers i attached below
Where should i fix ??
the triggers i made seem not working at all
I think the problem is i don't know how to set units that i want a remove ability from and add it to by triggers..
Please check the triggers i attached below
Where should i fix ??
-
Sylvanas lv trigger
-

Events
-


Unit - A unit Gains a level
-
-

Conditions
-


((Hero level of (Triggering unit)) Equal to 10) and ((Unit-type of (Triggering unit)) Equal to Sylvanas)
-
-

Actions
-


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



If - Conditions
-




((Triggering unit) is in (Units of type Archer).) Equal to True
-
-



Then - Actions
-




Unit - Remove Thunder from (Triggering unit)
-




Unit - Add Fireball to (Triggering unit)
-
-



Else - Actions
-
-


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



If - Conditions
-




(Unit-type of (Triggering unit)) Equal to Swordman
-
-



Then - Actions
-




Unit - Remove Earthquake from (Triggering unit)
-




Unit - Add Concentration to (Triggering unit)
-
-



Else - Actions
-
-
-
Last edited:






