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!
How do I make a hero morph into another hero permanently and keep stats. Like for the new map i'm making the 'changer' hero morphs not sure if his stats stay the same...
If you want it to be level one when it morphs there are several conditions that need to be met, such as reaching the right level, acquiring the right item. Killing the right enemies, etc. I will show reaching level and acquiring item.
Trigger Level:
Events:
Unit gains a level
Conditions:
Level of Leveling Hero equal to (desired level)
Actions:
If / Then / Else, Multiple Functions:
Conditions:
Owner of Leveling Hero equal to Player 1
Actions:
Set Strength [1] to Strength of the Leveling Hero (Exclude bonuses)
Set Agility [1] to Agility of the Leveling Hero (Exclude bonuses)
Set Intelligence [1] to Agility of the Leveling Hero (Exclude bonuses)
Actions:
Replace Leveling Hero with (Morphed Hero) using the old unit's relative life and mana.
Modify Strength of the Last Replaced Unit : Set to Strength [1]
Modify Agility of the Last Replaced Unit : Set to Agility [1]
Modify Intelligence of the Last Replaced Unit : Set to Intelligence [1]
Trigger Item:
Events:
A unit acquires an item.
Conditions:
Item being manipulated is equal to (Your item type)
Owner of Leveling Hero equal to Player 1
Actions:
Set Strength [1] to Strength of the Hero Manipulating Item(Exclude bonuses)
Set Agility [1] to Agility of the Hero Manipulating Item (Exclude bonuses)
Set Intelligence [1] to Agility of the Hero Manipulating Item (Exclude bonuses)
Actions:
Replace Hero Manipulating Item with (Morphed Hero) using the old unit's relative life and mana.
Modify Strength of the Last Replaced Unit : Set to Strength [1]
Modify Agility of the Last Replaced Unit : Set to Agility [1]
Modify Intelligence of the Last Replaced Unit : Set to Intelligence [1]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.