Status Point

bysqk

New member
Messages
29
Points
0
At level 200, it asks 60points to add 1 int. How do I fix it to normal? 2ndjob server

ada.png

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

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

Code:
//quick option to disable all renewal option, used by ./configure//#define PRERE
To:
Code:
//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?
 
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 PRERETo:
Code:
//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.

 
Ahh, got it! Thanks a bunch guys!
default_biggrin.png


 
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 PRERETo:
Code:
//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!

 
Last edited by a moderator:
If you disable all of renewal then renewal items will not exist so they become apples to prevent clients from crashing.

 
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!

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

 
You should remove all of these since they are nonexistent in pre-re.

 
Back
Top