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

xp(1) - LynxBot manual

NAME

xp - query experience informat

SYNOPSIS

$xp [-i] NUM
$xp -r START-STOP

DESCRIPTION

The xp command converts levels to experience and vice-versa.

By default NUM is interpreted as a level, and the xp required for it is printed. The -i flag inverts this behaviour and interprets NUM as an amount of experience.

Alternatively, with the -r option, xp can be used to caculate the amount of experience between levels START and STOP.

OPTIONS

--help
print brief description and usage information
-i, --invert
interpret NUM as an amount of xp and print
-r, --range
calculate the amount of xp between levels START and STOP

EXAMPLES

Prints the experience required for level 83:

$xp 83

Prints the level attained at 354,824 experience points:

$xp -i 354824

SEE ALSO

level(1)