diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-24 13:02:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-24 13:02:30 -0300 |
commit | 435b0361a83f77597eaf46b6fe8d353181f8b369 (patch) | |
tree | 04ae4feeb4a31156eb1e2434b5f9d027d8c8ab52 /npc/003-1 | |
parent | 8a20348fd156b9c57eb4219554a53d2eb235abef (diff) | |
download | serverdata-435b0361a83f77597eaf46b6fe8d353181f8b369.tar.gz serverdata-435b0361a83f77597eaf46b6fe8d353181f8b369.tar.bz2 serverdata-435b0361a83f77597eaf46b6fe8d353181f8b369.tar.xz serverdata-435b0361a83f77597eaf46b6fe8d353181f8b369.zip |
Try to fix bugs at Neko
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/neko.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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: |