diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-14 23:16:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-14 23:16:14 -0300 |
commit | 473e371f27516d852b63ae90c3cb6964a191988e (patch) | |
tree | d7158fb61690a0126347fade1f7357f0af8a98af /npc/003-1/well.txt | |
parent | e5b6ad4fb852abe69577d1077e6a21faf392e80b (diff) | |
download | serverdata-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.txt | 4 |
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; |