summaryrefslogtreecommitdiff
path: root/npc/003-1/well.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-14 23:16:14 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-14 23:16:14 -0300
commit473e371f27516d852b63ae90c3cb6964a191988e (patch)
treed7158fb61690a0126347fade1f7357f0af8a98af /npc/003-1/well.txt
parente5b6ad4fb852abe69577d1077e6a21faf392e80b (diff)
downloadserverdata-473e371f27516d852b63ae90c3cb6964a191988e.tar.gz
serverdata-473e371f27516d852b63ae90c3cb6964a191988e.tar.bz2
serverdata-473e371f27516d852b63ae90c3cb6964a191988e.tar.xz
serverdata-473e371f27516d852b63ae90c3cb6964a191988e.zip
Missing a node on the well...
Diffstat (limited to 'npc/003-1/well.txt')
-rw-r--r--npc/003-1/well.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt
index db5fc313e..b1fd40599 100644
--- a/npc/003-1/well.txt
+++ b/npc/003-1/well.txt
@@ -53,6 +53,10 @@
getmapxy(.@m$, .@x, .@y);
.@mobGID = monster(.@m$, .@x, .@y, "Bat", Bat, 1);
unitattack(.@mobGID, getcharid(CHAR_ID_ACCOUNT)); // Order the summoned monster to engage!!
+ } else {
+ mes col("Nothing happens.", 9);
+ next;
+ mes col("What did you expected, anyway?", 9);
}
close;