Jump to content
  • 0

Renewal


Mai

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  02/28/12
  • Last Seen:  

How to disable "renewal" such as 3rd jobs, Maps like Brasilis, etc.. and keep the server pre-renewal

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  02/28/12
  • Last Seen:  

How to disable "renewal" such as 3rd jobs, Maps like Brasilis, etc.. and keep the server pre-renewal

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   4
  • Joined:  12/21/16
  • Last Seen:  

rathena/src/config/renewal

//quick option to disable all renewal option, used by ./configure
//#define PRERE
#ifndef PRERE

/// Leave this line to enable renewal specific support such as renewal formulas
//#define RENEWAL

add // to anything you want to disable. As for the maps, maybe, again [maybe] it will follow. But if it will not then you have to do it manually again.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  881
  • Reputation:   117
  • Joined:  05/23/12
  • Last Seen:  

//quick option to disable all renewal option, used by ./configure
#define PRERE
#ifndef PRERE

/// Leave this line to enable renewal specific support such as renewal formulas
#define RENEWAL

 

U will just need to remove // before "#define PRERE" to disable all Renewal Features.

 

Rynbef~

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1533
  • Reputation:   236
  • Joined:  08/03/12
  • Last Seen:  

3rd jobs are actually disabled, there are no 3rd job changer npc in pre-renewal except you are using @job commands

those renewal maps might be there but there will be no npc/monster.

you can edit src for @job for removing 3rd job in that command.

you can remove those maps in maps athena , mapcache and also those map in your scripts.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   4
  • Joined:  12/21/16
  • Last Seen:  

In your rathena/src/config/renewal

Add any comment "//" to disable the things you want to disable. (I don't know anything about the map -- I did it manually myself)

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  02/28/12
  • Last Seen:  

2 hours ago, Fii said:

rathena/src/config/renewal


//quick option to disable all renewal option, used by ./configure
//#define PRERE
#ifndef PRERE

/// Leave this line to enable renewal specific support such as renewal formulas
//#define RENEWAL

add // to anything you want to disable. As for the maps, maybe, again [maybe] it will follow. But if it will not then you have to do it manually again.

 

2 hours ago, Rynbef said:

//quick option to disable all renewal option, used by ./configure
#define PRERE
#ifndef PRERE

/// Leave this line to enable renewal specific support such as renewal formulas
#define RENEWAL

 

U will just need to remove // before "#define PRERE" to disable all Renewal Features.

 

Rynbef~

 

2 hours ago, Fii said:

In your rathena/src/config/renewal

Add any comment "//" to disable the things you want to disable. (I don't know anything about the map -- I did it manually myself)

Hi, thanks for replying, I did what you told me removing "//" #define PRERE I put "//" on #define RENEWAL and on #ifndef PRERE

Screen Shot 2017-01-21 at 7.26.28 PM.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   4
  • Joined:  12/21/16
  • Last Seen:  

1 minute ago, Mai said:

 

 

Hi, thanks for replying, I did what you told me removing "//" #define PRERE I put "//" on #define RENEWAL and on #ifndef PRERE

Screen Shot 2017-01-21 at 7.26.28 PM.png

Any more problems?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  02/28/12
  • Last Seen:  

2 hours ago, Chaos92 said:

3rd jobs are actually disabled, there are no 3rd job changer npc in pre-renewal except you are using @job commands

those renewal maps might be there but there will be no npc/monster.

you can edit src for @job for removing 3rd job in that command.

you can remove those maps in maps athena , mapcache and also those map in your scripts.

Athena/src/ then char?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  02/28/12
  • Last Seen:  

Just now, Fii said:

Any more problems?

I am still able to change into Arch Bishop...:mellow:

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