summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/scoreboards.txt16
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 ::.");