diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-04 17:03:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-04 17:03:28 -0300 |
commit | 595c65e4a2939d23ed0df681cd31070433974512 (patch) | |
tree | 23ed2dfd001fa1e7f2883aceb1fbcb3f71b80d66 | |
parent | 1a6ad298ae81c1c0975e9c23c32b47101799332a (diff) | |
download | serverdata-595c65e4a2939d23ed0df681cd31070433974512.tar.gz serverdata-595c65e4a2939d23ed0df681cd31070433974512.tar.bz2 serverdata-595c65e4a2939d23ed0df681cd31070433974512.tar.xz serverdata-595c65e4a2939d23ed0df681cd31070433974512.zip |
Add an extra warning on Nivalis Liberation Day 7.
-rw-r--r-- | npc/019-2/guards.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt index 496285ca9..88fd736c6 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -128,6 +128,13 @@ OnHour00: $NLIB_DAY+=1; end; +OnClock1800: + if ($NLIB_DAY == 7) { + kamibroadcast("All players, Nivalis Liberation Day starting in ##Bhalf hour##b."); + kamibroadcast("Failing this event will change the game world FOREVER and in an IRREVERSIBLE way."); + } + end; + OnClock1825: if ($NLIB_DAY == 7) announce "All players, Nivalis Liberation Day starting in five minutes.", bc_all | bc_npc; |