summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/scoreboards.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt
index 5d10c6697..c020781d2 100644
--- a/npc/functions/scoreboards.txt
+++ b/npc/functions/scoreboards.txt
@@ -69,6 +69,10 @@ OnDay1201:
rodex_sendmail(gf_charnameid($@cfefe_name$[.@i]), "Scoreboards", "Hall Of Candor Battle: TOP 10", "For being on the TOP 10 of this hall, you're getting some Strange Coins.", 0, StrangeCoin, 15);
}
+ for (.@i=0; .@i < getarraysize($@blood_name$); .@i++) {
+ rodex_sendmail(gf_charnameid($@blood_name$[.@i]), "Scoreboards", "Hall Of Bloodbath: TOP 10", "For being on the TOP 10 of this hall, you're getting some Strange Coins.", 0, StrangeCoin, max(15-.@i, 1));
+ }
+
$SCOREBOARD = gettimeparam(GETTIME_MONTH);
end;