Jump to content
  • 0
bysqk

Status Point

Question

11 answers to this question

Recommended Posts

  • 0

For starters, do you want a renewal server at all?

 

If you want pre-renewal, find renewal.h in src/config and change:

//quick option to disable all renewal option, used by ./configure//#define PRERE
To:
//quick option to disable all renewal option, used by ./configure#define PRERE
I think this is actually what you want because you said 2nd job server. Or do you want some renewal mechanics?

Share this post


Link to post
Share on other sites
  • 0

 

For starters, do you want a renewal server at all?

 

If you want pre-renewal, find renewal.h in src/config and change:

//quick option to disable all renewal option, used by ./configure//#define PRERE
To:
//quick option to disable all renewal option, used by ./configure#define PRERE
I think this is actually what you want because you said 2nd job server. Or do you want some renewal mechanics?

we don't have #define PRERE

 

Instead on renewal.h

find

//#define DISABLE_RENEWAL 

and uncomment it

#define DISABLE_RENEWAL

and recompile, That will disable renewal system, 

 

or

while compiling

 

./configure --disable-renewalmake all

will do the same.

Share this post


Link to post
Share on other sites
  • 0

 

 

For starters, do you want a renewal server at all?

 

If you want pre-renewal, find renewal.h in src/config and change:

//quick option to disable all renewal option, used by ./configure//#define PRERE
To:
//quick option to disable all renewal option, used by ./configure#define PRERE
I think this is actually what you want because you said 2nd job server. Or do you want some renewal mechanics?

we don't have #define PRERE

 

Instead on renewal.h

find

//#define DISABLE_RENEWAL 

and uncomment it

#define DISABLE_RENEWAL

and recompile, That will disable renewal system, 

 

or

while compiling

 

./configure --disable-renewalmake all

will do the same.

So I uncommented disable_renewal and stats work but I have apples now

Did I do something wrong? Or did disabling renewal messed up my item_db too?

If it does, is it possible to still use the item_db2 on the renewal folder but keep the server pre renewal? thanks!

Edited by bysqk

Share this post


Link to post
Share on other sites
  • 0

If you disable all of renewal then renewal items will not exist so they become apples to prevent clients from crashing.

Share this post


Link to post
Share on other sites
  • 0

If you disable all of renewal then renewal items will not exist so they become apples to prevent clients from crashing.

I see. Will the client read pre re item_db.txt automatically? Or is there another step I need to take in order for it to read pre re item_db.txt again?

Thanks for the reply!

Share this post


Link to post
Share on other sites
  • 0

If you disable renewal it will automatically read from the pre-re folders. That's the reason why you get apples. :-)

I disabled re, but I still see apples.. 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.