Hi!
I'm just learning triggering spells yet, and this is a - well, let's call it a "practice-spell". Normally I would fix myself the problems, but at this time I can't even imagine what can be the problem. So, here it is:
What can be the problem? How should I fix it?
I'm just learning triggering spells yet, and this is a - well, let's call it a "practice-spell". Normally I would fix myself the problems, but at this time I can't even imagine what can be the problem. So, here it is:
-
mySpell
-
Events
- Unit - A unit finishes casting an ability
-
Conditions
- (Ability being cast) Equal to True
-
Actions
- Set spell_Caster = (Casting Unit)
- Set spell_Targeted = (Targeted unit of ability being cast)
-
If (All conditions are True) then do (Then actions) else do (Else actions)
-
If - Conditions
- (spell_Targeted has buff(level 1)) Equal to True
-
Then - Actions
- Unit - Pause spell_Targeted
- Unit - Pause spell_Caster
- Wait 3.00 seconds
- Unit - Unpause spell_Caster
- Unit - Kill spell_Targeted
-
Else - Actions
- If (All conditions are True) then do (Then actions) else do (Else actions)
-
If - Conditions
-
Events
What can be the problem? How should I fix it?