From 077738bea1c364a5fcb55a8d805f6c0980cb1ca9 Mon Sep 17 00:00:00 2001 From: Cydh Ramdh Date: Mon, 29 Feb 2016 09:04:07 +0700 Subject: [PATCH] Follow up f2f135708b24e75645232fc67ea3f40751d473cb * Corrected documentation for `death_penalty_maxlv` config. Signed-off-by: Cydh Ramdh --- conf/battle/exp.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/battle/exp.conf b/conf/battle/exp.conf index 70f20a4940..d2659b0b09 100644 --- a/conf/battle/exp.conf +++ b/conf/battle/exp.conf @@ -79,10 +79,10 @@ death_penalty_job: 100 // NOTE: It is a percentage of their zeny, so 100 = 1% zeny_penalty: 0 -// By default, player on max level never loss the EXP on death. -// 0: Disabled -// 1: Loss Base EXP -// 2: Loss Job EXP +// Will players on max base/job level lose the EXP on death? +// 0: Never lose (default as in official). +// 1: Lose Base EXP. +// 2: Lose Job EXP. death_penalty_maxlv: 0 // Will display experience gained from killing a monster. (Note 1)