• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Changing models via trigger

Status
Not open for further replies.
Level 2
Joined
Sep 6, 2008
Messages
7
can anyone help me with the triggers so i can change a units model at night and vice versa keeping the same hero level and such .

thanks
 
Level 7
Joined
May 3, 2007
Messages
210
Your not changing the model, you're changing the unit's unittype.

The model does change, but everything associated with the unittype is also now present. So if you want to maintain damage type/damage/armor type/armor/health/mana, and all the other object data, then you need to make separate unittypes that have only one difference (the unit model) and then change the unittype.
 
Level 2
Joined
Sep 6, 2008
Messages
7
i slightly understand what you said . but i dont have a clue how to do that. I think i can make the unit with different models but how would i change the unittype in game?
 
Status
Not open for further replies.
Top