From e1e2e46c4b18952d3ae03c4be512d242405d0cc6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Sep 2018 11:15:26 -0300 Subject: Lower all ingot crafting price in 1000 GP, and calculate a bit the real worth of each ingot: Platinum ingot is 47500 GP! (50,000 with the profit margin*) *: Money attracts more money. That's how market works. --- db/re/item_db.conf | 4 ++-- npc/003-8/jhedia.txt | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e00b326eb..70b11292e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4104,8 +4104,8 @@ item_db: ( AegisName: "PlatinumIngot" Name: "Platinum Ingot" Type: "IT_ETC" - Buy: 80000 - Sell: 20350 + Buy: 180000 + Sell: 50000 Weight: 1000 }, { diff --git a/npc/003-8/jhedia.txt b/npc/003-8/jhedia.txt index 7f206b87e..b994bd44d 100644 --- a/npc/003-8/jhedia.txt +++ b/npc/003-8/jhedia.txt @@ -72,25 +72,25 @@ L_Menu: // ingot_create(Ore, Ingot, Nº of Ore, Nº of Coal, Price); switch (@menu) { case 1: - ingot_create(IronOre, IronIngot, 7, 10, 8400); + ingot_create(IronOre, IronIngot, 7, 10, 7400); break; case 2: - ingot_create(CopperOre, CopperIngot, 5, 10, 8500); + ingot_create(CopperOre, CopperIngot, 5, 10, 7500); break; case 3: - ingot_create(TinOre, TinIngot, 5, 10, 8500); + ingot_create(TinOre, TinIngot, 5, 10, 7500); break; case 4: - ingot_create(LeadOre, LeadIngot, 5, 1, 8600); + ingot_create(LeadOre, LeadIngot, 5, 1, 7600); break; case 5: - ingot_create(TitaniumOre, TitaniumIngot, 5, 10, 9000); + ingot_create(TitaniumOre, TitaniumIngot, 5, 10, 8000); break; case 6: - ingot_create(IridiumOre, IridiumIngot, 4, 10, 12000); + ingot_create(IridiumOre, IridiumIngot, 4, 10, 11000); break; case 7: - ingot_create(PlatinumOre, PlatinumIngot, 3, 10, 18500); + ingot_create(PlatinumOre, PlatinumIngot, 3, 10, 16500); break; case 8: ingot_create(SilverOre, SilverIngot, 3, 8, 6500); -- cgit v1.2.3-70-g09d2