realRO Posted June 1, 2014 Posted June 1, 2014 Old setting was Guild Capacity is 30. I want it to make 20 Member per Guild Help me to fix this: 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; Quote
Kichi Posted June 1, 2014 Posted June 1, 2014 i think it because those 3 guilds already has more than 20 member before you reduce the guild max memberCMIIW try to edit your sql UPDATE `guild` SET max_member=20 WHERE max_member >21; Quote
Question
realRO
Old setting was Guild Capacity is 30.
I want it to make 20 Member per Guild
Help me to fix this:
My mmo.h
My src/char/int_guild.c
1 answer 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.