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

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