summaryrefslogtreecommitdiff
path: root/db/item_db2.conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-12-26 18:02:14 +0100
committerHaru <haru@dotalux.com>2014-12-26 18:04:47 +0100
commit70c52a254ad7faf3a7433172bc4b8611445a1e04 (patch)
tree66bc4037cea9ca279e0a356fc12e1dea8c7ee6d2 /db/item_db2.conf
parent6205a2c3de94df7e5177a25b735fd5f2c0e56e98 (diff)
downloadhercules-70c52a254ad7faf3a7433172bc4b8611445a1e04.tar.gz
hercules-70c52a254ad7faf3a7433172bc4b8611445a1e04.tar.bz2
hercules-70c52a254ad7faf3a7433172bc4b8611445a1e04.tar.xz
hercules-70c52a254ad7faf3a7433172bc4b8611445a1e04.zip
Added note about KeepAfterUse to pre-re item_db
- Follow-up to d4e0689 - Special thanks to Litro - Also synchronized header comment of the item_db2 Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/item_db2.conf')
-rw-r--r--db/item_db2.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/db/item_db2.conf b/db/item_db2.conf
index f552f5d44..b209b0f79 100644
--- a/db/item_db2.conf
+++ b/db/item_db2.conf
@@ -29,6 +29,27 @@ item_db: (
Refine: Refineable (boolean, defaults to true)
View: View ID (int, defaults to 0)
BindOnEquip: true/false (boolean, defaults to false)
+ BuyingStore: true/false (boolean, defaults to false)
+ Delay: Delay to use item (int, defaults to 0)
+ KeepAfterUse: true/false (boolean, defaults to false)
+ Trade: { (defaults to no restrictions)
+ override: GroupID (int, defaults to 100)
+ nodrop: true/false (boolean, defaults to false)
+ notrade: true/false (boolean, defaults to false)
+ partneroverride: true/false (boolean, defaults to false)
+ noselltonpc: true/false (boolean, defaults to false)
+ nocart: true/false (boolean, defaults to false)
+ nostorage: true/false (boolean, defaults to false)
+ nogstorage: true/false (boolean, defaults to false)
+ nomail: true/false (boolean, defaults to false)
+ noauction: true/false (boolean, defaults to false)
+ }
+ Nouse: { (defaults to no restrictions)
+ override: GroupID (int, defaults to 100)
+ sitting: true/false (boolean, defaults to false)
+ }
+ Stack: [amount, type] (int, defaults to 0)
+ Sprite: SpriteID (int, defaults to 0)
Script: <"
Script
(it can be multi-line)