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

morph passive ability

Status
Not open for further replies.
Level 21
Joined
Mar 29, 2020
Messages
1,237
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.
 
Level 12
Joined
Mar 13, 2020
Messages
421
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
 
Level 21
Joined
Mar 27, 2012
Messages
3,232
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.
Top