diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-03 15:02:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-03 15:02:10 -0300 |
commit | c0bddbaa231ac5d61c0020397a238bc2d907ebeb (patch) | |
tree | 900e9bcdafd3874e427ba9933f79547537fcd01b /conf/map | |
parent | e2bc08e01e15245a0ff3dc71ecdcefe3134c86dc (diff) | |
download | serverdata-c0bddbaa231ac5d61c0020397a238bc2d907ebeb.tar.gz serverdata-c0bddbaa231ac5d61c0020397a238bc2d907ebeb.tar.bz2 serverdata-c0bddbaa231ac5d61c0020397a238bc2d907ebeb.tar.xz serverdata-c0bddbaa231ac5d61c0020397a238bc2d907ebeb.zip |
Disable death penalty because it makes no sense
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/battle/exp.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/map/battle/exp.conf b/conf/map/battle/exp.conf index 64225df..95813e7 100644 --- a/conf/map/battle/exp.conf +++ b/conf/map/battle/exp.conf @@ -93,13 +93,13 @@ pvp_exp: true // 0 = No penalty. // 1 = Lose % of current level when killed. // 2 = Lose % of total experience when killed. -death_penalty_type: 1 +death_penalty_type: 0 // Base exp. penalty rate (Each 100 is 1% of their exp) -death_penalty_base: 321 +death_penalty_base: 0 // Job exp. penalty rate (Each 100 is 1% of their exp) -death_penalty_job: 312 +death_penalty_job: 0 // When a player dies (to another player), how much zeny should we penalize them with? // NOTE: It is a percentage of their zeny, so 100 = 1% |