summaryrefslogtreecommitdiff
path: root/conf-tmpl/battle/exp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf-tmpl/battle/exp.conf')
-rw-r--r--conf-tmpl/battle/exp.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf-tmpl/battle/exp.conf b/conf-tmpl/battle/exp.conf
index 494081d08..b9d5708aa 100644
--- a/conf-tmpl/battle/exp.conf
+++ b/conf-tmpl/battle/exp.conf
@@ -38,6 +38,12 @@ job_exp_rate: 100
// Turn this on to allow a player to level up more than once from a kill. (Note 1)
multi_level_up: no
+// Setting this can cap the max experience one can get per kill specified as a
+// % of the current exp bar. (Every 10 = 1.0%)
+// For example, set it to 500 and no matter how much exp the mob gives,
+// it can never give you above half of your current exp bar.
+max_exp_gain_rate: 0
+
//Method of calculating earned experience when defeating a monster:
//0 - jAthena's (uses damage given / total damage as damage ratio)
//1 - eAthena's (uses damage given / max_hp as damage ratio)