jutaysxd Posted October 23, 2012 Posted October 23, 2012 (edited) [sOLVED] Thanks Edited October 23, 2012 by jutaysxd Quote
Bin4ry Posted October 23, 2012 Posted October 23, 2012 Just disable Payon's refiner then is fine. (*If not mistaken only official refiner that can +20 is Payon's) Quote
Aleos Posted October 23, 2012 Posted October 23, 2012 /src/map/status.h /** * 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 Change it to: /** * 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 You'll then need to copy /db/pre-re/refine_db.txt to /db/re and overwrite the refine_db.txt in there. Quote
nanakiwurtz Posted October 23, 2012 Posted October 23, 2012 xD It's hard to guess which one of these post will solve jutaysxd's question. Help Quote
Question
jutaysxd
[sOLVED] Thanks
Edited by jutaysxd5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.