Exprates

From StickMUD
Revision as of 13:25, 31 October 2021 by Tamarindo (talk | contribs) (Created page with "<code>exprates</code> - Display various experience toplists. == Description == Shows an experience rate toplist for players, both for the previous 60 minutes as well as an ov...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

exprates - Display various experience toplists.

Description

Shows an experience rate toplist for players, both for the previous 60 minutes as well as an overall exprate toplist. This number is unaffected by a player's login status -- the player can login/logout as they please but any exp gained in the past 60 minutes will still be counted.

No extrapolation occurs. If the data available for a time less than 60 minutes, the experience gained will be shown along with the time it was gained in.

Syntax
Command Description
exprates Shows the overall experience toplist.
exprates -h [<player>] Shows the exprate data for the most recent hour, for a given <player> if specified.
exprates -a [<player>] Shows an adjusted list with the effect of 2x experience factored out.
exprates -s [<player>] Shows the complete snapshot data for the specified <player>, or for the caller if no <player> is specified.
exprates -r Resets the toplists (Coders only).

Examples

    > exprates                  => overall toplist, real exp
    > exprates -a               => overall toplist, adjusted exp
    > exprates -h               => hourly toplist, real exp
    > exprates -ah              => hourly toplist, adjusted exp
    > exprates -s foobar        => snapshots, overall toplist, real exp
    > exprates -as foobar       => snapshots, overall toplist, adjusted exp
    > exprates -sh foobar       => snapshots, hourly toplist

See Also

score, and toplist