Jump to content

help about Guild Capacity


Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  08/07/14
  • Last Seen:  

ang balak ko kci 20 lng capacity so sinet ko xa ng ganyan.. then pag restart ko gumawa ulet ako ng bgo.. lagi xang 16 imbis na 10 lng . help po .

 

 

#define MAX_GUILD 10+10*1 ///Increased max guild members +6 per 1 extension levels [Lupus]
 
// Set the max number of members, Guild Extention skill - currently adds 6 to max per skill lv.
g->max_member = 16 + guild_checkskill(g, GD_EXTENSION) * 1;
if(g->max_member > MAX_GUILD)
{
 
 

 

guild1.png

 

guild2.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   0
  • Joined:  07/24/12
  • Last Seen:  

ang balak ko kci 20 lng capacity so sinet ko xa ng ganyan.. then pag restart ko gumawa ulet ako ng bgo.. lagi xang 16 imbis na 10 lng . help po .

 

 

#define MAX_GUILD 10+10*1 ///Increased max guild members +6 per 1 extension levels [Lupus]
 
// Set the max number of members, Guild Extention skill - currently adds 6 to max per skill lv.
g->max_member = 16 + guild_checkskill(g, GD_EXTENSION) * 1;
if(g->max_member > MAX_GUILD)
{
 
 

 

guild1.png

 

guild2.png

Make it like this

#define MAX_GUILD 16+4*1 ///Increased max guild members +6 per 1 extension levels [Lupus]

Then RECOMPILE!

 

It's showing

 

Guildsmen: 1/16

 

Because it is the normal guild member per guild.

Then every Level of GUILD EXTENSION it will add. 

As for my Test Server I have LEVEL 10 GUILD EXTENSION.

And my max member is 

 

Guildsmen: 1/20

 

Hope it will work.

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...