diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-10 18:11:10 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-10 18:11:10 +0000 |
commit | c44e355943ad24235aceb6bd2157544bdf46ba64 (patch) | |
tree | 03da679cfae3127a81928033b127886fde9b6d9d /conf-tmpl | |
parent | e6d726f486b00d443320269a96a0e6d9a12d8d38 (diff) | |
download | hercules-c44e355943ad24235aceb6bd2157544bdf46ba64.tar.gz hercules-c44e355943ad24235aceb6bd2157544bdf46ba64.tar.bz2 hercules-c44e355943ad24235aceb6bd2157544bdf46ba64.tar.xz hercules-c44e355943ad24235aceb6bd2157544bdf46ba64.zip |
Added config option 'quest_exp_rate' to adjust exp gained by the 'getexp' script command (followup to r11165).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11171 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 2 | ||||
-rw-r--r-- | conf-tmpl/battle/exp.conf | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 731cb4e65..d339798eb 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2007/09/10 + * Added 'quest_exp_rate', adjusts exp gained by 'getexp' [ultramage] 2007/09/05 * Added 'nomemo' mapflags to some Cursed Abbey maps [Playtester] 2007/08/19 diff --git a/conf-tmpl/battle/exp.conf b/conf-tmpl/battle/exp.conf index 7a9fa6ae0..f3d438ea2 100644 --- a/conf-tmpl/battle/exp.conf +++ b/conf-tmpl/battle/exp.conf @@ -55,6 +55,9 @@ exp_bonus_max_attacker: 12 // MVP bonus exp rate. (Note 2) mvp_exp_rate: 100 +// Rate of base/job exp given by NPCs. (Note 2) +quest_exp_rate: 100 + // The rate of job exp. from using Heal skill (100 is the same as the heal amount, 200 is double. // The balance of the exp. rate is best used with 5 to 10) heal_exp: 0 |