Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: Bradwin on February 28, 2017, 08:06:25 pm
-
My first question of the many to come is how do I fix the "Your login interface files are corrupt. Please reinstall the game." error? I've followed the steps in the viewtopic.php?f=60&t=3756 (http://modcraft.io/viewtopic.php?f=60&t=3756" onclick="window.open(this.href);return false;) and after I was done, I put the .dbc files inside my DBFiles Client, aswel as the GlueXML and FrameXML in an Interface file inside the MPQ.
-
You need modified WoW.exe with removed LUA check.
-
I managed to find one. Now, my class button is grayed out, and it doesn't say anything upon hovering over it. How do I enable a race to be a class? I think this might be the problem.
-
CharBaseInfo.dbc - contains all enabled combinations of races and classes.
And you also need to create data for race/class combinations in playercreateinfo tables in world DB, otherwise your server will crash or won't let you create a character.
-
I tried to open it with MyDBCEditor but it gave me an "Invalid fieldsize:1" error. I tried opening it with DBCEditor and it gave me a "Could not Load File. Error: Byte packed DBC Files not supported". I extracted the DBC again, and it gave me the same "Invalid fieldsize:1" error. What could I do to fix this?
-
WDBX editor.
-
Thanks, it works now. I can select the class and it properly shows the string. If I run into any more problems, I'll post the question in the same topic just so I don't flood the thread.