diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-18 20:19:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-18 20:19:04 -0300 |
commit | 044f96b45622ed982207ad55181c4550781fdd87 (patch) | |
tree | 4c4feaea70c39f7eb1f8e986b5d0ac40c8f51a48 | |
parent | 671fe891ba5cf71759d20844c47da310aac82cf9 (diff) | |
download | serverdata-044f96b45622ed982207ad55181c4550781fdd87.tar.gz serverdata-044f96b45622ed982207ad55181c4550781fdd87.tar.bz2 serverdata-044f96b45622ed982207ad55181c4550781fdd87.tar.xz serverdata-044f96b45622ed982207ad55181c4550781fdd87.zip |
Update scoreboards - well, just kidding.
-rw-r--r-- | npc/functions/scoreboards.txt | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 849ee1388..d8b8cec2e 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -674,7 +674,9 @@ function script HallOf2021 { mesc l("Anniversary marks the project birthdate. Do not mistake with TMW2 Day."); mes ""; mes l(".:: Valentine Day ::."); - mesc l("Scheduled: February 13th - 16th"); + //mesc l("Scheduled: February 13th - 16th"); + mesc l("Destroyed by the fire"), 1; + mesc l("In honor of Manatauro, Povo, YuckFou, Cadis Etrama di Raizel and everyone whom participated on it!"), 1; next; mes l(".:: TMW2 Day ::."); //mesc l("Scheduled: March 2nd"); @@ -682,14 +684,20 @@ function script HallOf2021 { mesc l("TMW2 Day marks the server birthdate. Do not mistake with TMW2 Anniversary."); mes ""; mes l(".:: Easter 2021 ::."); - mesc l("Scheduled: April 17th - 24th"); + //mesc l("Scheduled: April 17th - 24th"); + mesc l("Destroyed by the fire"), 1; + mesc l("In honor of everyone whom participated on it!"), 1; mes ""; mes l(".:: Worker Day ::."); //mesc l("Scheduled: April 27th - May 3rd"); mes l("No victor appliable."); next; mes l(".:: Ched's Summer 2021 ::."); - mesc l("June 21st - September 21st"); + //mesc l("June 21st - September 21st"); + mesc l("WARNING: Data may have been corrupted."), 1; + mes l("1. andulkaT - 702"); + mes l("2. Gogo VII - 103"); + mes l("3. caslu_jpg - 50"); mes ""; mes l(".:: Chocolate Day ::."); //mesc l("Scheduled: July 7th"); |