summaryrefslogtreecommitdiff
path: root/npc/019-2/guards.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-11-01 11:08:46 -0200
committerJesusaves <cpntb1@ymail.com>2018-11-01 11:08:46 -0200
commit359e460edcce2991df20ae2440cb3f9036778e66 (patch)
treea14de007a5a4cdaf37414716064de497dd3b1aaf /npc/019-2/guards.txt
parent75e92b39e6db9084a5a2f4e5ef0c3341e6cf4950 (diff)
downloadserverdata-359e460edcce2991df20ae2440cb3f9036778e66.tar.gz
serverdata-359e460edcce2991df20ae2440cb3f9036778e66.tar.bz2
serverdata-359e460edcce2991df20ae2440cb3f9036778e66.tar.xz
serverdata-359e460edcce2991df20ae2440cb3f9036778e66.zip
Noobs scenario ready. Now only the Main Event missing.
Diffstat (limited to 'npc/019-2/guards.txt')
-rw-r--r--npc/019-2/guards.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt
index d0fac5e3a..3eec57035 100644
--- a/npc/019-2/guards.txt
+++ b/npc/019-2/guards.txt
@@ -50,10 +50,15 @@
L_Noob:
mesn;
mesq l("Hey, you! We need help to get rid from some remaining monsters at Nivalis City.");
+ mesq l("No need to kill the Fluffies, though.");
next;
mesn;
mesq l("Are you up for the challenge?");
-
+ if (askyesno() == ASK_YES) {
+ @nlib_wave=0;
+ @nlib_time=0;
+ addtimer(5000, "#NLib_Siege::OnLoop");
+ }
close;
L_Veteran: