Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.8 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.8 KB

A fork of vladdeSV's archived 'mee6calc.xyz'; an improved interface and supports new !rank command formatting.

screenshot Calculate the number of minutes messaging you need to reach a desired level.

Usage

  1. Use the command !rank in a server where a MEE6 bot is present.
  2. Take note of your Current Level and the Current XP displayed.
    screenshot
  3. Go to the MEE6 Calculator.
  4. Enter the Desired Level you want to reach.
  5. Enter your Current Level.
  6. Enter your Current XP displayed for that level.
  7. Press Calculate.
  8. Read the output under Result.

But how does it work...?

MEE6's leveling system follows a pattern, which can be explained with a mathematical function, where x is the level desired, and f(x) is the XP required for specified level.

function

The top and bottom functions are equivalent.

Using this, we can calculate your total XP by plugging your current level into this formula and adding your visible XP. Then, we subtract your total XP from the required XP, and what is left is how much more is needed until that level is reached.

Then, since every message (per minute) gives between 15 and 25 XP, it is averaged to about 20 XP per message; and we can also calculate the best and worst case scenarios.


Disclaimer: This project is not associated with the development team of MEE6.xyz and is merely a personal-use utility.