Hey guys, anyone mind helping me with this trigger? I'm trying to create a Flurry type spell; a chance when the hero attacks to deal an equal amount of damage to what they just did on the same target. I don't want to use bash because even if the stun is set to 0.01 it interupts spell casts. Here it is, i'm unsure of why it's not working.

-
Flurry Rank 1
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
(Attacking unit) Equal to The Watcher 0001 <gen>
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Random integer number between 1 and 100) Less than or equal to 15
-
-
Then - Actions
-
Animation - Play The Watcher 0001 <gen>'s attack -2 animation
-
Special Effect - Create a special effect attached to the hand,right of The Watcher 0001 <gen> using Abilities\Spells\Orc\Bloodlust\BloodlustTarget.mdl
-
Special Effect - Destroy (Last created special effect)
-
Unit - Cause The Watcher 0001 <gen> to damage (Attacked unit), dealing ((Random real number between 50.00 and 100.00) + 1.00) damage of attack type Hero and damage type Normal
-
-
-
-
-
Else - Actions
Last edited: