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 /tools | |
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 'tools')
-rwxr-xr-x | tools/questdbconverter.pl | 8 |
1 files changed, 8 insertions, 0 deletions
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) + ) }, ******************************************************************************/ |