Jump to content
  • 0

Help! about Max Guild Members and Restricted Alliances


Limestone

Question


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

how can i edit the max guild of my server to 12 and no Alliances? Thank you!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  90
  • Reputation:   12
  • Joined:  08/22/12
  • Last Seen:  

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 by Kyo
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

Thank you Kyo, but how about in Max Guild Members?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  90
  • Reputation:   12
  • Joined:  08/22/12
  • Last Seen:  

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 by Kyo
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

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 ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  90
  • Reputation:   12
  • Joined:  08/22/12
  • Last Seen:  

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...