diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-02-17 22:20:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-17 22:20:26 -0300 |
commit | 0a6cba4c68521edc6e33cacd6999ab461f8ad6aa (patch) | |
tree | d6ba4e6a0c1a48afe52c3c54c8cf8f34dbbcd792 /npc/functions/scoreboards.txt | |
parent | 93c68457281c56aa719f6f55885040f75d1f03f3 (diff) | |
download | serverdata-0a6cba4c68521edc6e33cacd6999ab461f8ad6aa.tar.gz serverdata-0a6cba4c68521edc6e33cacd6999ab461f8ad6aa.tar.bz2 serverdata-0a6cba4c68521edc6e33cacd6999ab461f8ad6aa.tar.xz serverdata-0a6cba4c68521edc6e33cacd6999ab461f8ad6aa.zip |
I wasn't lying, ThinkSome - add the necessary functions so I can keep my word.
[01:05] ThinkStorage: Jesusalva when will we be able to take Frostia office...?
[01:07] Jesusalva: When we consistently have 20+ players online, I believe
Start tracking the average player activity within the weather system.
Diffstat (limited to 'npc/functions/scoreboards.txt')
-rw-r--r-- | npc/functions/scoreboards.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 7a7ba2e4a..19d93ca09 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -467,6 +467,8 @@ function script HallOfGame { mes l("Planted Trees: %s", fnum($TREE_PLANTED)); mes l("Players Killed in PvP: %s", fnum($PLAYERS_KILLED)); mes l("Monsters Killed in PvE: %s", fnum($MONSTERS_KILLED)); + if (is_staff()) + mesc l("Average user count = %d", GETUSERSAVG()); mes ""; .@s$=(season() == WINTER ? l("Winter") : .@s$); .@s$=(season() == AUTUMN ? l("Autumn") : .@s$); |