From d9d6d28182bd91f0dcdffb4398d1b845dea581b3 Mon Sep 17 00:00:00 2001 From: reddozen Date: Tue, 2 May 2006 00:20:17 +0000 Subject: added support to regulate MVP drops [Reddozen] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6439 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/battle/drops.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf-tmpl') diff --git a/conf-tmpl/battle/drops.conf b/conf-tmpl/battle/drops.conf index 776114d62..e36194f57 100644 --- a/conf-tmpl/battle/drops.conf +++ b/conf-tmpl/battle/drops.conf @@ -59,26 +59,31 @@ mvp_item_third_get_time: 2000 // The rate the common items are dropped (Items that are in the ETC tab, besides card) item_rate_common: 100 +item_rate_common_boss: 100 item_drop_common_min: 1 item_drop_common_max: 10000 // The rate healing items are dropped (items that restore HP or SP) item_rate_heal: 100 +item_rate_heal_boss: 100 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 dropped. item_rate_use: 100 +item_rate_use_boss: 100 item_drop_use_min: 1 item_drop_use_max: 10000 // The rate at which equipment is dropped. item_rate_equip: 100 +item_rate_equip_boss: 100 item_drop_equip_min: 1 item_drop_equip_max: 10000 // The rate at which cards are dropped item_rate_card: 100 +item_rate_card_boss: 100 item_drop_card_min: 1 item_drop_card_max: 10000 -- cgit v1.2.3-60-g2f50