diff options
-rw-r--r-- | npc/000-2-1/_mobs.txt | 3 | ||||
-rw-r--r-- | npc/000-2-3/nard.txt | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/npc/000-2-1/_mobs.txt b/npc/000-2-1/_mobs.txt index 6a91380d..d3c608bc 100644 --- a/npc/000-2-1/_mobs.txt +++ b/npc/000-2-1/_mobs.txt @@ -1,3 +1,2 @@ // 000-2-1 mobs -000-2-1.gat,41,32,21,10 monster Pious 1002,4,30000,20000 -000-2-1.gat,41,32,21,10 monster Piousse 1003,1,300000,100000
\ No newline at end of file +000-2-1.gat,41,32,21,10 monster Pious 1002,3,30000,20000
\ No newline at end of file diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index c9ac51e4..a21ee2b6 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -64,11 +64,14 @@ l_Ok: menu l("Take a Bandana"), -, - l("Nothing"), L_Close; + l("Nothing"), l_Close; if (@q == 1) goto l_Give; if (@q > 1) goto l_Already; + mes ""; + doevent "Nard::OnQuest"; // Dialogs continue with Nard NPC. + l_Give: mes ""; mesn "Nard"; @@ -83,6 +86,7 @@ l_Close: close; l_Already: + mes ""; mesn "Nard"; mesq l("You already took a Bandana, put this one back please."); close; |