rayleigh Posted June 7, 2016 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 220 Reputation: 0 Joined: 09/05/13 Last Seen: January 18, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 Poring King Posted June 7, 2016 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted June 7, 2016 i forgot the place but i think its locate in mmo.h define there Pre-re or renewal . Quote Link to comment Share on other sites More sharing options...
0 Playtester Posted June 7, 2016 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: 18 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 rayleigh Posted June 7, 2016 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 220 Reputation: 0 Joined: 09/05/13 Last Seen: January 18, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
0 Playtester Posted June 8, 2016 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: 18 hours ago Share Posted June 8, 2016 Remove all your custom changes to renewal.h, recompile, start? Quote Link to comment Share on other sites More sharing options...
0 rayleigh Posted June 10, 2016 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 220 Reputation: 0 Joined: 09/05/13 Last Seen: January 18, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
0 Playtester Posted June 13, 2016 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: 18 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 rayleigh Posted June 24, 2016 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 220 Reputation: 0 Joined: 09/05/13 Last Seen: January 18, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
0 Stolao Posted June 25, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: April 9 Share 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 Link to comment Share on other sites More sharing options...
0 rayleigh Posted June 26, 2016 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 220 Reputation: 0 Joined: 09/05/13 Last Seen: January 18, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
0 Stolao Posted June 27, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: April 9 Share Posted June 27, 2016 Basically increasing damage of certain skill based off of level if level is 100 or higher. Quote Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.