• 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.

Making a unit visually leap?

Status
Not open for further replies.
I might add some more but here it is as of now:

  • Move
    • Events
      • Game - Every 0.03 seconds of game-time
    • Conditions
    • Actions
      • Set ArbitraryVariable to (Position of UnitVariable)
      • Comment: Set another point variable to a point offset
      • Comment: with a specified distance of desire times 0.03 (interval above) and
      • Comment: an angular displacement based on facing angle.
      • Comment: Move the unit.
      • Comment: Adjust the height of the unit.
      • Comment: Just in case, before the height adjustment, add the Raven Form ability (returns false for those who already have it) and remove it if true.
      • Custom Script: call RemoveLocation(udg_ArbitraryVariable)
 
Level 12
Joined
Mar 24, 2011
Messages
1,082
I might add some more but here it is as of now:

  • Move
    • Events
      • Game - Every 0.03 seconds of game-time
    • Conditions
    • Actions
      • Set ArbitraryVariable to (Position of UnitVariable)
      • Comment: Set another point variable to a point offset
      • Comment: with a specified distance of desire times 0.03 (interval above) and
      • Comment: an angular displacement based on facing angle.
      • Comment: Move the unit.
      • Comment: Adjust the height of the unit.
      • Comment: Just in case, before the height adjustment, add the Raven Form ability (returns false for those who already have it) and remove it if true.
      • Custom Script: call RemoveLocation(udg_ArbitraryVariable)

Why not just give him a link to the How to Create Realistic Jump in the tutorial section instead of writing it yourself (in case you are not the author of that tutorial... :| )?
Edit// About Movement //EndEdit

@Quinten There is a whole tutorial in the Tutorial section explaining step by step both the theory & practice in both mathematics, physics & code.

You could also explore the spells section for any spells & systems that simulate jumping.
Search Results for Query: jump | HIVE

regards
-Ned
 
Last edited:
In some cases, i do earn a bit, yes. But only from payments that get offered to me. I also require not to be credited (I dont mind) and I do it purely for fun.

unknown-6.png

unknown-9.png
 
Status
Not open for further replies.
Top