Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: kestus0756 on July 07, 2017, 02:05:49 pm
-
Basically I have 2 custom races in my private server, Broken and Vrykul. They both almost work perfectly fine except the Broken, I can make Broken, change the skin color and etc. but when I put a hood on it and also change the hood's color it doesn't allow me to create it and the output on worldserver prints out this: "tried to create a race with invalid appearance attributes - refused to do so." Can send edited ChrRaces.dbc, CharBaseInfo.dbc, CharStartOutfit.dbc, Faction.dbc, SkillRaceClassInfo.dbc, SkillLineAbility.dbc, GlueParent.lua, GlueStrings.lua, CharacterCreate.xml and CharacterCreate.lua if necessary. Thanks.
-
It's a check in the core. Go to Player.cpp and search for "Player::ValidateAppearance"