summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-17 11:06:17 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-17 11:06:17 -0300
commit63cb192e6b9d1bf4d43829d407890e6e1f3d6f90 (patch)
treee52cdf716c9d411b9f532acda98388da5f2a29f0
parent12f81ab4483724f8a363864196a484bf3089be8b (diff)
downloadserverdata-63cb192e6b9d1bf4d43829d407890e6e1f3d6f90.tar.gz
serverdata-63cb192e6b9d1bf4d43829d407890e6e1f3d6f90.tar.bz2
serverdata-63cb192e6b9d1bf4d43829d407890e6e1f3d6f90.tar.xz
serverdata-63cb192e6b9d1bf4d43829d407890e6e1f3d6f90.zip
Fix Platinum Ingot & Iron Ingot sell prices based on @demure report
-rw-r--r--db/re/item_db.conf6
-rw-r--r--npc/003-3/malindou.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 27aad2a11..58dc3f238 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3209,7 +3209,7 @@ item_db: (
Name: "Iron Ingot"
Type: "IT_ETC"
Buy: 37500
- Sell: 12500
+ Sell: 9240
Weight: 260
Refine: false
ViewSprite: 770
@@ -4104,8 +4104,8 @@ item_db: (
AegisName: "PlatinumIngot"
Name: "Platinum Ingot"
Type: "IT_ETC"
- Buy: 40000
- Sell: 6400
+ Buy: 80000
+ Sell: 20350
Weight: 1000
},
{
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 564524f83..338062eaa 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -111,7 +111,7 @@ OnInit:
debugmes "";
debugmes "* My Money quest state modified";
debugmes "* Foxhound Famine quest state modified";
- debugmes "* Life Delight quest state modified"; // Aka. A True Chef
+ debugmes "* Life Delight quest state modified"; // “A True Chef” is the LoF version of this quest
debugmes "";
query_sql("UPDATE `quest` SET `count1` = '1' WHERE `quest`.`quest_id`="+ShipQuests_ArpanMoney+" AND `count1` = '2'");
query_sql("UPDATE `quest` SET `count2` = `count1` WHERE `quest`.`quest_id`="+HalinarzoQuest_Foxhound+" AND `count1` >= '6'");