Jump to content
  • 0
realRO

Guild Extension/Capacity

Question

Old setting was Guild Capacity is 30.

I want it to make 20 Member per Guild

 

Help me to fix this:

 

15xrdi9.png

 

My mmo.h

#define MAX_GUILD 10+10*1	// increased max guild members +6 per 1 extension levels [Lupus]

My src/char/int_guild.c

g->max_member = 10 + guild_checkskill(g, GD_EXTENSION) * 1;
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

i think it because those 3 guilds already has more than 20 member before you reduce the guild max member
CMIIW

 

try to edit your sql

UPDATE `guild` SET max_member=20 WHERE max_member >21;
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.