- Joined
- Apr 21, 2014
- Messages
- 16
I used this system: http://www.hiveworkshop.com/forums/spells-569/gui-damage-engine-v2-2-1-0-a-201016/
And I was able to create a shield that completely absorbs damage. Here's the trigger:
How to count that amount of damage and then remove the buff from the unit when the quota is overloaded?
And I was able to create a shield that completely absorbs damage. Here's the trigger:
-
Arcane Shield
-
Events
- Game - DamageModifierEvent becomes Equal to 1.00
-
Conditions
- DamageEventOverride Equal to False
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (DamageEventTarget has buff MG Arcane Shield ) Equal to True
-
Then - Actions
- Set DamageEventAmount = 0.00
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events
How to count that amount of damage and then remove the buff from the unit when the quota is overloaded?