renaldy Posted March 28, 2013 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
Dastgir Posted March 28, 2013 Posted March 28, 2013 Edit src/config/renewal.h Comment All #define Db located in db/pre-re/ Quote
jaBote Posted March 28, 2013 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
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
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.