From 4378818a51b8dffb39a4bae10664c870a25db678 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Sat, 3 Mar 2018 11:06:54 -0300 Subject: Allow mobs to crit (adjustment: 70%), set drop grace time to 5/10/10 seconds. --- conf/map/battle/drops.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/map/battle/drops.conf') diff --git a/conf/map/battle/drops.conf b/conf/map/battle/drops.conf index 28de6176c..08daad7c6 100644 --- a/conf/map/battle/drops.conf +++ b/conf/map/battle/drops.conf @@ -37,15 +37,15 @@ item_auto_get: false flooritem_lifetime: 60000 // Grace time during which only the person who did the most damage to a monster can get the item? (in milliseconds) -item_first_get_time: 3000 +item_first_get_time: 5000 // Grace time during which only the first and second person who did the most damage to a monster can get the item? (in milliseconds) // (Takes effect after item_first_get_time elapses) -item_second_get_time: 1000 +item_second_get_time: 10000 // Grace time during which only the first, second and third person who did the most damage to a monster can get the item? (in milliseconds) // (Takes effect after the item_second_get_time elapses) -item_third_get_time: 1000 +item_third_get_time: 10000 // Grace time to apply to MvP reward items when the Most Valuable Player can't get the prize item and it drops on the ground? (in milliseconds) mvp_item_first_get_time: 10000 -- cgit v1.2.3-70-g09d2