- Joined
- Apr 12, 2011
- Messages
- 124
Trigger not working :/ don't see what bugs, anyone see it?
it's supposed to burn 10%/15%/20% of the targets mana but it doesn't burn any mana at all.
it's supposed to burn 10%/15%/20% of the targets mana but it doesn't burn any mana at all.
-
-------- Mana Burn Customise --------
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
ThunderLvl Equal to 1
-
-
Then - Actions
-
-------- Change This --------
-
Set WS_Manaburn = 10
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
ThunderLvl Equal to 2
-
-
Then - Actions
-
-------- Change This --------
-
Set WS_Manaburn = 15
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
ThunderLvl Equal to 3
-
-
Then - Actions
-
-------- Change This --------
-
Set WS_Manaburn = 20
-
-
Else - Actions
-
-
-
-
-
-
-------- Mana Burn --------
-
Set WS_BurnedMana = ((Integer((Max mana of (Picked unit)))) - ((Integer((Max mana of (Picked unit)))) / ((Integer(100.00)) x WS_Manaburn)))
-
Unit - Set mana of (Picked unit) to (Real(WS_BurnedMana))
Last edited: