- Joined
- Jun 2, 2009
- Messages
- 1,233
This trigger not works somehow.
-
Unit - Set life of DamageEventTarget to ((Life of DamageEventTarget) + (5.00 x (Real((Level of Northwind Enchant // brm for Hero_NorthwindBear)))))
-
Events
-
Game - DamageModifierEvent becomes Equal to 1.00
-
-
Conditions
-
(DamageEventTarget has buff Northwind Enchant ) Equal to True
-
-
NorthwindQ Copy
-
Events
-
Game - DamageModifierEvent becomes Equal to 1.00
-
-
Conditions
-
(DamageEventTarget has buff Northwind Enchant ) Equal to True
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
DamageEventTarget Equal to Summon_NorthwindBear
-
-
Then - Actions
-
Set TempInteger = (6 + ((Level of Northwind Enchant // brm for Hero_NorthwindBear) x 4))
-
Unit - Set life of DamageEventTarget to ((Life of DamageEventTarget) + (Real(TempInteger)))
-
Game - Display to (All players) for 1.00 seconds the text: (String(TempInteger))
-
-
-
-
-
Events
-
Game - DamageModifierEvent becomes Equal to 1.00
-
-
Conditions
-
(DamageEventTarget has buff Northwind Enchant ) Equal to True
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
DamageEventTarget Equal to Summon_NorthwindBear
-
-
Then - Actions
-
Set TempUnit = DamageEventTarget
-
Set TempInteger = (6 + ((Level of Northwind Enchant // brm for Hero_NorthwindBear) x 4))
-
Unit - Set life of TempUnit to ((Life of TempUnit) + (Real(TempInteger)))
-
Game - Display to (All players) for 1.00 seconds the text: (String(TempInteger))
-
-
Else - Actions
-
-
Last edited: