Jump to content
  • 1

How To Make A Pre-Renewal Systems In rAthena?


renaldy

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  12/27/12
  • Last Seen:  

Hello rAthena , I Am Newbie Here .... How To Make A Pre-renewal Systems In rAthena ?? (Include db folder pre-renewal)

 

Because I Am Newbie Here .. :D

 

I Am From Indonesia , Sorry To My English :(

Thank You

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  331
  • Reputation:   63
  • Joined:  11/29/11
  • Last Seen:  

Edit src/config/renewal.h

Comment All #define

 

Db located in db/pre-re/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  182
  • Reputation:   36
  • Joined:  01/26/12
  • Last Seen:  

Well it's quite simple:

 

Before compiling the server just see the src/config/renewal.h file. There you will see some C pre-compiler definitions on renewal formulas (I've extracted only the interesting lines out there):

#define RENEWAL
#define RENEWAL_CAST
#define RENEWAL_DROP
#define RENEWAL_EXP
#define RENEWAL_LVDMG
#define RENEWAL_EDP
#define RENEWAL_ASPD

Just comment them out (put a double slash at the start of those lines) so they should be like this:

//#define RENEWAL
//#define RENEWAL_CAST
//#define RENEWAL_DROP
//#define RENEWAL_EXP
//#define RENEWAL_LVDMG
//#define RENEWAL_EDP
//#define RENEWAL_ASPD

And you now have Renewal deactivated. Rest of the compilation, creation and configuracion of the rAthena server should be normal. I reccomend checking the other files in the config too.

 

Just remember to compile AFTER editing and saving the file.

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