From be94766ca2fbfabd4f081ef27a45e2001964afaf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Jun 2018 10:51:30 -0300 Subject: This should fix Pylon --- npc/007-1/pylon.txt | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'npc/007-1') diff --git a/npc/007-1/pylon.txt b/npc/007-1/pylon.txt index 529b27559..94c986b3f 100644 --- a/npc/007-1/pylon.txt +++ b/npc/007-1/pylon.txt @@ -19,6 +19,8 @@ mesq l("If you have some gems, I can transform them into powder."); next; mesq l("I only take a tax of 100 gp per gem."); + if (Zeny < 100) + close; next; mesq lg("Then, would you like me to transform one of your gems?"); next; @@ -45,8 +47,7 @@ L_Menu: goto L_Question; break; case 8: - goto - L_Ore + goto L_Ore; break; case 9: close; @@ -55,9 +56,10 @@ L_Menu: goto L_Powder; break; } -L_MenuOre; + +L_MenuOre: menu - l("Yeah sure!"), L_OreOk; + l("Yeah sure!"), L_OreOk, l("Nah Thanks you."), L_Close; L_Question: @@ -72,17 +74,17 @@ L_Question: next; goto L_Menu; -L_Ore +L_Ore: mesn; - mesq lg("Hum... I'm not really good at it."); + mesq l("Hum... I'm not really good at it."); next; - mesq l("But i can try my best for you!"); + mesq l("But I can try my best for you!"); next; - mesq l("You want it!"); + mesq l("If you want it!"); next; goto L_MenuOre; - -L_OreOk: + +L_OreOk: // Amount iron ore .@amo=rand(1,2); @@ -97,7 +99,7 @@ L_OreOk: next; L_Close; close; - + // Must rework IDs L_Powder: -- cgit v1.2.3-60-g2f50