diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 21:19:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 21:19:38 -0300 |
commit | c7e7ebf30e122fd2c03664979f3b72a68c095632 (patch) | |
tree | 8d9ebde234570ecf40bf0a8a7e9827b865852284 /db | |
parent | c8d1f76ab5bdd01321a89effc35f6074ab88db03 (diff) | |
download | serverdata-c7e7ebf30e122fd2c03664979f3b72a68c095632.tar.gz serverdata-c7e7ebf30e122fd2c03664979f3b72a68c095632.tar.bz2 serverdata-c7e7ebf30e122fd2c03664979f3b72a68c095632.tar.xz serverdata-c7e7ebf30e122fd2c03664979f3b72a68c095632.zip |
Rewrite NOTRADE rules
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 51 |
1 files changed, 50 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 433fa0ebc..24d34c5d6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -441,9 +441,12 @@ item_db: ( Refine: false ViewSprite: 517 Trade: { - nodrop: true notrade: true + nodrop: true noselltonpc: true + nogstorage: true + nomail: true + noauction: true } }, { @@ -745,6 +748,14 @@ item_db: ( Weight: 25 KeepAfterUse: true Refine: false + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" doevent "#Book-JGrimorium::OnUse"; "> @@ -1687,6 +1698,8 @@ item_db: ( KeepAfterUse: false Refine: false Trade: { + notrade: true + nodrop: true noselltonpc: true nogstorage: true nomail: true @@ -1714,6 +1727,8 @@ item_db: ( KeepAfterUse: false Refine: false Trade: { + notrade: true + nodrop: true noselltonpc: true nogstorage: true nomail: true @@ -1740,6 +1755,8 @@ item_db: ( KeepAfterUse: false Refine: false Trade: { + notrade: true + nodrop: true noselltonpc: true nogstorage: true nomail: true @@ -1766,6 +1783,8 @@ item_db: ( KeepAfterUse: false Refine: false Trade: { + notrade: true + nodrop: true noselltonpc: true nogstorage: true nomail: true @@ -1792,6 +1811,8 @@ item_db: ( KeepAfterUse: false Refine: false Trade: { + notrade: true + nodrop: true noselltonpc: true nogstorage: true nomail: true @@ -2342,8 +2363,12 @@ item_db: ( Refine: false ViewSprite: 718 Trade: { + notrade: true nodrop: true noselltonpc: true + nogstorage: true + nomail: true + noauction: true } }, { @@ -4442,6 +4467,9 @@ item_db: ( notrade: true nodrop: true noselltonpc: true + nogstorage: true + nomail: true + noauction: true } }, { @@ -5075,6 +5103,7 @@ item_db: ( ViewSprite: 1309 Trade: { notrade: true + nodrop: true noselltonpc: true nogstorage: true nomail: true @@ -5501,6 +5530,9 @@ item_db: ( notrade: true nodrop: true noselltonpc: true + nogstorage: true + nomail: true + noauction: true } Nouse: { override: 80 @@ -7824,6 +7856,9 @@ item_db: ( notrade: true nodrop: true noselltonpc: true + nogstorage: true + nomail: true + noauction: true } Nouse: { override: 80 @@ -8165,6 +8200,9 @@ item_db: ( notrade: true nodrop: true noselltonpc: true + nogstorage: true + nomail: true + noauction: true } Nouse: { override: 99 @@ -8196,6 +8234,9 @@ item_db: ( notrade: true nodrop: true noselltonpc: true + nogstorage: true + nomail: true + noauction: true } Nouse: { override: 80 @@ -8215,6 +8256,14 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2990 + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" bonus bMaxHP,30000; bonus bFleeRate,-50; |