diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-11 04:12:42 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-11 04:12:42 +0000 |
commit | b2d3ef23ba6b4312a3dd8a31b275b8d579c3df65 (patch) | |
tree | a0d2ac5890ab5c71edc275cc8a137ab7c79f6b07 /src/map/config/renewal.h | |
parent | 65d3eee290c8d75e7b587e42e7a81c972def0480 (diff) | |
download | hercules-b2d3ef23ba6b4312a3dd8a31b275b8d579c3df65.tar.gz hercules-b2d3ef23ba6b4312a3dd8a31b275b8d579c3df65.tar.bz2 hercules-b2d3ef23ba6b4312a3dd8a31b275b8d579c3df65.tar.xz hercules-b2d3ef23ba6b4312a3dd8a31b275b8d579c3df65.zip |
Moved Renewal Experience Modifier out of REMODE and created its own RENEWAL_EXP setting. will update on the wiki asap.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15843 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/config/renewal.h')
-rw-r--r-- | src/map/config/renewal.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/config/renewal.h b/src/map/config/renewal.h index 938c8b29a..790eab936 100644 --- a/src/map/config/renewal.h +++ b/src/map/config/renewal.h @@ -36,6 +36,13 @@ /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table #define RENEWAL_DROP +/// 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 + /// renewal cast time variable cast requirement /// /// this is the value required for no variable cast-time with stats. |