I need help with a spell I am creating. It is using Pyrietes iceblock model to stun the enemy for a short amount of time, after stun it is also slowed for a while. I am using Firebolt spell to create it so stun isnt a problem, my problem is to create a slow effect on the unit and add the slow buff. This is what I got ATM, it is not working though
-
Slide effect
-
Events
- Unit - A unit Begins casting an ability
- Conditions
-
Actions
- Unit - Set (Target unit of ability being cast) movement speed to 1.00
- Special Effect - Create a special effect attached to the chest of (Target unit of ability being cast) using Abilities\Weapons\ZigguratFrostMissile\ZigguratFrostMissile.mdl
- Set Slide_effect = (Last created special effect)
- Wait 10.00 seconds
- Unit - Set (Target unit of ability being cast) movement speed to (Default movement speed of (Target unit of ability being cast))
- Special Effect - Destroy Slide_effect
-
Events
Last edited by a moderator: