From 3a562499db31496d4595910760560743d55b478f Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 9 Feb 2006 17:26:55 +0000 Subject: - Added setting max_exp_gain_rate which caps how much exp you can get from a single kill. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5239 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/battle/exp.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf-tmpl/battle/exp.conf') 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) -- cgit v1.2.3-70-g09d2