- Joined
- May 8, 2007
- Messages
- 70
Heal 2x of Heros INT / TRIGGER - Error
Hiho
i have a little problem.
I have the Skill Holy Light, and this heals a target by 2x of the casters INT
Maybe someone know, WHAT Error this is and can help me?
Hiho
i have a little problem.
I have the Skill Holy Light, and this heals a target by 2x of the casters INT
-
Holy Light
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Unit-type of (Casting unit)) Equal to |c00FFFF00Holy Paladin|r
-
Actions:
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Ability being cast) Equal to - Holy Paladin 1
-
Then - Actions
- Set PALA_Caster = (Casting unit)
- Set PALA_Target = (Target unit of ability being cast)
- Advanced - Heal PALA_Target for ((Real((Intelligence of PALA_Caster (Include bonuses)))) x 2.00) hitpoints
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events
Maybe someone know, WHAT Error this is and can help me?