- Joined
- Nov 3, 2009
- Messages
- 687
Hello,
I made trigger that when unit hasn't specific buff it deals normal damage when it have specific buff it deals double damage... here my trigger but I don't want to work :dd...
I made trigger that when unit hasn't specific buff it deals normal damage when it have specific buff it deals double damage... here my trigger but I don't want to work :dd...
-
Lava Burst
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Lava Burst [Shaman]
-
-
Actions
-
Set LavaDamage = (Target unit of ability being cast)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Triggering unit) has buff Flame Shock) Equal to False
-
-
Then - Actions
-
Unit - Cause (Triggering unit) to damage LavaDamage, dealing (30.00 x (Real((Level of Lava Burst [Shaman] for (Triggering unit))))) damage of attack type Spells and damage type Fire
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Triggering unit) has buff Flame Shock) Equal to True
-
-
Then - Actions
-
Unit - Cause (Triggering unit) to damage LavaDamage, dealing (30.00 x ((Real((Level of Lava Burst [Shaman] for (Triggering unit)))) x 2.00)) damage of attack type Spells and damage type Fire
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
-