Follow up f2f135708b24e75645232fc67ea3f40751d473cb

* Corrected documentation for `death_penalty_maxlv` config.

Signed-off-by: Cydh Ramdh <cydh@pservero.com>
This commit is contained in:
Cydh Ramdh 2016-02-29 09:04:07 +07:00
parent 9944c1dd46
commit 077738bea1

View File

@ -79,10 +79,10 @@ death_penalty_job: 100
// NOTE: It is a percentage of their zeny, so 100 = 1% // NOTE: It is a percentage of their zeny, so 100 = 1%
zeny_penalty: 0 zeny_penalty: 0
// By default, player on max level never loss the EXP on death. // Will players on max base/job level lose the EXP on death?
// 0: Disabled // 0: Never lose (default as in official).
// 1: Loss Base EXP // 1: Lose Base EXP.
// 2: Loss Job EXP // 2: Lose Job EXP.
death_penalty_maxlv: 0 death_penalty_maxlv: 0
// Will display experience gained from killing a monster. (Note 1) // Will display experience gained from killing a monster. (Note 1)