Corrections in episode 18 npcs (#8569)

* Corrected shop barter_ep18_1
* Corrected wolfvill enchant NPC

Fixed #8561
This commit is contained in:
Atemo 2024-08-21 13:43:29 +02:00 committed by GitHub
parent dd1c12f624
commit 295c5ba0f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

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

View File

@ -13018,7 +13018,7 @@ wolfvill,164,137,3 script Emmet#emet 4_EP18_GW_WOMAN01,{
mes "I mean, the Amethyst Fragment."; mes "I mean, the Amethyst Fragment.";
mes "Please select the part you want to enchant."; mes "Please select the part you want to enchant.";
next; 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: case 1:
mes "[Emmet]"; mes "[Emmet]";
mes "You're enchanting the armor, I see."; mes "You're enchanting the armor, I see.";
@ -13027,7 +13027,7 @@ wolfvill,164,137,3 script Emmet#emet 4_EP18_GW_WOMAN01,{
end; end;
case 2: case 2:
mes "[Emmet]"; mes "[Emmet]";
mes "You're enchanting the footwear, I see."; mes "You're enchanting the garment, I see.";
close2; close2;
item_enchant(2); item_enchant(2);
end; end;