• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Trigger] How to change unit's height?

Status
Not open for further replies.
http://www.hiveworkshop.com/forums/...ials-278/adding-fly-height-to-any-unit-17790/
Instead of that "Metamorphosis" spell it suggests, i would use "Crow Form". Just add "Crow form" to the unit, remove it instantly afterwards and then, you can adjust its height.
E.g.
  • Trigger
  • Actions
    • Unit - Add (Crow Form) to <your unit>
    • Unit - Remove (Crow Form) from <your unit>
    • Animation - Set flying height of <your unit> to X at X.00
 
Level 13
Joined
Nov 22, 2006
Messages
1,260
Basically, you cannot change flying height of ground units, but if you add them metamorphosis or crow form and remove them right after that, you can then change flying height:

  • Animation - Set flying height
I think it goes something like that...
 
Status
Not open for further replies.
Top