Subscriptions are temporarily disabled, read announcements on discord!
By using this platform, you acknowledge that botting is usually against a game's TOS (Terms of Service) and/or EULA (End User License Agreement). This software is provided "as is," with no warranties. Do not use it if your EULA prohibits botting.

WaspStats virtual levels

Explanation and logic behind the wasp-stats virtual levels.

Author: Loading...

This is not exactly a tutorial, more an explanation on how virtual levels work in wasp-stats.

Take into consideration:

  • You reach a 99 at 13 034 431 experience.

I considered using the orginal formulas from the game, but the fact that they grow exponentially means after a while the levels would barely increase as you get higher and higher.

With this things in mind I decided I wanted have my virtual levels increase at a static value and that 99 should be the ceiling of the calculations.

With that said, the formula I came up with is:

level = floor(xp / (13034431 / 99))