소스 검색

Follow up f2f135708b24e75645232fc67ea3f40751d473cb
* Corrected documentation for `death_penalty_maxlv` config.

Signed-off-by: Cydh Ramdh <cydh@pservero.com>

Cydh Ramdh 9 년 전
부모
커밋
077738bea1
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      conf/battle/exp.conf

+ 4 - 4
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)