Jump to content
  • 0

renewal to pre-renewal


shuren00

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  11/15/17
  • Last Seen:  

ive been trying all the things that is about this one. but it really dont work on me. 

all i want is the 

pre-renewal aspd,casting,exp,drop to the usual. 

if somebody would give a .txt of renewal.h reverted back to pre-renewal would be a big help.  

and how does recompiling works?

 

sorry for the noob questions. 

 

PS: i am playing offline onboard a ship. would be very thankful if someone would give me a hand. 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

rathena/src/custom/defines_pre.h

in the middle just write this

#define PRERE

 

than recompile your server "./configure && make clean server"

Edited by sader1992
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  11/15/17
  • Last Seen:  

6 hours ago, sader1992 said:

rathena/src/custom/defines_pre.h

in the middle just write this

#define PRERE

 

than recompile your server "./configure && make clean server"

upon checking the folder i dont have the file you indicated. is it a note file like the other? 

and on recompiling? how do i basically do it? 

sorry for the noob question tho really not familiar with this things. 

20180331_065238.jpg

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  46
  • Reputation:   0
  • Joined:  02/19/18
  • Last Seen:  

rathena/src/config/renewal.h

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

1 hour ago, shuren00 said:

upon checking the folder i dont have the file you indicated. is it a note file like the other? 

and on recompiling? how do i basically do it? 

sorry for the noob question tho really not familiar with this things. 

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

//quick option to disable all renewal option, used by ./configure
//#define PRERE
#ifndef PRERE
/**
 * rAthena configuration file (http://rathena.org)
 * For detailed guidance on these check http://rathena.org/wiki/SRC/config/
 **/

just remove the // before #define PRERE (at line 8)

for recompiling i think you use windows so visual studio and rebuild :P

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  11/15/17
  • Last Seen:  

23 hours ago, sader1992 said:

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


//quick option to disable all renewal option, used by ./configure
//#define PRERE
#ifndef PRERE
/**
 * rAthena configuration file (http://rathena.org)
 * For detailed guidance on these check http://rathena.org/wiki/SRC/config/
 **/

just remove the // before #define PRERE (at line 8)

for recompiling i think you use windows so visual studio and rebuild :P

visual studio and rebuild you mean? 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

Wrong section. Moved to "Source Support".

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...