rayleigh Posted June 7, 2016 Posted June 7, 2016 My server is not reading the re/skill_cast_db.txt instead Its still reading pre-re/skill_cast_db.txt Because the casting formula for renewal is still not working after i did all of the uncommenting thing in renewal.h How can I check if my server is still ready the pre-re/db? Thanks in advance. Quote
0 Poring King Posted June 7, 2016 Posted June 7, 2016 i forgot the place but i think its locate in mmo.h define there Pre-re or renewal . Quote
0 Playtester Posted June 7, 2016 Posted June 7, 2016 If you wanted full renewal, you should actually not change anything in renewal.h. It's renewal by default. If you uncomment the PRERE define there, it will actually be pre-renewal. Quote
0 rayleigh Posted June 7, 2016 Author Posted June 7, 2016 If you wanted full renewal, you should actually not change anything in mmo.h. It's renewal by default. If you uncomment the PRERE define there, it will actually be pre-renewal. I cant understand. So how can i make my server read the re instead of pre re . (skill_cast_db)? Quote
0 Playtester Posted June 8, 2016 Posted June 8, 2016 Remove all your custom changes to renewal.h, recompile, start? Quote
0 rayleigh Posted June 10, 2016 Author Posted June 10, 2016 Remove all your custom changes to renewal.h, recompile, start? I do not have any customs on my renewal.h My server is not reading the renewal db I already check it on the items it still reading the pre re folder. How can i fix this? Quote
0 Playtester Posted June 13, 2016 Posted June 13, 2016 Sorry, but the issue must come from some of your changes. When I check out default rAthena and do no changes it certainly reads from the re folder. Quote
0 rayleigh Posted June 24, 2016 Author Posted June 24, 2016 Sorry, but the issue must come from some of your changes. When I check out default rAthena and do no changes it certainly reads from the re folder. Do you have any idea sir. On how will I set my server to read the re folder db instead of the pre-re db? Help sir please... Quote
0 Stolao Posted June 25, 2016 Posted June 25, 2016 https://github.com/rathena/rathena/blob/master/src/config/renewal.h This file on your server edit //#Define PRERE removing the // Quote
0 rayleigh Posted June 26, 2016 Author Posted June 26, 2016 https://github.com/rathena/rathena/blob/master/src/config/renewal.h This file on your server edit //#Define PRERE removing the // My renewal.h is like this #define PRERE #ifndef PRERE It doesnt have "//" You mean i need to put "//" to disable prere effects? Thank you so much sir. Problem solve! One last thing... What is really the casting formula for renewal? Can you give link or explanation about it? Quote
0 Stolao Posted June 27, 2016 Posted June 27, 2016 Basically increasing damage of certain skill based off of level if level is 100 or higher. Quote
Question
rayleigh
My server is not reading the re/skill_cast_db.txt
instead
Its still reading pre-re/skill_cast_db.txt
Because the casting formula for renewal is still not working after i did all of the uncommenting thing in renewal.h
How can I check if my server is still ready the pre-re/db?
Thanks in advance.
10 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.