Jump to content
  • 0

Where can I change the renewal exp modifiers?


Question

Posted

I'd like to change the renewal exp modifiers (the bonuses you get when you defeat a monster with level higher than yours), but I don't know in which file they're located. Can someone please help? Thanks in advance.

5 answers to this question

Recommended Posts

Posted

Or, you could turn it off completely at https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/config/renewal.h'>trunk/src/config/renewal.h.

 

Find:

/// renewal exp rate algorithms
/// (disable by commenting the line)
///
/// leave this line to enable renewal item exp rate algorithms
/// while enabled a special modified based on the difference between the player and monster level is applied
#define RENEWAL_EXP

 

Change to:

/// renewal exp rate algorithms
/// (disable by commenting the line)
///
/// leave this line to enable renewal item exp rate algorithms
/// while enabled a special modified based on the difference between the player and monster level is applied
//#define RENEWAL_EXP

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...