Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Portals on January 05, 2014, 07:55:40 am
-
1. How do I remove a class from character select?
2. How do I let the glyph and talent button/window be available under level 10?
-
Bump
-
First edit the ChrRace. Dbc and do not forget to copy to the server.
-
First edit the ChrRace. Dbc and do not forget to copy to the server.
I don't wanna remove a race just a class.
-
Removing a class is probably the same as removing a race, I did it a while back, but I don't really remember
I would say delete the class from charclass.dbc, remove it from charbaseinfo.dbc and remove it from the chatactercreate.lua an xml documents, sorry if I got names wrong, writing from phone
Also I would delete anything character creation related in the db though I'm not sure that's necessary
Ah just thought of something if that doesn't work you may need to delete the class from SharedDefines.h
-
As for changing the level at which the talents and glyph panes show up, extract the file from Patch-xxXX-2.MPQ/Interface/FrameXML/Constants.Lua
About halfway down you will see
Show_Talents_Level and Show_Inscription_Level
Change and remake patch. Note however that while you will be able to see the panes, the normal levels to use them will apply and that takes a core mod.