Jump to content

Question

8 answers to this question

Recommended Posts

  • 0
Posted
39 minutes ago, GM Winter said:

hello what if i want to make it max 16 guild capacity?

you need to configure the formulation.

 

16 can be done by..

6+10*1

  • 0
Posted
2 hours ago, GM Winter said:

this is for mmo right how about in int_guld sir

if you understand that formulation, then int_guild should be.

 

g->max_member=6;

and

g->max_member = 6 + guild_checkskill(g, GD_EXTENSION) * 1;

Thats mean 6 is the basic max member without guild extension skill. and each guild extension skill will increase 1 more capacity.

So max guild extension level 10 gonna be 6 + (10X1) = 16.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...