diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-11 01:30:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-11 01:30:19 -0300 |
commit | 5b9a9d217755b629ac4f25487a59fa1de95e2b65 (patch) | |
tree | bf11e94d98adda9afe42da03caefc7b07d95d66f /conf/map/battle | |
parent | a509e0fd2e8bca722afb62622127dbf4feecf39d (diff) | |
download | serverdata-5b9a9d217755b629ac4f25487a59fa1de95e2b65.tar.gz serverdata-5b9a9d217755b629ac4f25487a59fa1de95e2b65.tar.bz2 serverdata-5b9a9d217755b629ac4f25487a59fa1de95e2b65.tar.xz serverdata-5b9a9d217755b629ac4f25487a59fa1de95e2b65.zip |
After testing with @getexp - the penalty works as desired, but reduce it in 1%
The current value is a tad too cruel.
By the way, I cannot confirm if Live Server is really following the value.
Might need hercules rebuild.
Diffstat (limited to 'conf/map/battle')
-rw-r--r-- | conf/map/battle/exp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/exp.conf b/conf/map/battle/exp.conf index 87e93ee36..390e98556 100644 --- a/conf/map/battle/exp.conf +++ b/conf/map/battle/exp.conf @@ -94,7 +94,7 @@ pvp_exp: true death_penalty_type: 1 // Base exp. penalty rate (Each 100 is 1% of their exp) -death_penalty_base: 874 +death_penalty_base: 774 // Job exp. penalty rate (Each 100 is 1% of their exp) death_penalty_job: 500 |