Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: 942463302 on September 05, 2015, 09:42:48 pm

Title: Custom race
Post by: 942463302 on September 05, 2015, 09:42:48 pm
When I select either tuskarr or goblin, they show up.But I get this error:
Player::Create: Possible hacking-attempt: Account 2 tried creating a character named 'George' with invalid appearance attributes - refusing to do so

I've spent a lot of time to fix this.Please help me.
Thanks.
Title: Re: Custom race
Post by: Morfium on September 06, 2015, 09:07:39 pm
Did you add the dbcs you edited to the server?
Title: Re: Custom race
Post by: Amaroth on September 06, 2015, 09:48:16 pm
Possibly wrong version of CharSections.dbc on server side?
Title: Re: Custom race
Post by: 942463302 on September 07, 2015, 05:53:23 pm
Quote from: "Morfium"
Did you add the dbcs you edited to the server?
Thank you for answer my question,but I did it.
Title: Re: Custom race
Post by: 942463302 on September 07, 2015, 05:59:26 pm
Quote from: "Amaroth"
Possibly wrong version of CharSections.dbc on server side?

Thank you for answering my question,I extracted from the client.
Naga and  VRYKUL do not show skin,they are white model.
Sorry,my bad English. :)
Title: Re: Custom race
Post by: schlumpf on September 07, 2015, 06:00:31 pm
Quote from: "942463302"
Quote from: "Morfium"
Did you add the dbcs you edited to the server?
Thank you for answering my question,but I did it.
Well, based on the error message, this is unlikely: The server has some database or file in which the valid combinations are stored. Hopefully that is the DBCs only. If the client side DBCs allow it, but the serverside ones don't, it is very likely just different files. The server might also copy that data somewhere, some database. You may want to look at the check that fails to find out what the server checks and if you updated that correctly.
Title: Re: Custom race
Post by: 942463302 on September 07, 2015, 06:31:41 pm
Quote from: "schlumpf"
Quote from: "942463302"
Quote from: "Morfium"
Did you add the dbcs you edited to the server?
Thank you for answering my question,but I did it.
Well, based on the error message, this is unlikely: The server has some database or file in which the valid combinations are stored. Hopefully that is the DBCs only. If the client side DBCs allow it, but the serverside ones don't, it is very likely just different files. The server might also copy that data somewhere, some database. You may want to look at the check that fails to find out what the server checks and if you updated that correctly.
I've replaced all DBCs,but Naga and  Vrykul still have no skin,tuskarr and goblin still not working.
Title: Re: Custom race
Post by: Morfium on September 07, 2015, 07:17:40 pm
I googled your problem and the solution someone else got was:
Updating the playercreateinfo to include all those new races/classes and give them outfits.
I think for trinity it's ok to just add those to the db. Not sure if it reads them from the CharStartOutfit.dbc.
Bt to be sure I'd add both. :)