- Joined
- Jul 19, 2007
- Messages
- 855
How do I make an added ability with triggers permanent?
I want to add ability when this hero got the special buff and removed when the buff is gone.
I want to add ability when this hero got the special buff and removed when the buff is gone.
-
Speed of the Wolf lvl1
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Grishnákh 0258 <gen> has buff Speed of the Wolf ) Equal to True
-
-
Then - Actions
-
Unit - Add Damage Bonus (Speed of the Wolf lvl1) to Grishnákh 0258 <gen>
-
-
Else - Actions
-
Unit - Remove Damage Bonus (Speed of the Wolf lvl1) from Grishnákh 0258 <gen>
-
-
-
-