View on GitHub

LynxBot

A Twitch.tv IRC bot for Old School Runescape

Download this project as a .zip file Download this project as a tar.gz file

level(1) - LynxBot manual

NAME

level - look up players' levels

SYNOPSIS

$level [-i|-u] [-n] SKILL RSN

DESCRIPTION

level looks up the player specified by RSN on the Old School Runescape hiscores and prints their level, rank and experience in the skill specified by SKILL.

SKILL can be any of the 23 skills in Old School Runescape, or "total", representing total level.

As with all commands taking a RSN, the period . and the -n option can be used to access stored RSNs.

OPTIONS

--help
print brief description and usage information
-i, --ironman
search the ironman hiscores instead of the regular ones
-n, --nick
search using a Twitch nick rather than a RSN. When set, the argument RSN is interpreted as a Twitch username and its corresponding RSN is looked up.
-u, --ultimate
search the ultimate ironman hiscores instead of the regular ones

EXAMPLES

Looks up the hunter level of the player Gingbino:

$level hunter gingbino

Looks up the runecrafting level of the player Rigondeaux, using shorthand:

$lvl rc rigondeaux

Looks up the cooking level of the command user:

$level cooking .

Looks up the woodcutting level of the account associated with the Twitch username trancemusicforlife:

$level -n woodcutting trancemusicforlife

SEE ALSO

rsn(1), xp(1), RSN Management(3)