Corrections in episode 18 npcs (#8569)
* Corrected shop barter_ep18_1 * Corrected wolfvill enchant NPC Fixed #8561
This commit is contained in:
parent
dd1c12f624
commit
295c5ba0f5
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user