From 1e6f2a71b9eb01d48a99e186ebec5682e20d0f21 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 26 Dec 2021 01:13:14 -0300 Subject: I see no reason why bloodbath wouldn't give monthly strange coins =) --- npc/functions/scoreboards.txt | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3-70-g09d2