Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: Lain on July 30, 2016, 11:52:13 pm
-
Hi guys! Im new in this about modding, the tutorials on the page have been really helpfull! but I have a problem and I have been alredy a week without figuring out.
Im adding new races to my server, but when in interface it sees nice, but when im going to create the character happend this:
https://gyazo.com/622c74af1faf4c41a50189d4cf955fcf (https://gyazo.com/622c74af1faf4c41a50189d4cf955fcf" onclick="window.open(this.href);return false;)
And in the log of the worldserver this:
https://gyazo.com/427ee302ee312789c352c8d03c80f679 (https://gyazo.com/427ee302ee312789c352c8d03c80f679" onclick="window.open(this.href);return false;)
And when I see the DBErrors log:
https://gyazo.com/3969e9e067536bfd4be19996a4fb6b17 (https://gyazo.com/3969e9e067536bfd4be19996a4fb6b17" onclick="window.open(this.href);return false;)
Im new with this...so its really probable that im failling in something stupid...
-
Hey, you might want to update your core to the latest revision if you haven't already, that might be the problem. I'm having the same problem with old revision, trying to update it.
-
Server says that while you have added races into DB tables, they are still, according to server, not supposed to exist. Which simply means you have quite likely either missed something DBC or something in core. Double check ChRaces.dbc, factions for your race, display and model IDs for your race, ChrBaseInfo.dbc... And all other things which have anything to do with races (there is hell lot of such DBCs). Luckily, it seems that problem is with race itself, not with race/class combination, so you can exclude tables which have something to do with classes.