Barabb4s 0 Posted June 28, 2019 (edited) Is there any solution for the guild to pass the 76 members? I wanted no to leave limited. Quote #define MAX_GUILD (BASE_GUILD_SIZE+10000*6 Error, is there any other way? Edited June 28, 2019 by Barabb4s Quote Share this post Link to post Share on other sites
WhiteEagle 6 Posted June 29, 2019 You Need edit this too: src/char/int_guild.c around line ~ 866 g->max_member = BASE_GUILD_SIZE + inter_guild->checkskill(g, GD_EXTENSION) * 6; 1 Barabb4s reacted to this Quote Share this post Link to post Share on other sites
Barabb4s 0 Posted June 30, 2019 On 6/28/2019 at 9:58 PM, WhiteEagle said: You Need edit this too: src/char/int_guild.c around line ~ 866 g->max_member = BASE_GUILD_SIZE + inter_guild->checkskill(g, GD_EXTENSION) * 6; g->max_member = BASE_GUILD_SIZE + inter_guild->checkskill(g, GD_EXTENSION) * 6; #define MAX_GUILD (BASE_GUILD_SIZE+10000*6 and g->max_member = BASE_GUILD_SIZE + inter_guild->checkskill(g, GD_EXTENSION) * 10000; ? Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted July 1, 2019 (edited) 17 hours ago, Barabb4s said: ? @WhiteEagle just have the solution to your problem. If you have another error, please elaborate with screenshots if needed. If you need to change Guild size no matter skill level, just change #define BASE_GUILD_SIZE to some high number Edited July 1, 2019 by Dastgir 1 Barabb4s reacted to this Quote Share this post Link to post Share on other sites
Barabb4s 0 Posted July 1, 2019 4 hours ago, Dastgir said: @WhiteEagle just have the solution to your problem. If you have another error, please elaborate with screenshots if needed. If you need to change Guild size no matter skill level, just change #define BASE_GUILD_SIZE to some high number Get. But the database is 255 as the maximum. I do not know if it's just looks or it works. Quote Share this post Link to post Share on other sites
cookie-rae 6 Posted July 7, 2019 On 7/2/2019 at 2:56 AM, Barabb4s said: Get. But the database is 255 as the maximum. I do not know if it's just looks or it works. you need to update your sql guild table also. Quote Share this post Link to post Share on other sites