• 🏆 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!

Trigger dont work like it sould

Status
Not open for further replies.
Level 4
Joined
May 4, 2007
Messages
52
hello here is the trigger:
  • Leap
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to hopp
    • Actions
      • Set Leap = (Casting unit)
      • Set LeapDist = ((Position of Leap) offset by 600.00 towards (Facing of Leap) degrees)
      • Unit - Set the custom value of Leap to Leapint
      • Unit - Pause Leap
      • Unit - Turn collision for Leap Off
      • Animation - Change Leap's animation speed to 50.00% of its original speed
      • Animation - Play Leap's attack animation
      • Unit - Add Crow Form to Leap
      • Unit - Remove Crow Form from Leap
      • Animation - Change Leap flying height to 500.00 at 1000.00
      • Wait 0.30 seconds
      • Animation - Change Leap flying height to 0.00 at 1000.00
      • Wait 0.20 seconds
      • Unit - Turn collision for Leap On
      • Animation - Change Leap's animation speed to 100.00% of its original speed
      • Unit - Unpause Leap
when the unit is in the air it often turn 90 or 180¤ i think the problem is: Set LeapDist = ((Position of Leap) offset by 600.00 towards (Facing of Leap) degrees)
but i dont know... the leap forward is from a working trigger.


ohhh BTW! do you know any spell that has 0 casting time like bladestorm couse i got a slide trigger that moves a unit every 0.01 sec... and spells like warstump dont work...
 
Status
Not open for further replies.
Top