diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-25 16:44:27 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-04-29 00:47:06 +0200 |
commit | 25e4f661211fc91a64a6e18d8ffd9d16581dfaf9 (patch) | |
tree | 69a41c87390593f0ca4e592a83037cf5b35ffcf8 /doc | |
parent | e6c0203a6da6930d9c4a2b762190cd0428e106ca (diff) | |
download | hercules-25e4f661211fc91a64a6e18d8ffd9d16581dfaf9.tar.gz hercules-25e4f661211fc91a64a6e18d8ffd9d16581dfaf9.tar.bz2 hercules-25e4f661211fc91a64a6e18d8ffd9d16581dfaf9.tar.xz hercules-25e4f661211fc91a64a6e18d8ffd9d16581dfaf9.zip |
Fixes #994
Diffstat (limited to 'doc')
-rw-r--r-- | doc/item_db.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/item_db.txt b/doc/item_db.txt index 6ffc8a52b..86e397636 100644 --- a/doc/item_db.txt +++ b/doc/item_db.txt @@ -71,6 +71,7 @@ item_db: ( BuyingStore: true/false (boolean, defaults to false) Delay: Delay to use item (int, defaults to 0) KeepAfterUse: true/false (boolean, defaults to false) + DropAnnounce: true/false (boolean, defaults to false) Trade: { (defaults to no restrictions) override: GroupID (int, defaults to 100) nodrop: true/false (boolean, defaults to false) @@ -290,6 +291,8 @@ ForceSerial: Whether the item will be given new unique id or not. When the item BuyingStore: Whether the item can be sold via buyingstore, one must also edit data\buyingstoreitemlist.txt for client to accept item. +DropAnnounce: Enables global announcement of the selected item when dropped by monster. + Delay: Delay for an item to be used again. Value is in milliseconds. There is a max concurrent number of entries modifiable in src/map/itemdb.h as MAX_ITEMDELAYS. |