• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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