H4Mm3r Posted September 28, 2015 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 24 Reputation: 1 Joined: 09/22/15 Last Seen: November 8, 2015 Share Posted September 28, 2015 (edited) Hello, I admit I'm a little bit lost with npc/ folder. My goal : pre-Re server What I did : compiled rAthena with #define PRERE I see in npc/ folder : - airports/kafra/warps... - pre-re/ airports/kafra/warps... - re/ airports/kafra/warps... I cannot delete "re" folder because servers is loading it. I sometimes have to edit the root folders files to see my changes, and sometimes pre-re/ foler ones. Can someone help me undertanding witch NPC folders are read, included, can be deleted for a pre-RE server ? Thanks by advance. Regards Edited September 29, 2015 by H4Mm3r Quote Link to comment Share on other sites More sharing options...
jadedlight Posted September 29, 2015 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 53 Reputation: 0 Joined: 08/14/15 Last Seen: November 10, 2017 Share Posted September 29, 2015 i think if you are a Pre-Renewal just use the the folders that are there and dont put it on you RE folders just dont forget to put em on your conf :3 Quote Link to comment Share on other sites More sharing options...
PandaLovesHamster Posted September 29, 2015 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 452 Reputation: 34 Joined: 12/18/14 Last Seen: May 30, 2016 Share Posted September 29, 2015 trunk/src/config/renewal.h /// Game renewal server mode /// (disable by commenting the line) /// /// Leave this line to enable renewal specific support such as renewal formulas //#define RENEWAL Just comment that #define RENEWAL and it should work. Usually. Quote Link to comment Share on other sites More sharing options...
H4Mm3r Posted September 29, 2015 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 24 Reputation: 1 Joined: 09/22/15 Last Seen: November 8, 2015 Author Share Posted September 29, 2015 Hi, Thanks for answers. This shouldnt do the job ? //quick option to disable all renewal option, used by ./configure#define PRERE#ifndef PRERE Have I to comment #define RENEWAL ? The #define PRERE seems to bypass the "if" with renewal options. Thanks by advance. Regards Quote Link to comment Share on other sites More sharing options...
Ninja Posted September 29, 2015 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 513 Reputation: 84 Joined: 08/11/12 Last Seen: July 4, 2024 Share Posted September 29, 2015 (edited) Hi, Thanks for answers. This shouldnt do the job ? //quick option to disable all renewal option, used by ./configure #define PRERE #ifndef PRERE Have I to comment #define RENEWAL ? The #define PRERE seems to bypass the "if" with renewal options. Thanks by advance. Regards No, You don't have to. a bit of an explanation: ifndef = if not defined = if 'PRERE' is not defined then do all the statements below until you see #endif Edited September 29, 2015 by jezznar Quote Link to comment Share on other sites More sharing options...
H4Mm3r Posted September 29, 2015 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 24 Reputation: 1 Joined: 09/22/15 Last Seen: November 8, 2015 Author Share Posted September 29, 2015 Ok, So can I be sure npc/re/* aren't loaded ? And can I be sure npc/pre-re and npc/* will not create conflict ? Thanks by advance. Regards Quote Link to comment Share on other sites More sharing options...
Ninja Posted September 29, 2015 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 513 Reputation: 84 Joined: 08/11/12 Last Seen: July 4, 2024 Share Posted September 29, 2015 Ok, So can I be sure npc/re/* aren't loaded ? And can I be sure npc/pre-re and npc/* will not create conflict ? Thanks by advance. Regards Yes. Quote Link to comment Share on other sites More sharing options...
H4Mm3r Posted September 29, 2015 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 24 Reputation: 1 Joined: 09/22/15 Last Seen: November 8, 2015 Author Share Posted September 29, 2015 Thanks a lot for answers. Quote Link to comment Share on other sites More sharing options...
Question
H4Mm3r
Hello,
I admit I'm a little bit lost with npc/ folder.
My goal : pre-Re server
What I did : compiled rAthena with #define PRERE
I see in npc/ folder :
- airports/kafra/warps...
- pre-re/ airports/kafra/warps...
- re/ airports/kafra/warps...
I cannot delete "re" folder because servers is loading it.
I sometimes have to edit the root folders files to see my changes, and sometimes pre-re/ foler ones.
Can someone help me undertanding witch NPC folders are read, included, can be deleted for a pre-RE server ?
Thanks by advance.
Regards
Edited by H4Mm3rLink to comment
Share on other sites
7 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.