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

Need Help With Unit's Flying Height

Status
Not open for further replies.
Level 8
Joined
Feb 6, 2013
Messages
432
Are you a Vietnamse :)))

I think there are two ways to make:
- Check Object Editor -> Movement - Height
- Add this trigger:
  • x flying
    • Events
      • Unit - A unit finishes trainning a unit
    • Conditions
      • (Unit-type of (Triggering unit)) equal to x
    • Actions
      • Animation - Change x flying height to 40.00 at Rate
x is unit you need to change flying height :)
 
Well, what I tried to explain is in both war3 and WE, that unit had the same flying height, but in war3, it looked like it flew higher. This is in WE:
attachment.php

and this is in war3:
attachment.php

In war3, the villager man flew a little bit higher, though it's not very much, but it looks not right.

Anyway, thank you for taking a look at this. I think I've found out how to solve this problem :)
 

Attachments

  • WE_Error [1].JPG
    WE_Error [1].JPG
    47.9 KB · Views: 205
  • WE_Error [2].JPG
    WE_Error [2].JPG
    37.6 KB · Views: 195
Status
Not open for further replies.
Top