diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-01 22:18:17 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-01 22:18:17 -0200 |
commit | 2074fbe2d0c3cf4c4fcf0d2319073a0332dce7ec (patch) | |
tree | 97c0123239930f49eae57736b9f940670ec795a7 /npc/functions/scoreboards.txt | |
parent | 0a96bafa6680777050a51c8ff1961f6cadbcc068 (diff) | |
download | serverdata-2074fbe2d0c3cf4c4fcf0d2319073a0332dce7ec.tar.gz serverdata-2074fbe2d0c3cf4c4fcf0d2319073a0332dce7ec.tar.bz2 serverdata-2074fbe2d0c3cf4c4fcf0d2319073a0332dce7ec.tar.xz serverdata-2074fbe2d0c3cf4c4fcf0d2319073a0332dce7ec.zip |
Add new statues. Publish an initial schedule for 2019 events (based on annual.md)
There is expected annual events for: Jan, Feb, Mar, Apr, May, July, Sep, Dec.
No annual event is expected for: June, Aug, Oct, Nov.
Diffstat (limited to 'npc/functions/scoreboards.txt')
-rw-r--r-- | npc/functions/scoreboards.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 5ae709a76..3b82ebb25 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -191,3 +191,35 @@ function script HallOf2018 { return; } +function script HallOf2019 { + mesc l("This schedule is subject to change without prior notice."), 1; + mesc l("Changes include but are not limited to festive events and dates."), 1; + next; + mes l(".:: TMW-2 Anniversary ::."); + mesc l("Scheduled: January 13rd"); + mesc l("Anniversary marks the project birthdate. Do not mistake with TMW2 Day."); + next; + mes l(".:: Valentine Day ::."); + mesc l("Scheduled: February 12th - 15th"); + mes ""; + mes l(".:: TMW2 Day ::."); + mesc l("Scheduled: March 2nd"); + mesc l("TMW2 Day marks the server birthdate. Do not mistake with TMW2 Anniversary."); + mes ""; + mes l(".:: Easter 2019 ::."); + mesc l("Scheduled: April 17th - 24th"); + mes ""; + mes l(".:: Worker Day ::."); + mesc l("Scheduled: April 27th - May 3rd"); + next; + mes l(".:: Chocolate Day ::."); + mesc l("Scheduled: July 7th"); + mes ""; + mes l(".:: Free Software Day ::."); + mesc l("Scheduled: September 9th"); + mes ""; + mes l(".:: Christmas 2019 ::."); + mesc l("Scheduled: December 19th - January 2nd"); + return; +} + |