summaryrefslogtreecommitdiff
path: root/npc/functions/scoreboards.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/scoreboards.txt')
-rw-r--r--npc/functions/scoreboards.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt
index d8b8cec2e..f280dc6a4 100644
--- a/npc/functions/scoreboards.txt
+++ b/npc/functions/scoreboards.txt
@@ -406,7 +406,10 @@ function script HallOfAFK {
// HallOfSponsor(minimal=false)
function script HallOfSponsor {
mes l("This is in honor of all the [@@help://about-server|Contributors@@] who helped rebuilding this world, after the Monster War outbreak.");
- mes l("And also in notable mention of those who [@@https://www.patreon.com/TMW2|sponsor@@] the Alliance and its administrative structure.");
+ if (getvaultid())
+ mes l("And also in notable mention of those who [@@https://moubootaurlegends.org/en/community|sponsor@@] the Alliance and its administrative structure.");
+ else
+ mes l("And also in notable mention of those who [@@https://www.patreon.com/TMW2|sponsor@@] the Alliance and its administrative structure.");
mes "";
mes "Saulc, Woody, Sharli, Povo";
// List previous sponsors?
@@ -445,7 +448,10 @@ function script HallOfGame {
mes l("Season: %s", .@s$);
// weather ; game time ; world story ; etc.
mes "";
- mes l("Notable mentions and thanks for our [@@https://www.patreon.com/TMW2|sponsors@@], we wouldn't be here without their continued support.");
+ if (getvaultid())
+ mes l("Notable mentions and thanks for our [@@https://tmw2.org/contact|sponsors@@], we wouldn't be here without their continued support.");
+ else
+ mes l("Notable mentions and thanks for our [@@https://www.patreon.com/TMW2|sponsors@@], we wouldn't be here without their continued support.");
mes "";
return;
}