Hey Guys
,
I've got a little problem with my following spell. The damage wont trigger and the special effect neither. Would be nice if you guys spot the problem
Here's the trigger:
Based the spell of Storm Bolt.
Thanks!
Baskey.
I've got a little problem with my following spell. The damage wont trigger and the special effect neither. Would be nice if you guys spot the problem
Here's the trigger:
-
Burning Intelligence
-

Events
-


Unit - A unit Starts the effect of an ability
-
-

Conditions
-


(Ability being cast) Equal to Burning Intelligence
-
-

Actions
-


If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-



If - Conditions
-




(Level of (Ability being cast) for (Triggering unit)) Equal to 1
-
-



Then - Actions
-




Set BI_LVL = 1.00
-
-



Else - Actions
-




If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-





If - Conditions
-






(Level of (Ability being cast) for (Triggering unit)) Equal to 2
-
-





Then - Actions
-






Set BI_LVL = 2.00
-
-





Else - Actions
-






If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-







If - Conditions
-








(Level of (Ability being cast) for (Triggering unit)) Equal to 3
-
-







Then - Actions
-








Set BI_LVL = 3.00
-
-







Else - Actions
-
-
-
-
-
-


Unit - Cause (Casting unit) to damage (Targeted unit), dealing ((0.50 x BI_LVL) x ((Max mana of (Target unit of ability being cast)) - (Mana of (Target unit of ability being cast)))) damage of attack type Spells and damage type Universal
-


Special Effect - Create a special effect attached to the orgin of (Target unit of ability being cast) using Abilities\Spells\Undead\ReplenishMana\ReplenishManaCaster.mdl
-


Special Effect - Destroy (Last created special effect)
-


Special Effect - Create a special effect attached to the orgin of (Target unit of ability being cast) using Abilities\Spells\Human\ManaFlare\ManaFlareBoltImpact.mdl
-


Special Effect - Destroy (Last created special effect)
-
-
Based the spell of Storm Bolt.
Thanks!
Baskey.

