[Solved] Help in making this spell

Status
Not open for further replies.
Hello, I'm new here!

I'm not good in editing triggers....
So here's the trigger:
s.PNG

My problem is that the targeted unit is not slowed down when i cast the ability, i added the dummy to cast the slow ability in the trigger but it won't work. How can i make the targeted unit slowed?:vw_wtf:
 
Another thing to mention is that hive has
  • tags. So you go to the top of your trigger, right click and select copy as text and paste it in trigger tags and you don't need any pics.
  • [trigger]Test
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Do nothing
Also GetTriggerUnit is a bit faster than GetCastingUnit so you should use it.
 
Status
Not open for further replies.
Back
Top