diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-28 00:45:44 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-28 00:45:44 -0300 |
commit | 0d593d6d6a25ff807c675ab045c646a98c6a88d6 (patch) | |
tree | 2158813fc18446d3e525cf285ea8921ce3ae952f /conf/map | |
parent | c5a3d0ba5a37c5151a7604a8d24a95b444214713 (diff) | |
download | serverdata-0d593d6d6a25ff807c675ab045c646a98c6a88d6.tar.gz serverdata-0d593d6d6a25ff807c675ab045c646a98c6a88d6.tar.bz2 serverdata-0d593d6d6a25ff807c675ab045c646a98c6a88d6.tar.xz serverdata-0d593d6d6a25ff807c675ab045c646a98c6a88d6.zip |
Enable (or try to enable) nopenalty flag on Aeros
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/battle/exp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/map/battle/exp.conf b/conf/map/battle/exp.conf index 01c9364d1..1a9c8ad43 100644 --- a/conf/map/battle/exp.conf +++ b/conf/map/battle/exp.conf @@ -94,10 +94,10 @@ pvp_exp: true death_penalty_type: 1 // Base exp. penalty rate (Each 100 is 1% of their exp) -death_penalty_base: 1000 +death_penalty_base: 10000 // Job exp. penalty rate (Each 100 is 1% of their exp) -death_penalty_job: 500 +death_penalty_job: 5000 // 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% |