realRO Posted June 1, 2014 Share 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 Link to comment Share on other sites More sharing options...
Kichi Posted June 1, 2014 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites