Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Lawes on April 25, 2014, 07:46:55 pm

Title: New race Skeleton no skin InGame, why ?
Post by: Lawes on April 25, 2014, 07:46:55 pm
New race Skeleton no skin InGame, why ?

(http://img107.xooimage.com/files/c/9/a/sans857-titre-454558f.jpg)

(http://img104.xooimage.com/files/3/6/a/sans-t5674itre-4545599.jpg)
Title: Re: New race Skeleton no skin InGame, why ?
Post by: ferreon on April 25, 2014, 10:31:05 pm
White color in normal models said that the dbc is not working (maybe blp bad assigned) (creaturedisplayinfo.dbc). But your model works in character selecction screen so... I havent got idea. Try the dbc.

Regards, Ferreon.
Title: Re: New race Skeleton no skin InGame, why ?
Post by: AgeofCraft on April 25, 2014, 11:14:41 pm
Hmm i think the texture is not working because the model get some armor geosets like the gloves or the skirt this may normally be displayed only when a piece of armor is worn.
Title: Re: New race Skeleton no skin InGame, why ?
Post by: Lawes on April 26, 2014, 11:08:54 am
help :(
how can i fix geoset armor ?
Title: Re: New race Skeleton no skin InGame, why ?
Post by: Lawes on April 26, 2014, 01:08:26 pm
Okay, i guess the model is not working bcs the server didnt use CreatureDisplayInfoExtraEntry, no ?

If someone know how to fix it.. help mee !! :D
Title: Re: New race Skeleton no skin InGame, why ?
Post by: AgeofCraft on April 26, 2014, 03:27:26 pm
If you equip something did you see the textures ?
Title: Re: New race Skeleton no skin InGame, why ?
Post by: Lawes on April 27, 2014, 08:52:45 pm
Nop, only the weapon/shield appear
Title: Re: New race Skeleton no skin InGame, why ?
Post by: flagg78 on April 27, 2014, 10:07:03 pm
make sure you are using the same dbc for the server and the client. it looks like in game the model is being treated like a creature model.  in the creatureinfo.dbc, one of the first 4 or 5 fields denotes it as a character model. check other character entries for like human or scourge. i would copy the one for scourge male and paste it over the skeleton then change the id and model id numbers back to the skeletons. see if that helps.