diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-06 16:31:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-06 16:31:38 -0300 |
commit | f2f29e0d3f2f91215650a0fd3d45025c2242225b (patch) | |
tree | 6b227e9c08d1dce481f6e9a61fbfbffe41e095d5 /npc/functions | |
parent | 851a4c743a62b7c634eb0154eb2bd23f11bd7974 (diff) | |
download | serverdata-f2f29e0d3f2f91215650a0fd3d45025c2242225b.tar.gz serverdata-f2f29e0d3f2f91215650a0fd3d45025c2242225b.tar.bz2 serverdata-f2f29e0d3f2f91215650a0fd3d45025c2242225b.tar.xz serverdata-f2f29e0d3f2f91215650a0fd3d45025c2242225b.zip |
Update Scoreboards. Next scheduled event is Easter, in April 17th ~ 24th.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/scoreboards.txt | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index cb9d44558..a2165f4a5 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -157,9 +157,11 @@ function script HallOfSponsor { function script HallOf2018 { mes ""; - mes l(".:: FIRST PLAYER TO COMPLETE YETI KING QUEST ::."); - mes $YETIKING_WINNER$; - mes ""; + if ($YETIKING_WINNER$ != "") { + mes l(".:: FIRST PLAYER TO COMPLETE YETI KING QUEST ::."); + mes $YETIKING_WINNER$; + mes ""; + } mes l(".:: NOTABLE NAMES ON HURNSCALD LIBERATION DAY ::."); mes l("DragonStar, Aisen"); mes ""; @@ -210,6 +212,11 @@ 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; + if ($HEROESHOLD_WINNER$ != "") { + mes l(".:: FIRST PLAYER TO COMPLETE HEROES HOLD MASTER DUNGEON ::."); + mes $HEROESHOLD_WINNER$; + mes ""; + } mes l(".:: TMW-2 Anniversary ::."); //mesc l("Scheduled: January 13rd"); mes l("No victor appliable."); @@ -224,7 +231,8 @@ function script HallOf2019 { mes ("5. Yuppi - 10"); next; mes l(".:: TMW2 Day ::."); - mesc l("Scheduled: March 2nd"); + //mesc l("Scheduled: March 2nd"); + mes l("No victor appliable."); mesc l("TMW2 Day marks the server birthdate. Do not mistake with TMW2 Anniversary."); mes ""; mes l(".:: Easter 2019 ::."); |