From f2f29e0d3f2f91215650a0fd3d45025c2242225b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 6 Mar 2019 16:31:38 -0300 Subject: Update Scoreboards. Next scheduled event is Easter, in April 17th ~ 24th. --- npc/functions/scoreboards.txt | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'npc/functions/scoreboards.txt') 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 ::."); -- cgit v1.2.3-60-g2f50