From b27c02633e0edc7627d4ce0533b70605292af25e Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 3 Jan 2009 22:31:02 +0000 Subject: Adjust drop and exp rates to be 10x normal --- conf/battle_athena.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'conf') diff --git a/conf/battle_athena.conf b/conf/battle_athena.conf index f4a74f6c..21191154 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: 100 +item_rate_common: 10000 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: 100 +item_rate_heal: 10000 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: 100 +item_rate_use: 10000 item_drop_use_min: 1 item_drop_use_max: 10000 // The rate at which equipment is droped. -item_rate_equip: 100 +item_rate_equip: 10000 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: 100 +base_exp_rate: 10000 // Rate at which job exp. is given. (Note 2) -job_exp_rate: 100 +job_exp_rate: 10000 // PVP exp. Do players get exp during pvp pvp_exp: yes -- cgit v1.2.3-70-g09d2