• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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