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

Change unit model?

Status
Not open for further replies.
Level 13
Joined
Jun 22, 2004
Messages
783
You could swap units with a trigger and maitain the old unit's life and mana with the trigger Unit - Replace.

Code:
Unit - Replace ("your old unit") with a "new unit" using The old unit's relative life and mana

However, this action is not really that good, and I wouldn't use it if its not needed.
 
Level 6
Joined
Oct 23, 2006
Messages
223
I dont think u can do dat...im guessing u are either making a create-ur-own-hero map or trying to duplicate morphling. Anyways u cant do dat using triggers, ur best bet for a fully customisable hero is 3 heroes for one model (str,agi,int) and using replacement method. but dat would take a hell lot of time.
 
Status
Not open for further replies.
Top