- Joined
- Mar 27, 2020
- Messages
- 16
Hey there, I got a Problem that sometimes a special effect doesn't get destroyed. In like 90% of the cases it works and it is destroyed, in like 10 it doesn't and the effects stack onto each other which is really annoying. I don't know why. But then, what do I know, I'm new to this.
Anyone have an idea?
-
Lightning shield lvl 1
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Thunder Lightning Shield
-
(Level of Thunder Lightning Shield for (Triggering unit)) Equal to 1
-
-
Actions
-
Trigger - Turn on Lightning shield periodic lvl1 <gen>
-
Special Effect - Create a special effect attached to the chest of (Triggering unit) using Abilities\Spells\Orc\Purge\PurgeBuffTarget.mdl
-
Set VariableSet LightnigshieldEffect = (Last created special effect)
-
Wait 9.50 seconds
-
Trigger - Turn off Lightning shield periodic lvl1 <gen>
-
Special Effect - Destroy LightnigshieldEffect
-
-