Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Pandemic on January 06, 2012, 10:07:50 pm

Title: [SOLVED]  How to REMOVE a class?
Post by: Pandemic on January 06, 2012, 10:07:50 pm
Hey there, I am looking for a way to remove some classes. I've already blocked them serverside and clientside, making sure players can't select them.

That just leaves one problem, this leaves a lot of ugly gray unselectable icons. From what I've read I am going to need LUA and XML to remove them, but I have no idea how. I have some experience in LUA, and a background in development, so I'm not -completely- helpless.

Thanks in advance!
Title: Re: [QUESTION] How to REMOVE a class?
Post by: schlumpf on January 06, 2012, 10:48:25 pm
You already said it yourself: LUA and XML.

Interface/GlueXML/*.
Title: Re: [QUESTION] How to REMOVE a class?
Post by: Pandemic on January 06, 2012, 11:31:22 pm
Aye, but I've not been able to pinpoint the right file nor line. Ah well, time to have another look, can't give up so easily. If I do find it, I'll post it, in case someone else could make use of it.

EDIT: Still haven't found it. If anyone knows how, I'd still be glad to hear it.
Title: Re: [QUESTION] How to REMOVE a class?
Post by: Pandemic on January 07, 2012, 02:52:49 am
Alright. Now I think I -should- have found it, edited it. Now my patch crashes my WoW because I didn't patch my WoW.exe to make sure it doesn't see changed lua/xml files as corrupt.

This would be all fine and dandy and solved within seconds, were it not the case that I don't have a "Wow.exe" as I have a "WoW.app". Does a fix for OS X exist? If not, does anyone have a guide on patching an executable, so I may make my own version for OS X?
Title: Re: [QUESTION] How to REMOVE a class?
Post by: schlumpf on January 07, 2012, 03:10:38 pm
viewtopic.php?f=59&t=883 (http://modcraft.io/viewtopic.php?f=59&t=883" onclick="window.open(this.href);return false;)