Mai Posted January 21, 2017 Posted January 21, 2017 How to disable "renewal" such as 3rd jobs, Maps like Brasilis, etc.. and keep the server pre-renewal Quote
0 Mai Posted January 21, 2017 Author Posted January 21, 2017 How to disable "renewal" such as 3rd jobs, Maps like Brasilis, etc.. and keep the server pre-renewal Quote
0 Fii Posted January 21, 2017 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
0 Rynbef Posted January 22, 2017 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
0 Chaos92 Posted January 22, 2017 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
0 Fii Posted January 22, 2017 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
0 Mai Posted January 22, 2017 Author 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
0 Fii Posted January 22, 2017 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
0 Mai Posted January 22, 2017 Author 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
0 Mai Posted January 22, 2017 Author Posted January 22, 2017 Just now, Fii said: Any more problems? I am still able to change into Arch Bishop... Quote
Question
Mai
How to disable "renewal" such as 3rd jobs, Maps like Brasilis, etc.. and keep the server pre-renewal
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.