kickazz08 Posted August 23, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 03/25/12 Last Seen: January 12, 2014 Share Posted August 23, 2012 Hi guys.. just needed some info on this.. - Refine rate percentage renewal do i need src modifications here or just change in refine_db.txt? // IMPORTANT: changing the number of upgrade levels requires modifying MAX_REFINE in status.h 0,0,0,0,100:100,100:100,100:100,100:100,60:200,40:200,40:200,20:200,20:300,10:300,50:300,30:300,30:400,20:400,10:400,10:400,10:500,10:500,10:500,10:500 // Level 1 weapons 1,200,8,300,100:0,100:0,100:0,100:0,100:0,100:0,100:0,60:0,40:0,20:0,70:0,70:0,50:0,50:0,30:0,30:300,20:300,20:300,10:300,10:300 // Level 2 weapons 2,300,7,500,100:0,100:0,100:0,100:0,100:0,100:0,60:0,40:0,20:0,20:0,70:0,50:0,50:0,30:0,30:0,20:600,20:600,10:600,10:600,10:600 // Level 3 weapons 3,500,6,800,100:0,100:0,100:0,100:0,100:0,60:0,50:0,20:0,20:0,20:0,50:0,50:0,30:0,30:0,20:0,20:900,10:900,10:900,10:900,10:900 // Level 4 weapons 4,700,5,1400,100:0,100:0,100:0,100:0,60:0,40:0,40:0,20:0,20:0,10:0,50:0,30:0,30:0,20:0,20:0,10:1200,10:1200,10:1200,10:1200,10:1200 Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 23, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted August 23, 2012 just edit the refine_db.txt and reload it ingame....everything done without need to edit source.... only max refine you are required to edit source~ Quote Link to comment Share on other sites More sharing options...
kickazz08 Posted August 23, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 03/25/12 Last Seen: January 12, 2014 Author Share Posted August 23, 2012 Thnx Emistry.. clear now.. i thought its the refine %tage that needs to be changed by src.. so if id make my max refine to +30 its in src... Quote Link to comment Share on other sites More sharing options...
Mystery Posted August 23, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted August 23, 2012 Thnx Emistry.. clear now.. i thought its the refine %tage that needs to be changed by src.. so if id make my max refine to +30 its in src... Correct. #ifdef RENEWAL # define MAX_REFINE 20 #else # define MAX_REFINE 10 #endif If you want the max refine to be 30, you gotta change it in the source Quote Link to comment Share on other sites More sharing options...
kickazz08 Posted August 24, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 03/25/12 Last Seen: January 12, 2014 Author Share Posted August 24, 2012 mysterious and emistry thnx veryy much.. Quote Link to comment Share on other sites More sharing options...
Question
kickazz08
Hi guys..
just needed some info on this..
- Refine rate percentage renewal
do i need src modifications here or just change in refine_db.txt?
// IMPORTANT: changing the number of upgrade levels requires modifying MAX_REFINE in status.h
0,0,0,0,100:100,100:100,100:100,100:100,60:200,40:200,40:200,20:200,20:300,10:300,50:300,30:300,30:400,20:400,10:400,10:400,10:500,10:500,10:500,10:500
// Level 1 weapons
1,200,8,300,100:0,100:0,100:0,100:0,100:0,100:0,100:0,60:0,40:0,20:0,70:0,70:0,50:0,50:0,30:0,30:300,20:300,20:300,10:300,10:300
// Level 2 weapons
2,300,7,500,100:0,100:0,100:0,100:0,100:0,100:0,60:0,40:0,20:0,20:0,70:0,50:0,50:0,30:0,30:0,20:600,20:600,10:600,10:600,10:600
// Level 3 weapons
3,500,6,800,100:0,100:0,100:0,100:0,100:0,60:0,50:0,20:0,20:0,20:0,50:0,50:0,30:0,30:0,20:0,20:900,10:900,10:900,10:900,10:900
// Level 4 weapons
4,700,5,1400,100:0,100:0,100:0,100:0,60:0,40:0,40:0,20:0,20:0,10:0,50:0,30:0,30:0,20:0,20:0,10:1200,10:1200,10:1200,10:1200,10:1200
Link to comment
Share on other sites
4 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.