bodibastos Posted March 27, 2013 Posted March 27, 2013 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. Quote
bodibastos Posted March 27, 2013 Author Posted March 27, 2013 trunk/db/re/level_penalty.txt I don't have that file (I'm on R16328), is it possible to change it anywhere else? Quote
Axiom Posted March 28, 2013 Posted March 28, 2013 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 Quote
bodibastos Posted March 28, 2013 Author Posted March 28, 2013 I'd like to simply remove the penalty you get if the monster is 16 levels higher than yours, the rest I actually want to keep. Quote
Axiom Posted April 3, 2013 Posted April 3, 2013 Just do what I told you to do, that will do it. Quote
Question
bodibastos
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.