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

Heelp me!!!

Status
Not open for further replies.
Level 3
Joined
Jan 19, 2010
Messages
29
How to import weapon to unit?When i replace model of unit to model of weapon,spawn only weapon without unit!I give path correctly!:cry::cry::cry:
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
You want Warcraft to magically recognize the model you want to equip your weapon to?
If you set the model to the weapon, OF COURSE it will only show the weapon! Why should it suddenly equip the weapon to the correct place of the model? It doesn't know which model, it doesn't know where to equip and it doesn't know whether the model is a weapon or a regular unit model.

Think before posting, please...

If you want the weapon to equip when picking up an item, then go to abilities, create a useless ability (based off whatever you want, as long as it is completely useless and passive), make it an item ability and set "Art - Caster" to the weapon and "Art - Caster attachment point" to "hand,left" / "hand,right" or "weapon".

If you want it to be there forever, go to the trigger editor and create this trigger:
  • Melee Initialization
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Special Effect - Create a special effect attached to the hand,left of [Your Unit] using [Your Model]
There are also enough tutorials and posts about this, so this is what you need to do:
  • THINK!!! Seriously!
  • If thinking doesn't help, use "SEARCH".
 
Status
Not open for further replies.
Top