diff options
-rw-r--r-- | db/re/item_db.conf | 6 | ||||
-rw-r--r-- | npc/003-3/malindou.txt | 2 |
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'"); |