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

Make Equipment show

Status
Not open for further replies.
Level 14
Joined
Apr 21, 2007
Messages
1,465
It isn't possible, unless you have a naked custom mdx of a unit, an mdx for every seperate armor piece(which you will attach via the special effect trigger) and custom weapons(which you will attach the same way)
 
Level 14
Joined
Apr 21, 2007
Messages
1,465
Dude, first you need a naked hero mdx(which you don't have), a mdx for every armor model(shoes, chest, helmet, etc) and an mdx for your weapons, without those there is really no point in triggering anything, but if you insist:

Code:
Event - Unit acquiers an item
Condition - Acquiered item equal to HELMET
Action - Special Effect - Create a special effect attached to the head of YOURHERO using YOURHELMET.mdx
 
Level 19
Joined
Aug 24, 2007
Messages
2,888
Thing you called "making show something on unit" is attachment
Like a spinning orb shows up in your weapon when you get an orb
look in object editor to learn how to do it
and make it display a weapon instead of orb in hand instead of weapon

For armor

I use weaponless peasant
no armor(just a cloth), no weapon, good attack animation
 
Level 11
Joined
Aug 25, 2006
Messages
971
Dude, you can't remove armor, they are made so they are non-removable(for most units anyway). If you remove armor, you'll just get a strange blob of brown :(

Very true, the armor is actually the skin. So if you simply remove the armor geoset, then you practically deleted the model. Most of the time to get rid of armor you need to reskin the model.
 
Status
Not open for further replies.
Top