diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-10-26 21:37:40 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-10-26 21:37:40 +0530 |
commit | 6420b06df1eff8b6408b327fc73e2c53b7b96780 (patch) | |
tree | ac141c24fb581c9d5b15768ccd7585e12782f602 /doc | |
parent | 508543e1705b59e7e6ec959f6133147766dda804 (diff) | |
download | hercules-6420b06df1eff8b6408b327fc73e2c53b7b96780.tar.gz hercules-6420b06df1eff8b6408b327fc73e2c53b7b96780.tar.bz2 hercules-6420b06df1eff8b6408b327fc73e2c53b7b96780.tar.xz hercules-6420b06df1eff8b6408b327fc73e2c53b7b96780.zip |
Force Serial Documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/item_db.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/item_db.txt b/doc/item_db.txt index 6b34b8daf..b2afc5612 100644 --- a/doc/item_db.txt +++ b/doc/item_db.txt @@ -34,6 +34,7 @@ item_db: ( Refine: Refineable (boolean, defaults to true) View: View ID (int, defaults to 0) BindOnEquip: true/false (boolean, defaults to false) + ForceSerial: 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) @@ -243,6 +244,10 @@ BindOnEquip: Whether the item will automatically bind to the character when it will display a confirmation dialog the first time it is equipped, and, if accepted, the item will become character-bound. +ForceSerial: Whether the item will be given new unique id or not. When the item + have this field as true, the item will be unstackable and new uniqueID + will be given to each item. + BuyingStore: Whether the item can be sold via buyingstore, one must also edit data\buyingstoreitemlist.txt for client to accept item. |