renaldy Posted March 28, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 12/27/12 Last Seen: March 26 Share Posted March 28, 2013 Hello rAthena , I Am Newbie Here .... How To Make A Pre-renewal Systems In rAthena ?? (Include db folder pre-renewal) Because I Am Newbie Here .. I Am From Indonesia , Sorry To My English Thank You Quote Link to comment Share on other sites More sharing options...
Dastgir Posted March 28, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: 7 hours ago Share Posted March 28, 2013 Edit src/config/renewal.h Comment All #define Db located in db/pre-re/ Quote Link to comment Share on other sites More sharing options...
jaBote Posted March 28, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 182 Reputation: 36 Joined: 01/26/12 Last Seen: October 6, 2021 Share Posted March 28, 2013 Well it's quite simple: Before compiling the server just see the src/config/renewal.h file. There you will see some C pre-compiler definitions on renewal formulas (I've extracted only the interesting lines out there): #define RENEWAL #define RENEWAL_CAST #define RENEWAL_DROP #define RENEWAL_EXP #define RENEWAL_LVDMG #define RENEWAL_EDP #define RENEWAL_ASPD Just comment them out (put a double slash at the start of those lines) so they should be like this: //#define RENEWAL //#define RENEWAL_CAST //#define RENEWAL_DROP //#define RENEWAL_EXP //#define RENEWAL_LVDMG //#define RENEWAL_EDP //#define RENEWAL_ASPD And you now have Renewal deactivated. Rest of the compilation, creation and configuracion of the rAthena server should be normal. I reccomend checking the other files in the config too. Just remember to compile AFTER editing and saving the file. Quote Link to comment Share on other sites More sharing options...
Question
renaldy
Hello rAthena , I Am Newbie Here .... How To Make A Pre-renewal Systems In rAthena ?? (Include db folder pre-renewal)
Because I Am Newbie Here ..
I Am From Indonesia , Sorry To My English
Thank You
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.