summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-24 23:11:30 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-24 23:11:30 -0300
commitfa44362b939ea193007b4c6cb9c16efaf805f504 (patch)
tree43feb2ee2473e9843580b8a8e6de67a20ebb2715
parentbabbb00266f644ba49dc09c4d3b8a122eb6003e3 (diff)
downloadserverdata-fa44362b939ea193007b4c6cb9c16efaf805f504.tar.gz
serverdata-fa44362b939ea193007b4c6cb9c16efaf805f504.tar.bz2
serverdata-fa44362b939ea193007b4c6cb9c16efaf805f504.tar.xz
serverdata-fa44362b939ea193007b4c6cb9c16efaf805f504.zip
Move Nivalis Liberation Day timeframe to a whole month instead of 2 weeks.
-rw-r--r--npc/012-1/guards.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt
index a0eb38b4a..0b52a3ee7 100644
--- a/npc/012-1/guards.txt
+++ b/npc/012-1/guards.txt
@@ -497,10 +497,10 @@ OnVictory:
bg_destroy(1);
bg_destroy(2);
// Auto-schedule Liberation Day
- // two weeks from now, to happen on a saturday
+ // a month from now, to happen on a saturday
.@offset = gettime(GETTIME_WEEKDAY); // How long since sunday?
.@offset += 1; // Move it to Saturday
- .@offset += 14; // Add a couple weeks
+ .@offset += 30; // Add a month
.@offset += gettimeparam(GETTIME_DAYOFMONTH); // Apply offset to the all days
$NLIB_SEQDAY = .@offset; // Schedule the event