Lary Posted May 2, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 116 Reputation: 3 Joined: 04/03/13 Last Seen: July 9, 2015 Share Posted May 2, 2013 Hello, 1.} I am using Rathena SVN 17231 2.} Whenever i start my start my server it reads renewal database, Now what do i have to do to make my server read pre-renewal database... Quote Link to comment Share on other sites More sharing options...
Jaburak Posted May 2, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted May 2, 2013 src/map/config/renewal.h /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas //#define RENEWAL << Comment /// renewal cast time /// (disable by commenting the line) /// /// leave this line to enable renewal casting time algorithms /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats. /// example: /// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a /// "fixed cast time" which can only be reduced by specialist items and skills //#define RENEWAL_CAST << Comment /// renewal drop rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item drop rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table //#define RENEWAL_DROP << Comment /// renewal exp rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item exp rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied //#define RENEWAL_EXP << Comment /// renewal cast time variable cast requirement /// /// this is the value required for no variable cast-time with stats. /// formula: (DEX * 2) + INT /// default: 530 #define RENEWAL_CAST_VMIN 530 2 Quote Link to comment Share on other sites More sharing options...
Lary Posted May 2, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 116 Reputation: 3 Joined: 04/03/13 Last Seen: July 9, 2015 Author Share Posted May 2, 2013 Thanks a lot man... Quote Link to comment Share on other sites More sharing options...
Question
Lary
Hello,
1.} I am using Rathena SVN 17231
2.} Whenever i start my start my server it reads renewal database, Now what do i have to do to make my server read pre-renewal database...
Link to comment
Share on other sites
2 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.