diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-01-05 14:06:13 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-01-05 14:06:13 +0000 |
commit | 30dd04a2236b7c5378606f103d773300f67d015a (patch) | |
tree | 37dacda916b5057979876bc8e309fa5185b84d21 /conf | |
parent | 56d45c034b7862b35dd12cbe2051a14f86f64d7c (diff) | |
download | serverdata-30dd04a2236b7c5378606f103d773300f67d015a.tar.gz serverdata-30dd04a2236b7c5378606f103d773300f67d015a.tar.bz2 serverdata-30dd04a2236b7c5378606f103d773300f67d015a.tar.xz serverdata-30dd04a2236b7c5378606f103d773300f67d015a.zip |
Disable death penalty
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle_athena.conf b/conf/battle_athena.conf index 3419fc80..474fcfd3 100644 --- a/conf/battle_athena.conf +++ b/conf/battle_athena.conf @@ -149,7 +149,7 @@ pvp_exp: yes // 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: 100 |