Limestone Posted December 26, 2012 Posted December 26, 2012 how can i edit the max guild of my server to 12 and no Alliances? Thank you! Quote
Kyo Posted December 26, 2012 Posted December 26, 2012 (edited) You mean you want to only have 12 guilds at most on your server? And for the no alliances: conf/battle/guild.conf max_guild_alliance: 3 Change that to 0. Edited December 26, 2012 by Kyo Quote
Limestone Posted December 26, 2012 Author Posted December 26, 2012 Thank you Kyo, but how about in Max Guild Members? Quote
Kyo Posted December 27, 2012 Posted December 27, 2012 (edited) For max guild members go to src/common/mmo.h #define MAX_GUILD 16+10*6 16 = level 1 10 are the 10 existing levels 6 = new slots per level 16+10*6=16+60=76 You can change that to your needs. Edited December 27, 2012 by Kyo Quote
Limestone Posted December 27, 2012 Author Posted December 27, 2012 Thank you so much! hmm if i change the max guild numbers and max guild alliances, i will delete all of the Guild info in my sql ? Quote
Kyo Posted December 27, 2012 Posted December 27, 2012 You can either delete all the guild tables and import a new fresh one if you want it all clean or you can just leave it as it is. If you leave it the way it is, people can't make alliances anymore but still will have alliances they set before. For guild members, if you lower it people might have 50 of 30 members in the guild (more than actually possible) they couldn't invite more people though. Quote
Question
Limestone
how can i edit the max guild of my server to 12 and no Alliances? Thank you!
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.