Jump to content
  • 0
Sign in to follow this  
LatSo

max refine

Question

4 answers to this question

Recommended Posts

  • 0

Maximum refine for the server can be modified in src/map/status.h. See this piece of code:

/*** Max Refine available to your server* Changing this limit requires edits to refine_db.txt**/#ifdef RENEWAL#define MAX_REFINE 20#else#define MAX_REFINE 10#endif

This should be self-explanatory, but if your server is in Renewal mode, you should edit the first definition of MAX_REFINE; if it is in pre-renewal mode second one.

 

After that you should edit db/re/refine_db.txt if you're on Renewal mode or /db/pre-re/refine_db.txt if you're on pre-renewal. These files are pretty self-explanatory too, just read thoroughly the structure at the start of the file and description of each parameter and modify accordingly. Now you're done with this.

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
Answer this question...

×   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...
Sign in to follow this  

×
×
  • Create New...

Important Information

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