diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-15 09:39:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-15 09:39:39 -0300 |
commit | cd9bc7730c096d3d7d6fe4bbd5cc6d3226df3954 (patch) | |
tree | 56389ceba804aac348caf9b0ac5c029a67ce5ae1 /db/re/item_db.conf | |
parent | b3a16ccf500f39d6913f5e5eac7201e26c729f15 (diff) | |
download | serverdata-cd9bc7730c096d3d7d6fe4bbd5cc6d3226df3954.tar.gz serverdata-cd9bc7730c096d3d7d6fe4bbd5cc6d3226df3954.tar.bz2 serverdata-cd9bc7730c096d3d7d6fe4bbd5cc6d3226df3954.tar.xz serverdata-cd9bc7730c096d3d7d6fe4bbd5cc6d3226df3954.zip |
Fix some healing item sell prices to standard 1/3 (+minor changes)
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f88941474..a439df128 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -169,7 +169,7 @@ item_db: ( Name: "Bread" Type: "IT_HEALING" Buy: 50 - Sell: 15 + Sell: 17 Weight: 25 Gender: "SEX_ANY" WeaponLv: 0 @@ -300,7 +300,7 @@ item_db: ( Name: "Piberries" Type: "IT_HEALING" Buy: 20 - Sell: 5 + Sell: 7 Weight: 2 Gender: "SEX_ANY" WeaponLv: 0 @@ -404,7 +404,7 @@ item_db: ( Name: "Purple Blobime" Type: "IT_HEALING" Buy: 20 - Sell: 4 + Sell: 6 Weight: 10 Gender: "SEX_ANY" WeaponLv: 0 @@ -538,6 +538,7 @@ item_db: ( BuyingStore: false Trade: { nodrop: true + notrade: true noselltonpc: true } Sprite: 0 @@ -600,7 +601,7 @@ item_db: ( Name: "Piberries Infusion" Type: "IT_HEALING" Buy: 140 - Sell: 20 + Sell: 47 Weight: 15 Gender: "SEX_ANY" WeaponLv: 0 @@ -626,7 +627,7 @@ item_db: ( Name: "Fates Potion" Type: "IT_HEALING" Buy: 250 - Sell: 80 + Sell: 84 Weight: 17 Gender: "SEX_ANY" WeaponLv: 0 @@ -652,7 +653,7 @@ item_db: ( Name: "Clotho Liquor" Type: "IT_HEALING" Buy: 600 - Sell: 150 + Sell: 200 Weight: 16 Gender: "SEX_ANY" WeaponLv: 0 @@ -678,7 +679,7 @@ item_db: ( Name: "Lachesis Brew" Type: "IT_HEALING" Buy: 1000 - Sell: 150 + Sell: 330 Weight: 14 Gender: "SEX_ANY" WeaponLv: 0 @@ -704,7 +705,7 @@ item_db: ( Name: "Atropos Mixture" Type: "IT_HEALING" Buy: 2450 - Sell: 300 + Sell: 815 Weight: 15 Gender: "SEX_ANY" WeaponLv: 0 |