Jump to content
  • 0

Guild Extension/Capacity


realRO

Question


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   0
  • Joined:  12/24/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

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...