From a2965b50dd6b3841cdc6b0478995b569ac6e1bd7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 1 Nov 2018 11:12:28 -0200 Subject: Fixes + Report how many mobs left to kill --- npc/019-2/guards.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/019-2') diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt index 3eec57035..21fa1b771 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -55,9 +55,12 @@ L_Noob: mesn; mesq l("Are you up for the challenge?"); if (askyesno() == ASK_YES) { + // Begin quest. Logout/Death will cause loss of the current day. + setq1 Q_NivalisLibday, $NLIB_DAY; @nlib_wave=0; - @nlib_time=0; + @nlib_time=300; // This makes sure that wave 1 will start. addtimer(5000, "#NLib_Siege::OnLoop"); + warp "020-1", rand(69,82), rand(78, 91); } close; -- cgit v1.2.3-60-g2f50