summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-04-11 00:39:07 +0200
committerReid <reidyaro@gmail.com>2012-04-11 00:39:07 +0200
commitd1d56ad270076252a95f31b6aaf174f5d6908a96 (patch)
tree342d30935daad77b27c851a4b12bacbc4c45e5dc /npc
parent82301697c43b4760e6b0fddc0e7f992624275c52 (diff)
downloadserverdata-d1d56ad270076252a95f31b6aaf174f5d6908a96.tar.gz
serverdata-d1d56ad270076252a95f31b6aaf174f5d6908a96.tar.bz2
serverdata-d1d56ad270076252a95f31b6aaf174f5d6908a96.tar.xz
serverdata-d1d56ad270076252a95f31b6aaf174f5d6908a96.zip
Reduce the number of Piou in 000-2-1 map,
Update NardBox quest.
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-1/_mobs.txt3
-rw-r--r--npc/000-2-3/nard.txt6
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;