Originally Posted by
Robske007a
Gogo!
What arigity said is right, this has absolutly nothing to do with model-editing what so ever. When a player is created, he's assigned certain variables, one of these is his modelID, which gives him the appropriate looks. Now if you overwrite this value nothing really happens because you have to tell World of Warcraft to redraw the model (this is exactly what happens when you get polymorphed for example, you get the ID of a sheep and the updateModel() function gets called, then again when the sheep has ended)
Simmiliar things can be achieved with size, mount and even titles. It's suprising that I haven't seen any release of those features before though.