• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Solved] Help in making this spell

Status
Not open for further replies.
Level 8
Joined
Mar 5, 2011
Messages
199
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:
 
Level 11
Joined
Sep 30, 2009
Messages
697
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.
Top