Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: chamorrorenzo on April 22, 2014, 07:23:21 am
-
Hi Guys i need help with Guild c++
i think its easy i want to remove the CONTROL button from de Guild.
i dont want peopple to use that bottom i really need a solution
just GUild master can use this button but i dont want them to use that
pls i need that fast :(
glad u can helpme
-
Control button ? Do you mean This one ? (http://www.wowwiki.com/Guild_list_(interface))
-
Just stop handling all the packets related to this button. You'll have to search for them but it shouldn't be too difficult to find them. Mass comment out the code that handles it / make it so that only GMs can use it.
Then hide it client side.
-
Control button ? Do you mean This one ? (http://www.wowwiki.com/Guild_list_(interface))
yes mate that one!
i really dont know anything about c++ thats why i need ur help :(
please is kinda important hope u can help me :(
@stoneharry
i need this for my server, c++ is not my thing
hope u can help me or be more specific im bad at this
I DONT WANT PEOPPLE TO USE THAT BUTTON EVEN IF U ARE GUILD MASTER
thanks u pleaseeeeeeeeee help
-
If you want to go another route, you could just remove the control button in the interface's LUA. LUA is techincally easier to learn than C++
-
If you want to go another route, you could just remove the control button in the interface's LUA. LUA is techincally easier to learn than C++
I'll second this idea. I, just today in-fact, had to remove a button and all of it's functions from the game and all I did was edit an xml and lua file by doing a few small edits. It's probably the easiest route to go.