From 9fc2159be0bd53f4d787d4a1009250c4e8994a34 Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 19 Jan 2015 13:40:48 +0100 Subject: Added additional item drops support to the quest db - Special thanks to Dastgir, Michieru Signed-off-by: Haru --- tools/questdbconverter.pl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools') diff --git a/tools/questdbconverter.pl b/tools/questdbconverter.pl index 9c59d434d..00431fb79 100755 --- a/tools/questdbconverter.pl +++ b/tools/questdbconverter.pl @@ -76,6 +76,14 @@ quest_db: ( }, ... (can repeated up to MAX_QUEST_OBJECTIVES times) ) + Drops: ( + { + ItemId: Item ID to drop [int] + Rate: Drop rate [int] + MobId: Mob ID to match [int, optional] + }, + ... (can be repeated) + ) }, ******************************************************************************/ -- cgit v1.2.3-60-g2f50