Jump to content

Recommended Posts

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 by Barabb4s

Share this post


Link to post
Share on other sites
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;

?

Share this post


Link to post
Share on other sites
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 by Dastgir

Share this post


Link to post
Share on other sites
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.

WhatsApp Image 2019-06-30 at 19.09.11.jpeg

Share this post


Link to post
Share on other sites
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.

WhatsApp Image 2019-06-30 at 19.09.11.jpeg

you need to update your sql guild table also.

Share this post


Link to post
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
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

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