From 435b0361a83f77597eaf46b6fe8d353181f8b369 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 24 Jun 2018 13:02:30 -0300 Subject: Try to fix bugs at Neko --- npc/003-1/neko.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index c203480b6..c91b808da 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -29,7 +29,7 @@ mesn; mesq l("The @@ stole my @@. Hahah. I can't find anywhere else to buy it.", getmonsterlink(CaveSnake), getitemlink(JeansShorts)); next; - setq TulimsharQuests_Neko, 1; + setq TulimsharQuest_Neko, 1; mesn; mesq l("If you bring friends, I'm sure they'll be no match. I'll pay you handsomely if you bring me one, too!"); next; @@ -38,7 +38,7 @@ delitem JeansShorts, 1; Zeny=Zeny+6000; getexp 1620, 0; // Level 20 maximum experience - setq TulimsharQuests_Neko, 2; + setq TulimsharQuest_Neko, 2; mesn; mesq l("Oh... Thank you! Here is @@ GP for it.", "6000"); next; @@ -51,9 +51,9 @@ } closedialog; - goodbye; if (@menu == 1) shop .name$; + goodbye; close; OnInit: -- cgit v1.2.3-60-g2f50