Jump to content
  • 0

Disable renewal


none

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   1
  • Joined:  11/14/11
  • Last Seen:  

Hi,

I need your help.
i wish to disable renewal. So on your board i've find this:

http://rathena.org/board/topic/94757-instant-cast-not-working/?p=254224

 

It disable renewall algoritms rates, drops..

But how to disable mob renewall and else ?
In db folder we have renewal and pre renewall folder, but how to activate it ?

 

Thx for your help.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

enable this line and recompile if you want pre-re

https://github.com/rathena/rathena/blob/master/src/config/renewal.h#L7

//quick option to disable all renewal option, used by ./configure
//#define PRERE
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   1
  • Joined:  11/14/11
  • Last Seen:  

Hi emitry,

thx for your fast reply.

So i just make this:

 

//quick option to disable all renewal option, used by ./configure

#define PRERE
//#ifndef PRERE
/**

 

the server read automaticaly pre re folder Db ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  18
  • Reputation:   0
  • Joined:  02/12/14
  • Last Seen:  

Hi emitry,

thx for your fast reply.

So i just make this:

 

//quick option to disable all renewal option, used by ./configure

#define PRERE
//#ifndef PRERE
/**

 

the server read automaticaly pre re folder Db ?

You only need to uncomment line 7. Don't touch line 8 as you did above, it will raise an error when compiling. The server will look for pre-re db folder.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...