Mai Posted January 21, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 02/28/12 Last Seen: September 2, 2017 Share Posted January 21, 2017 How to disable "renewal" such as 3rd jobs, Maps like Brasilis, etc.. and keep the server pre-renewal Quote Link to comment Share on other sites More sharing options...
0 Mai Posted January 21, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 02/28/12 Last Seen: September 2, 2017 Author Share Posted January 21, 2017 How to disable "renewal" such as 3rd jobs, Maps like Brasilis, etc.. and keep the server pre-renewal Quote Link to comment Share on other sites More sharing options...
0 Fii Posted January 21, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 34 Reputation: 4 Joined: 12/21/16 Last Seen: February 12, 2017 Share Posted January 21, 2017 rathena/src/config/renewal //quick option to disable all renewal option, used by ./configure //#define PRERE #ifndef PRERE /// Leave this line to enable renewal specific support such as renewal formulas //#define RENEWAL add // to anything you want to disable. As for the maps, maybe, again [maybe] it will follow. But if it will not then you have to do it manually again. 1 Quote Link to comment Share on other sites More sharing options...
0 Rynbef Posted January 22, 2017 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: 13 hours ago Share Posted January 22, 2017 //quick option to disable all renewal option, used by ./configure #define PRERE #ifndef PRERE /// Leave this line to enable renewal specific support such as renewal formulas #define RENEWAL U will just need to remove // before "#define PRERE" to disable all Renewal Features. Rynbef~ 1 Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted January 22, 2017 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 16 minutes ago Share Posted January 22, 2017 3rd jobs are actually disabled, there are no 3rd job changer npc in pre-renewal except you are using @job commands those renewal maps might be there but there will be no npc/monster. you can edit src for @job for removing 3rd job in that command. you can remove those maps in maps athena , mapcache and also those map in your scripts. 1 Quote Link to comment Share on other sites More sharing options...
0 Fii Posted January 22, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 34 Reputation: 4 Joined: 12/21/16 Last Seen: February 12, 2017 Share Posted January 22, 2017 In your rathena/src/config/renewal Add any comment "//" to disable the things you want to disable. (I don't know anything about the map -- I did it manually myself) 1 Quote Link to comment Share on other sites More sharing options...
0 Mai Posted January 22, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 02/28/12 Last Seen: September 2, 2017 Author Share Posted January 22, 2017 2 hours ago, Fii said: rathena/src/config/renewal //quick option to disable all renewal option, used by ./configure //#define PRERE #ifndef PRERE /// Leave this line to enable renewal specific support such as renewal formulas //#define RENEWAL add // to anything you want to disable. As for the maps, maybe, again [maybe] it will follow. But if it will not then you have to do it manually again. 2 hours ago, Rynbef said: //quick option to disable all renewal option, used by ./configure #define PRERE #ifndef PRERE /// Leave this line to enable renewal specific support such as renewal formulas #define RENEWAL U will just need to remove // before "#define PRERE" to disable all Renewal Features. Rynbef~ 2 hours ago, Fii said: In your rathena/src/config/renewal Add any comment "//" to disable the things you want to disable. (I don't know anything about the map -- I did it manually myself) Hi, thanks for replying, I did what you told me removing "//" #define PRERE I put "//" on #define RENEWAL and on #ifndef PRERE Quote Link to comment Share on other sites More sharing options...
0 Fii Posted January 22, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 34 Reputation: 4 Joined: 12/21/16 Last Seen: February 12, 2017 Share Posted January 22, 2017 1 minute ago, Mai said: Hi, thanks for replying, I did what you told me removing "//" #define PRERE I put "//" on #define RENEWAL and on #ifndef PRERE Any more problems? Quote Link to comment Share on other sites More sharing options...
0 Mai Posted January 22, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 02/28/12 Last Seen: September 2, 2017 Author Share Posted January 22, 2017 2 hours ago, Chaos92 said: 3rd jobs are actually disabled, there are no 3rd job changer npc in pre-renewal except you are using @job commands those renewal maps might be there but there will be no npc/monster. you can edit src for @job for removing 3rd job in that command. you can remove those maps in maps athena , mapcache and also those map in your scripts. Athena/src/ then char? Quote Link to comment Share on other sites More sharing options...
0 Mai Posted January 22, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 02/28/12 Last Seen: September 2, 2017 Author Share Posted January 22, 2017 Just now, Fii said: Any more problems? I am still able to change into Arch Bishop... Quote Link to comment Share on other sites More sharing options...
Question
Mai
How to disable "renewal" such as 3rd jobs, Maps like Brasilis, etc.. and keep the server pre-renewal
Link to comment
Share on other sites
9 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.