jutaysxd Posted October 23, 2012 Group: Members Topic Count: 63 Topics Per Day: 0.01 Content Count: 134 Reputation: 1 Joined: 09/29/12 Last Seen: June 27, 2015 Share Posted October 23, 2012 (edited) [sOLVED] Thanks Edited October 23, 2012 by jutaysxd Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted October 23, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted October 23, 2012 downrefitem <equipment slot> ? Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted October 23, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share 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 Link to comment Share on other sites More sharing options...
Aleos Posted October 23, 2012 Group: Development Manager Topic Count: 56 Topics Per Day: 0.01 Content Count: 732 Reputation: 525 Joined: 12/13/11 Last Seen: June 13, 2024 Share 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 Link to comment Share on other sites More sharing options...
nanakiwurtz Posted October 23, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted October 23, 2012 xD It's hard to guess which one of these post will solve jutaysxd's question. Help Quote Link to comment Share on other sites More sharing options...
jutaysxd Posted October 23, 2012 Group: Members Topic Count: 63 Topics Per Day: 0.01 Content Count: 134 Reputation: 1 Joined: 09/29/12 Last Seen: June 27, 2015 Author Share Posted October 23, 2012 ok Thanks Quote Link to comment Share on other sites More sharing options...
Question
jutaysxd
[sOLVED] Thanks
Edited by jutaysxdLink to comment
Share on other sites
5 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.