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

Need to know a spell or ability where you can.....

Status
Not open for further replies.
Level 33
Joined
Mar 27, 2008
Messages
8,035
Here's the following trigger to change a ground unit to fly unit (vice versa)
But make sure your unit looks okay when land/fly form AND your initial unit must be Ground Unit
It would ruin the game if you see a Peasant, flying in the air, with feets

Flying Form:

  • Flying
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Fly/Land
    • Actions
      • Unit - Add Crow Form to (Triggering unit)
      • Animation - Change (Triggering unit) flying height to 300.00 at 500.00
      • Unit - Add classification of A flying unit to (Triggering unit)
Ground Form:

  • Ground
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Fly/Land
    • Actions
      • Animation - Change (Triggering unit) flying height to 0.00 at 500.00
      • Unit - Remove Crow Form from (Triggering unit)
      • Unit - Remove classification of A flying unit from (Triggering unit)
Good Luck~
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
I suggest use this model: Dragon Walk/Fly Form
Credits to Cavman

EDIT:
The unit has a total of 22 animations
You can check with these animations and suit to your liking

To make the unit looks like it's going to fly, use "morph" animation
To make the unit looks like it's going to land, use "morph alternate" animation
You must remember the unit's starting position is in FLY FORM
Meaning, you must reverse the trigger given in post #4
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
Why all the complicated stuff? Isn't Crow Form good enough?

The complicated things was, to make the unit looks like it has a fly/land animation
Assume that Peasant as the model
Would you believe if a Peasant can fly on air while doing the Walk animation ?
That's a f**ked up situation to see lol...
That's why I linked him a model just so it fits the situation
And a trigger of course
THAT'S complicate
 
Status
Not open for further replies.
Top