diff options
Diffstat (limited to 'conf/battle/exp.conf')
-rw-r--r-- | conf/battle/exp.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/battle/exp.conf b/conf/battle/exp.conf index 7c781d3a3..88c5d9c7a 100644 --- a/conf/battle/exp.conf +++ b/conf/battle/exp.conf @@ -20,14 +20,14 @@ 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, +// 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 = uses damage given / total damage as damage ratio // 1 = uses damage given / max_hp as damage ratio -// NOTE: Using type 1 disables the bonus where the first attacker gets +// NOTE: Using type 1 disables the bonus where the first attacker gets // his share of the exp doubled when multiple people attack the mob. exp_calc_type: 0 @@ -86,6 +86,6 @@ disp_experience: no disp_zeny: no // Use the contents of db/statpoint.txt when doing a stats reset and leveling up? (Note 1) -// If no, an equation will be used which preserves statpoints earned/lost +// If no, an equation will be used which preserves statpoints earned/lost // through external means (ie: stat point buyers/sellers) use_statpoint_table: yes |