From e55ca41448d0d66e6d007c4d27ff8066bb44f766 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Apr 2019 01:54:21 -0300 Subject: Nivalis Liberation Day, seventh (and final) day bugfix. Hm, @DragonStar probably was affected by this. Why he said nothing... --- npc/019-2/guards.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/019-2/guards.txt') diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt index 2119c12a1..1047beea8 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -14,6 +14,7 @@ mesq l("Nivalis was liberated @@ ago.", FuzzyTime($NIVALIS_LIBDATE)); close; } else if ($NLIB_DAY > 0) { + if ($NLIB_DAY >= 7) goto L_MK; if (.@q == $NLIB_DAY) goto L_Delay; if (BaseLevel < 30) goto L_Noob; if (BaseLevel >= 30) goto L_Veteran; @@ -67,7 +68,6 @@ L_Noob: close; L_Veteran: - if ($NLIB_DAY >= 7) goto L_MK; mesn; mesq l("Hey, you! We need help to find the Monster King."); next; @@ -88,10 +88,10 @@ L_Veteran: L_MK: if (gettime(3) != 18 && !$@GM_OVERRIDE) { mesn; - mesq l("Today at 16:30 UTC we are going to attack the Monster King by surprise. There will be no delays, so be there."); + mesq l("Today at 18:30 UTC we are going to attack the Monster King by surprise. There will be no delays, so be there."); } else { mesn; - mesq l("Do you want to go against the Monster King now? The event will start 16:30 UTC sharply."); + mesq l("Do you want to go against the Monster King now? The event will start 18:30 UTC sharply."); if (askyesno() == ASK_YES) { // Control if you already found the Monster King @QNL3=0; -- cgit v1.2.3-60-g2f50