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

How to attach a model?

Status
Not open for further replies.
Level 3
Joined
Aug 14, 2006
Messages
29
Hi all, i know this might sound a little wierd and so.. however i couldn't find help on how to attach a model to a hero, eg: i want to attach a sword to a unit when he picks up a sword, so i created a special effect at right hand, using the model, it worked perfect, however the sword was at right foot ~.~
Any help :) ?
 
Level 5
Joined
Jul 4, 2007
Messages
166
Hi all, i know this might sound a little wierd and so.. however i couldn't find help on how to attach a model to a hero, eg: i want to attach a sword to a unit when he picks up a sword, so i created a special effect at right hand, using the model, it worked perfect, however the sword was at right foot ~.~
Any help :) ?

You may have typed the location tag incorrectly. Now, it's been a while, and I don't have the editor in front of me, but what I think you're doing is attaching the model at 'right hand' and you need to be attaching it at 'righthand'. 'rightfoot' is the default for 'right hand' because 'f' is closer to '<space>' than 'h' is, so the autocorrect assumes you want the right foot. Try changing it to attach at 'righthand', and if that doesn't work, copy your code.
 
Status
Not open for further replies.
Top