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

Title: [QUESTION] Couple of them for I don't have to spam.
Post 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?
Title: Re: [QUESTION] Couple of them for I don't have to spam.
Post by: Portals on January 06, 2014, 09:42:50 am
Bump
Title: Re: [QUESTION] Couple of them for I don't have to spam.
Post by: Steff on January 06, 2014, 07:32:11 pm
First edit the ChrRace. Dbc and do not forget to copy to the server.
Title: Re: [QUESTION] Couple of them for I don't have to spam.
Post by: Portals on January 07, 2014, 01:24:21 am
Quote from: "Steff"
First edit the ChrRace. Dbc and do not forget to copy to the server.
I don't wanna remove a race just a class.
Title: Re: [QUESTION] Couple of them for I don't have to spam.
Post by: 40thzombie on January 07, 2014, 02:05:45 am
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
Title: Re: [QUESTION] Couple of them for I don't have to spam.
Post by: deep6ixed on January 08, 2014, 09:07:48 am
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.