summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-01-05 13:33:35 +0000
committerJared Adams <jaxad0127@gmail.com>2009-01-05 13:33:35 +0000
commit61bfda15dc17b8936b0c0bdb003df4ba14140fbe (patch)
treedc1cee6dee2ec9c6d9f7f57143b52e769b1e69b6 /conf
parentfca3097d6dc5ba49d057926730858d7fe25537f6 (diff)
downloadserverdata-61bfda15dc17b8936b0c0bdb003df4ba14140fbe.tar.gz
serverdata-61bfda15dc17b8936b0c0bdb003df4ba14140fbe.tar.bz2
serverdata-61bfda15dc17b8936b0c0bdb003df4ba14140fbe.tar.xz
serverdata-61bfda15dc17b8936b0c0bdb003df4ba14140fbe.zip
Fix exp and drop rates
Diffstat (limited to 'conf')
-rw-r--r--conf/battle_athena.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/conf/battle_athena.conf b/conf/battle_athena.conf
index c9bd2b28..f40d2b7d 100644
--- a/conf/battle_athena.conf
+++ b/conf/battle_athena.conf
@@ -106,22 +106,22 @@ mvp_item_third_get_time: 2000
// Item drop rates (Note 2)
// The rate the common items are droped (Items that are in the ETC tab, besides card)
-item_rate_common: 10000
+item_rate_common: 1000
item_drop_common_min: 1
item_drop_common_max: 10000
// The rate healing items are droped (items that restore HP or SP)
-item_rate_heal: 10000
+item_rate_heal: 1000
item_drop_heal_min: 1
item_drop_heal_max: 10000
// The rate at which usable items (in the item tab) other then healing items are droped.
-item_rate_use: 10000
+item_rate_use: 1000
item_drop_use_min: 1
item_drop_use_max: 10000
// The rate at which equipment is droped.
-item_rate_equip: 10000
+item_rate_equip: 1000
item_drop_equip_min: 1
item_drop_equip_max: 10000
@@ -137,10 +137,10 @@ item_drop_mvp_max: 10000
drop_rate0item: no
// Rate at which exp. is given. (Note 2)
-base_exp_rate: 10000
+base_exp_rate: 1000
// Rate at which job exp. is given. (Note 2)
-job_exp_rate: 10000
+job_exp_rate: 1000
// PVP exp. Do players get exp during pvp
pvp_exp: yes