diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 01:54:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 01:54:21 -0300 |
commit | e55ca41448d0d66e6d007c4d27ff8066bb44f766 (patch) | |
tree | 30657f043b02633c0bc719f616064a420555724e /npc/019-2 | |
parent | b428bfb77b9c5b566c080320cece0bc3b1021cea (diff) | |
download | serverdata-e55ca41448d0d66e6d007c4d27ff8066bb44f766.tar.gz serverdata-e55ca41448d0d66e6d007c4d27ff8066bb44f766.tar.bz2 serverdata-e55ca41448d0d66e6d007c4d27ff8066bb44f766.tar.xz serverdata-e55ca41448d0d66e6d007c4d27ff8066bb44f766.zip |
Nivalis Liberation Day, seventh (and final) day bugfix.
Hm, @DragonStar probably was affected by this. Why he said nothing...
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; |