diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-17 06:08:57 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-17 06:17:29 +0100 |
commit | 86f70dc9722fedf8a4e73d4037c8477b1e7fb75c (patch) | |
tree | 893c89f5539658e4e85a863de9ca2ae06820a5cd /db/pre-re | |
parent | 30bc17337f25120862fa3114983ebb4ed7ba1350 (diff) | |
download | hercules-86f70dc9722fedf8a4e73d4037c8477b1e7fb75c.tar.gz hercules-86f70dc9722fedf8a4e73d4037c8477b1e7fb75c.tar.bz2 hercules-86f70dc9722fedf8a4e73d4037c8477b1e7fb75c.tar.xz hercules-86f70dc9722fedf8a4e73d4037c8477b1e7fb75c.zip |
Reordered trade restrictions for certain items
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/pre-re')
-rw-r--r-- | db/pre-re/item_db.conf | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index aaa5ffad5..69caf3b34 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -67190,11 +67190,11 @@ item_db: ( Trade: { nodrop: true notrade: true - noselltonpc: true nocart: true - nogstorage: true + noselltonpc: true nomail: true noauction: true + nogstorage: true } }, { @@ -86294,11 +86294,11 @@ item_db: ( Trade: { nodrop: true notrade: true - noselltonpc: true nocart: true - nogstorage: true + noselltonpc: true nomail: true noauction: true + nogstorage: true } Script: <" getitem PhreeoniS, 10; "> }, @@ -86311,11 +86311,11 @@ item_db: ( Trade: { nodrop: true notrade: true - noselltonpc: true nocart: true - nogstorage: true + noselltonpc: true nomail: true noauction: true + nogstorage: true } Script: <" getitem GhostringS, 10; "> }, @@ -88020,11 +88020,11 @@ item_db: ( Trade: { nodrop: true notrade: true - noselltonpc: true nocart: true - nogstorage: true + noselltonpc: true nomail: true noauction: true + nogstorage: true } Script: <" sc_start SC_ITEMSCRIPT,180000,4302; "> }, @@ -88038,11 +88038,11 @@ item_db: ( Trade: { nodrop: true notrade: true - noselltonpc: true nocart: true - nogstorage: true + noselltonpc: true nomail: true noauction: true + nogstorage: true } Script: <" sc_start SC_ITEMSCRIPT,180000,4132; "> }, @@ -88056,11 +88056,11 @@ item_db: ( Trade: { nodrop: true notrade: true - noselltonpc: true nocart: true - nogstorage: true + noselltonpc: true nomail: true noauction: true + nogstorage: true } Script: <" sc_start SC_ITEMSCRIPT,60000,4143; "> }, @@ -88074,11 +88074,11 @@ item_db: ( Trade: { nodrop: true notrade: true - noselltonpc: true nocart: true - nogstorage: true + noselltonpc: true nomail: true noauction: true + nogstorage: true } Script: <" sc_start SC_ITEMSCRIPT,180000,4135; "> }, |