Jump to content

Barabb4s

Members
  • Content Count

    3
  • Joined

  • Last visited

Posts posted by Barabb4s


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


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

    ?


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

×
×
  • Create New...

Important Information

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