diff options
author | Haru <haru@dotalux.com> | 2017-04-29 01:02:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-29 01:02:59 +0200 |
commit | e9daf0e172d5441ec6d264b4056db4f7f3e5780a (patch) | |
tree | e1caabf5f8b31434cc0d37de0a73d520a3171950 /doc | |
parent | 116a10e40cd80bc0629c36bf907868219ff6360b (diff) | |
parent | b767de877460a7fb55c4c8a6bd8e21bcbe079b07 (diff) | |
download | hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.tar.gz hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.tar.bz2 hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.tar.xz hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.zip |
Merge pull request #1713 from Jedzkie/17-DropAnnounce
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. |