diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-08 10:42:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-08 10:42:32 -0300 |
commit | 56b3b9e8dd9fd55594c20ed2c8a0c01f41ad4c4c (patch) | |
tree | be4811fc80131f0cd8758b0c6ebd20c4a90f8019 /npc/functions/scoreboards.txt | |
parent | 804c6151a5b67d2c31901421b48d0474df50e775 (diff) | |
download | serverdata-56b3b9e8dd9fd55594c20ed2c8a0c01f41ad4c4c.tar.gz serverdata-56b3b9e8dd9fd55594c20ed2c8a0c01f41ad4c4c.tar.bz2 serverdata-56b3b9e8dd9fd55594c20ed2c8a0c01f41ad4c4c.tar.xz serverdata-56b3b9e8dd9fd55594c20ed2c8a0c01f41ad4c4c.zip |
Note on the Bar which makes more sense imo.
Diffstat (limited to 'npc/functions/scoreboards.txt')
-rw-r--r-- | npc/functions/scoreboards.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index e419ba9c6..ed2d3d4bb 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -144,3 +144,12 @@ function script HallOfReferral { } + +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."); + mes l(""); + mes l("GonzoDark, Saulc."); + return; +} + |