summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-26 01:13:14 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-26 01:13:14 -0300
commit1e6f2a71b9eb01d48a99e186ebec5682e20d0f21 (patch)
tree5ddaa5ac87a6e821519c53ab4ce480cdb80684a0
parent6df947cd4b5941ba9c0b2d571e9c11982d0c0a09 (diff)
downloadserverdata-1e6f2a71b9eb01d48a99e186ebec5682e20d0f21.tar.gz
serverdata-1e6f2a71b9eb01d48a99e186ebec5682e20d0f21.tar.bz2
serverdata-1e6f2a71b9eb01d48a99e186ebec5682e20d0f21.tar.xz
serverdata-1e6f2a71b9eb01d48a99e186ebec5682e20d0f21.zip
I see no reason why bloodbath wouldn't give monthly strange coins =)
-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;