diff options
author | Haru <haru@dotalux.com> | 2015-01-19 13:40:48 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-01-24 00:46:08 +0100 |
commit | 9fc2159be0bd53f4d787d4a1009250c4e8994a34 (patch) | |
tree | 2ee7f1be73fb145699804ea3faae0ce2c3297233 /db/quest_db.conf | |
parent | efb5681b149f4eac368efa5a72cc830215a58b82 (diff) | |
download | hercules-9fc2159be0bd53f4d787d4a1009250c4e8994a34.tar.gz hercules-9fc2159be0bd53f4d787d4a1009250c4e8994a34.tar.bz2 hercules-9fc2159be0bd53f4d787d4a1009250c4e8994a34.tar.xz hercules-9fc2159be0bd53f4d787d4a1009250c4e8994a34.zip |
Added additional item drops support to the quest db
- Special thanks to Dastgir, Michieru
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/quest_db.conf')
-rw-r--r-- | db/quest_db.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index ca0442ebc..20d2195bd 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -15,6 +15,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) + ) }, ******************************************************************************/ { |