From f1fc62e838d9cddc6a4428e7b57676f7c79a34d6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 12 Aug 2019 14:08:32 -0300 Subject: Redo Ores and Ingots sell prices. Note that the ingot sell price is EXCLUDING Jhedia's GP tax. Soomth-up at Gold, Silver and Titanium. Smooth-down at Platinum, Iridium, Lead. --- db/re/item_db.conf | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2dada34e2..7ba10c57d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4281,7 +4281,7 @@ item_db: ( Name: "Iron Ingot" Type: "IT_ETC" Buy: 37500 - Sell: 924 + Sell: 1680 Weight: 260 Refine: false }, @@ -4291,7 +4291,7 @@ item_db: ( Name: "Iron Ore" Type: "IT_ETC" Buy: 500 - Sell: 180 + Sell: 130 Weight: 40 Refine: false }, @@ -5033,7 +5033,7 @@ item_db: ( Name: "Copper Ore" Type: "IT_ETC" Buy: 10000 - Sell: 300 + Sell: 200 Weight: 1000 }, { @@ -5042,7 +5042,7 @@ item_db: ( Name: "Lead Ore" Type: "IT_ETC" Buy: 11000 - Sell: 1000 + Sell: 900 Weight: 1000 }, { @@ -5051,7 +5051,7 @@ item_db: ( Name: "Tin Ore" Type: "IT_ETC" Buy: 9000 - Sell: 800 + Sell: 750 Weight: 1000 }, { @@ -5060,7 +5060,7 @@ item_db: ( Name: "Silver Ore" Type: "IT_ETC" Buy: 10000 - Sell: 600 + Sell: 500 Weight: 1000 }, { @@ -5078,7 +5078,7 @@ item_db: ( Name: "Platinum Ore" Type: "IT_ETC" Buy: 40000 - Sell: 5000 + Sell: 6000 Weight: 1000 }, { @@ -5096,7 +5096,7 @@ item_db: ( Name: "Titanium Ore" Type: "IT_ETC" Buy: 20000 - Sell: 3000 + Sell: 1500 Weight: 1000 }, { @@ -5105,7 +5105,7 @@ item_db: ( Name: "Copper Ingot" Type: "IT_ETC" Buy: 20000 - Sell: 500 + Sell: 1500 Weight: 1000 }, { @@ -5114,7 +5114,7 @@ item_db: ( Name: "Lead Ingot" Type: "IT_ETC" Buy: 22000 - Sell: 580 + Sell: 3700 Weight: 1000 }, { @@ -5123,7 +5123,7 @@ item_db: ( Name: "Tin Ingot" Type: "IT_ETC" Buy: 18000 - Sell: 560 + Sell: 3900 Weight: 1000 }, { @@ -5132,7 +5132,7 @@ item_db: ( Name: "Silver Ingot" Type: "IT_ETC" Buy: 20000 - Sell: 520 + Sell: 2200 Weight: 1000 }, { @@ -5141,7 +5141,7 @@ item_db: ( Name: "Gold Ingot" Type: "IT_ETC" Buy: 24000 - Sell: 540 + Sell: 3000 Weight: 1000 }, { @@ -5150,7 +5150,7 @@ item_db: ( Name: "Platinum Ingot" Type: "IT_ETC" Buy: 180000 - Sell: 10000 + Sell: 19000 Weight: 1000 }, { @@ -5158,8 +5158,8 @@ item_db: ( AegisName: "IridiumIngot" Name: "Iridium Ingot" Type: "IT_ETC" - Buy: 20000 - Sell: 620 + Buy: 100000 + Sell: 17000 Weight: 1000 }, { @@ -5168,7 +5168,7 @@ item_db: ( Name: "Titanium Ingot" Type: "IT_ETC" Buy: 20000 - Sell: 600 + Sell: 6900 Weight: 1000 }, { -- cgit v1.2.3-70-g09d2