- Joined
- Aug 24, 2012
- Messages
- 430
I need help with this trigger - I want to set the damage as Arthas Strenght x 2 but I do not know how do load a variable (an integer) into a damage event...it just does not seem to be on the list. I don't know if this makes sense...
I know that Unit is Attacked is not a reliable Event but for me it will do just fine.
-
Arthas Strenght
-
Events
-
Time - Every 2.00 seconds of game time
-
-
Conditions
-
Actions
-
Set ArthasStrenght = (Strength of Arthas (Include bonuses))
-
-
-
Holy Smite Bonus
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
(Attacking unit) Equal to Arthas
-
((Attacked unit) has buff Breath of Fire) Equal to True
-
-
Actions
-
Unit - Cause Arthas to damage (Attacked unit), dealing 500.00 damage of attack type Spells and damage type Normal
-
-
I know that Unit is Attacked is not a reliable Event but for me it will do just fine.