• Check out the results of the Techtree Contest #19!
  • 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 void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

morph passive ability

Status
Not open for further replies.
try this:

1. make a normal morph ability (A).

2. create a dummy ability (B) that does nothing and give it to your unit.

3. create a trigger that gives the morph ability(=A), casts it and removes it from a unit when that unit learns the dummy ability (B).

in morph you can set different units as the unit you morph to for different levels of the abilities. if that works just make it set the level of ability 'A' to the the level of 'B' when you add it to the unit. otherwise create a new morph ability for each level.
 
You can also give the ability to a tome. The unit will the be immediately transformed as soon as it picks it up, so you can create an item and then give it to the unit to transform it instantly. Something else that might work is the Chaos ability. And as Ender said, Stone Giant's passive grow ability in DoTA is just a dummy ability, it does nothing. It's just there as visual indication, the growth itself is triggered.
 
Or the Chaos Ability look at this Thread I did a Example map Where the Hero (Druid)
Can Transform into 2 Forms only by give him the Chaos Passiv
[Solved] - Is it possible to trigger transform abilities on heroes

Watch out and read the Thread
The Passiv Chaos does not only change your hero to a Bigger one it Absorbs stats

Look at the triggers I first saved all stats like hp items damage all of them into variable before give him the Chaos Passiv and then give him after the Passiv is added all his items back and set all his stats to the in the Variable Saved Values back
 
Chaos can be buggy, but reverse bearform isn't.
Reverse bear form just means making a bear form ability, but setting alternative form to the unit you want to morph FROM and normal form to what you want to morph TO.
Then add and remove the ability. Unit gets turned "back" into a different unit without interrupting orders or causing any issues with stats.
 
Status
Not open for further replies.
Back
Top