Browse Source

Corrections in episode 18 npcs (#8569)

* Corrected shop barter_ep18_1
* Corrected wolfvill enchant NPC

Fixed #8561
Atemo 9 tháng trước cách đây
mục cha
commit
295c5ba0f5
2 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 3 3
      npc/re/merchants/barters/quests_18.yml
  2. 2 2
      npc/re/quests/quests_18.txt

+ 3 - 3
npc/re/merchants/barters/quests_18.yml

@@ -91,19 +91,19 @@ Body:
             Item: Ep18_Amethyst_Fragment
             Amount: 350
       - Index: 7
-        Item: Gray_W_Robe
+        Item: Gray_W_Ring
         RequiredItems:
           - Index: 0
             Item: Ep18_Amethyst_Fragment
             Amount: 350
       - Index: 8
-        Item: Gray_W_Ring
+        Item: Gray_W_Earing
         RequiredItems:
           - Index: 0
             Item: Ep18_Amethyst_Fragment
             Amount: 350
       - Index: 9
-        Item: Gray_W_Earing
+        Item: Gray_W_Necklace
         RequiredItems:
           - Index: 0
             Item: Ep18_Amethyst_Fragment

+ 2 - 2
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;