Log in

View Full Version : mob models


Chrysus
11-03-2013, 01:33 PM
Is there a way to not use certain models? Specifically could I have things that use the dragon skeleton model (dracoliche, ashenbone drakes, etc) appear simply as humans (which I believe is the default model)?

Thank you.

gotrocks
11-03-2013, 01:42 PM
Not without doing some serious code work.

Models in EQ ARE dependent on the Client, but the server is what's telling the client what to display.
You can look into this if you'd like, but I'm thinking it's probably not possible without a ton of work.

***EDIT***

Edited previous statement to reflect the correct answer.

pharmakos
11-03-2013, 02:00 PM
actually, i think it might be as simple as deleting a single file. you might end up deleting more than just the dragon skeleton model, though.

gotrocks
11-03-2013, 02:20 PM
actually, i think it might be as simple as deleting a single file. you might end up deleting more than just the dragon skeleton model, though.

It's not. Models are loaded as global or per zone. Would need to edit the file itself and there are many.

Chrysus
11-03-2013, 05:25 PM
Damn, that is disappointing. Thank you for the info guys.