diff options
Diffstat (limited to 'npc/019-2')
-rw-r--r-- | npc/019-2/guards.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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; |