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-3 | |
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-3')
-rw-r--r-- | npc/019-3/guards.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/019-3/guards.txt b/npc/019-3/guards.txt index 48be445dc..3e72118d4 100644 --- a/npc/019-3/guards.txt +++ b/npc/019-3/guards.txt @@ -15,6 +15,9 @@ if (@menu == 2) close; + if ($NLIB_DAY == 7) + cwarp "019-2", 43, 55; + // Load quest env // Day, Score, Temporary Time; .@q1=getq(Q_NivalisLibday); @@ -54,7 +57,7 @@ OnBegin: end; OnAdvise: - npctalk l("You must be where the Monster King at 16:30 UTC sharply - no delays allowed!"); + npctalk l("You must be where the Monster King is at 18:30 UTC sharply - no delays allowed!"); end; OnInit: |