From 3d2cea7f7272d0564fce9d38fe657f6e2732f1da Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 Jun 2018 11:25:26 -0300 Subject: Random values to sell prices of ores and ingots --- db/re/item_db.conf | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 603e1043f..b1a2277a0 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3808,7 +3808,7 @@ item_db: ( Name: "Copper Ore" Type: "IT_ETC" Buy: 10000 - Sell: 500 + Sell: 400 Weight: 1000 }, { @@ -3817,7 +3817,7 @@ item_db: ( Name: "Lead Ore" Type: "IT_ETC" Buy: 11000 - Sell: 600 + Sell: 800 Weight: 1000 }, { @@ -3826,7 +3826,7 @@ item_db: ( Name: "Tin Ore" Type: "IT_ETC" Buy: 9000 - Sell: 400 + Sell: 700 Weight: 1000 }, { @@ -3844,7 +3844,7 @@ item_db: ( Name: "Gold Ore" Type: "IT_ETC" Buy: 12500 - Sell: 6000 + Sell: 600 Weight: 1000 }, { @@ -3853,7 +3853,7 @@ item_db: ( Name: "Platinum Ore" Type: "IT_ETC" Buy: 20000 - Sell: 1000 + Sell: 1100 Weight: 1000 }, { @@ -3862,7 +3862,7 @@ item_db: ( Name: "Iridium Ore" Type: "IT_ETC" Buy: 10000 - Sell: 500 + Sell: 1000 Weight: 1000 }, { @@ -3871,7 +3871,7 @@ item_db: ( Name: "Titanium Ore" Type: "IT_ETC" Buy: 10000 - Sell: 500 + Sell: 900 Weight: 1000 }, { @@ -3880,7 +3880,7 @@ item_db: ( Name: "Copper Ingot" Type: "IT_ETC" Buy: 20000 - Sell: 1000 + Sell: 5000 Weight: 2000 }, { @@ -3889,7 +3889,7 @@ item_db: ( Name: "Lead Ingot" Type: "IT_ETC" Buy: 22000 - Sell: 1200 + Sell: 5800 Weight: 2000 }, { @@ -3898,7 +3898,7 @@ item_db: ( Name: "Tin Ingot" Type: "IT_ETC" Buy: 18000 - Sell: 800 + Sell: 5600 Weight: 2000 }, { @@ -3907,7 +3907,7 @@ item_db: ( Name: "Silver Ingot" Type: "IT_ETC" Buy: 20000 - Sell: 1000 + Sell: 5200 Weight: 2000 }, { @@ -3916,7 +3916,7 @@ item_db: ( Name: "Gold Ingot" Type: "IT_ETC" Buy: 24000 - Sell: 1600 + Sell: 5400 Weight: 2000 }, { @@ -3925,7 +3925,7 @@ item_db: ( Name: "Platinum Ingot" Type: "IT_ETC" Buy: 40000 - Sell: 4000 + Sell: 6400 Weight: 2000 }, { @@ -3934,7 +3934,7 @@ item_db: ( Name: "Iridium Ingot" Type: "IT_ETC" Buy: 20000 - Sell: 1000 + Sell: 6200 Weight: 2000 }, { @@ -3943,7 +3943,7 @@ item_db: ( Name: "Titanium Ingot" Type: "IT_ETC" Buy: 20000 - Sell: 1000 + Sell: 6000 Weight: 2000 }, { -- cgit v1.2.3-70-g09d2