diff --git a/npc/re/merchants/barters/quests_18.yml b/npc/re/merchants/barters/quests_18.yml index 32f10b42a9..41cc4077bb 100644 --- a/npc/re/merchants/barters/quests_18.yml +++ b/npc/re/merchants/barters/quests_18.yml @@ -91,23 +91,23 @@ Body: Item: Ep18_Amethyst_Fragment Amount: 350 - Index: 7 - Item: Gray_W_Robe - RequiredItems: - - Index: 0 - Item: Ep18_Amethyst_Fragment - Amount: 350 - - Index: 8 Item: Gray_W_Ring RequiredItems: - Index: 0 Item: Ep18_Amethyst_Fragment Amount: 350 - - Index: 9 + - Index: 8 Item: Gray_W_Earing RequiredItems: - Index: 0 Item: Ep18_Amethyst_Fragment Amount: 350 + - Index: 9 + Item: Gray_W_Necklace + RequiredItems: + - Index: 0 + Item: Ep18_Amethyst_Fragment + Amount: 350 - Name: barter_ep18_2 Items: - Index: 0 diff --git a/npc/re/quests/quests_18.txt b/npc/re/quests/quests_18.txt index 9f83bb2230..e87d035c5d 100644 --- a/npc/re/quests/quests_18.txt +++ b/npc/re/quests/quests_18.txt @@ -13018,7 +13018,7 @@ wolfvill,164,137,3 script Emmet#emet 4_EP18_GW_WOMAN01,{ mes "I mean, the Amethyst Fragment."; mes "Please select the part you want to enchant."; next; - switch( select( "Armor", "Coat", "Shoes", "Right(R) Accessory", "Left(L) Accessory" ) ) { + switch( select( "Armor", "Garment", "Shoes", "Right(R) Accessory", "Left(L) Accessory" ) ) { case 1: mes "[Emmet]"; mes "You're enchanting the armor, I see."; @@ -13027,7 +13027,7 @@ wolfvill,164,137,3 script Emmet#emet 4_EP18_GW_WOMAN01,{ end; case 2: mes "[Emmet]"; - mes "You're enchanting the footwear, I see."; + mes "You're enchanting the garment, I see."; close2; item_enchant(2); end;