MPCALC
Keywords: MPCALC
=== USER MANUAL ===
Usage: mpcalc <start level> <end level>
Description:
Calculate the total Mission Points (MP) required to promote from
one level to another. Levels must be between 1 and 1000, and the
start level must be lower than the end level.
Formula:
The MP cost to advance past a given level is max(1, level^2 / 3).
The command sums this cost for every level in the range.
Example:
> mpcalc 50 100
MP required to level from 50 to 100: 129,133
Related Helpfiles: PROMOTE, MP, LEVELS
=== END MANUAL ===