From 61bfda15dc17b8936b0c0bdb003df4ba14140fbe Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 5 Jan 2009 13:33:35 +0000 Subject: Fix exp and drop rates --- conf/battle_athena.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'conf/battle_athena.conf') 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 -- cgit v1.2.3-60-g2f50