-
Shadow Pain
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to DoT
-
-
Actions
-
Set ShdwPainTarg = (Target unit of ability being cast)
-
For each (Integer B) from 1 to 10, do (Actions)
-
Loop - Actions
-
Special Effect - Create a special effect attached to the origin of ShdwPainTarg using Abilities\Spells\Undead\CarrionSwarm\CarrionSwarmDamage.mdl
-
Set ShadowPain = 5.00
-
Set ShadowPain = (ShadowPain x ShadowPowerss)
-
Unit - Cause (Triggering unit) to damage ShdwPainTarg, dealing ShadowPain damage of attack type Spells and damage type Normal
-
Wait 1.00 game-time seconds
-
-
-
-
when i cast same spell on same target 2 or more times, it stacks :\
how can i make it not stack
like imagine spell unholy frenzy
you can cast it on multiple enemies and it doesn't stack, just refreshes
thx