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

[Solved] target float ability

Status
Not open for further replies.
Level 6
Joined
Oct 4, 2011
Messages
226
Hi i have a Hero im making and I want one of his abilities to make a target enemy float for (X) seconds and some other stuff like slow all enemies in an aoe of the target and add a small blueish vertex coloring to the target unit. but basically what im asking. Is how do you make a unit appear to float and how would i do this..
 
You can add the ability "Crow Form" and then remove it to allow the unit to have their flying height modified. (essentially making them look like they are floating)

http://www.hiveworkshop.com/forums/tutorial-submission-283/how-give-unit-ability-fly-201936/

Just use:
  • Animation - Change <YourUnit> flying height to <Flying Height> at <Rate>
Afterward. For example:
  • Unit - Add Crow Form to (Triggering Unit)
  • Unit - Remove Crow From from (Triggering Unit)
  • Animation - Change (Triggering Unit) flying height to 500.00 at 0.00
 
Status
Not open for further replies.
Top