TheMinister
New Member
- Reaction score
- 0
i have asked this question already so i am sorry if i am being irritating but how do i get a unit that has got a slow buff to move even slower when slow poison is used at the same time or a cold attack or something. the trigger below is how i have got it at the moment can someone plz tell me what am i doing wrong. and also when i say (set peed to default in the trigger) does that mean that the speed will be set back to the custom speed that i have selected in the object editor.
spell 01
Events
Unit - A unit Begins casting an ability
Conditions
(Ability being cast) Equal to Slow
Actions
If (((Targeted unit) has buff Slow Poison (Stacking)) Equal to True) then do (Unit - Set (Targeted unit) movement speed to 10.00) else do (Do nothing)
Wait 10.00 seconds
Unit - Set (Targeted unit) movement speed to (Default movement speed of (Targeted unit))
spell 01
Events
Unit - A unit Begins casting an ability
Conditions
(Ability being cast) Equal to Slow
Actions
If (((Targeted unit) has buff Slow Poison (Stacking)) Equal to True) then do (Unit - Set (Targeted unit) movement speed to 10.00) else do (Do nothing)
Wait 10.00 seconds
Unit - Set (Targeted unit) movement speed to (Default movement speed of (Targeted unit))


