Hey there OwnedCore. I feel like I am at my wits end with this, trying to get the character create screen to stop giving me this error. I believe I have edited everything correctly in the Database, Core, and Client side. I added a custom class, Necromancer, to the server. I can log in and do stuff (from what Ive added so far) but I cannot actually create the character from the create screen. Sorry if this has been posted before, but I have spent hours looking for a solution and can't find it. :baby:
Here is the error:
Here are my edits:
CharacterCreate.xml - Pastebin.com - CharacterCreate.xml
CharacterCreate.lua - Pastebin.com - CharacterCreate.lua
GlueStrings.lua - Pastebin.com - GlueStrings.lua
CharBaseInfo.dbc - Pastebin.com - CharBaseInfo.dbc (ClassID = 12, added to Human (1) and Undead (2)
ChrClasses.dbc - Pastebin.com - ChrClasses.dbc
SharedDefines.h - Pastebin.com - SharedDefines.h
StatSystem.cpp - Pastebin.com - StatSystem.cpp
StatSy - Pastebin.com - StatSystem.cpp
StatSystem.cpp - Pastebin.com - StatSystem.cpp
DBC that are in the client is also in the server's DBC folder as well.
I hope someone can help me figure this out. Thank you!
-Edit-
It shouldnt say race in the bottom left box. Should have the word "Necromancer" there, so maybe there is something wrong with that bit?
-Edit2-
I noticed that I had 13 set as my max classes per race, instead of 12 (11 classes +1). I did that both core and client sided and it still gave me the same error. Am I missing something?