diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/item_db2.conf | 21 | ||||
-rw-r--r-- | db/pre-re/item_db.conf | 1 | ||||
-rw-r--r-- | db/pre-re/map_zone_db.conf | 2 | ||||
-rw-r--r-- | db/re/map_zone_db.conf | 2 |
4 files changed, 24 insertions, 2 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) diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 0c122f754..ff5d7a4c8 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -31,6 +31,7 @@ item_db: ( 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) diff --git a/db/pre-re/map_zone_db.conf b/db/pre-re/map_zone_db.conf index 326921a48..558a168ce 100644 --- a/db/pre-re/map_zone_db.conf +++ b/db/pre-re/map_zone_db.conf @@ -59,7 +59,7 @@ zones: ( }, { /* Normal zone is applied to all maps that are not pkable (where players cant fight each other) */ - /* However, it wont be applied to maps with its own zones (specified thru mapflag) */ + /* However, it wont be applied to maps with its own zones (specified through mapflag) */ name: "Normal" /* changing this name requires MAP_ZONE_NORMAL_NAME to also be changed in src/map/map.h file */ disabled_skills: { diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index b9723a99b..71616c4d4 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -59,7 +59,7 @@ zones: ( }, { /* Normal zone is applied to all maps that are not pkable (where players cant fight each other) */ - /* However, it wont be applied to maps with its own zones (specified thru mapflag) */ + /* However, it wont be applied to maps with its own zones (specified through mapflag) */ name: "Normal" /* changing this name requires MAP_ZONE_NORMAL_NAME to also be changed in src/map/map.h file */ disabled_skills: { |