diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-04 23:22:40 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-04 23:22:40 -0200 |
commit | 703a85b6f86fbe31163506b1de57cd2a5ba09d4a (patch) | |
tree | 71aafcd049fb65c56a17d54a1328b44cfe1a4ff5 /npc/functions | |
parent | fddbfed55496026cd07a6fd7ca8a71415d695799 (diff) | |
download | serverdata-703a85b6f86fbe31163506b1de57cd2a5ba09d4a.tar.gz serverdata-703a85b6f86fbe31163506b1de57cd2a5ba09d4a.tar.bz2 serverdata-703a85b6f86fbe31163506b1de57cd2a5ba09d4a.tar.xz serverdata-703a85b6f86fbe31163506b1de57cd2a5ba09d4a.zip |
Remove Karma-as-Fame System.
Update the 2018 statue with all karma mentions from 2018 to that end.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/scoreboards.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index c467ffb38..3e2b65b74 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -5,6 +5,8 @@ // Leaderboards + GM Command Log function script HallOfFame { + // Moved to event statues + return; mes ""; .@nb = query_sql("select name, karma from `char` WHERE `guild_id`!=1 ORDER BY karma DESC LIMIT 10", .@name$, .@value); mes l("##BHall Of Fame: TOP10##b"); @@ -157,6 +159,12 @@ function script HallOf2018 { mes ""; mes l(".:: FIRST PLAYER TO COMPLETE YETI KING QUEST ::."); mes l("Aisen"); + mes ""; + mes l(".:: NOTABLE NAMES ON HURNSCALD LIBERATION DAY ::."); + mes l("DragonStar, Aisen"); + mes ""; + mes l(".:: NOTABLE NAMES ON NIVALIS LIBERATION DAY ::."); + mes l("Jesusalva"); next; mes l(".:: Easter 2018 ::."); mes l("In honor of DragonStar, winner of Easter 2018."); |