Levelling up is a simple subtraction problem dressed up as a grind. This calculator tells you exactly how much XP is left to the next level and how many runs of your chosen hunt it will take to get there.
How it works
The arithmetic is direct, with one important rounding rule for the run count:
xp remaining = xp needed for level − xp already earned
percent done = xp already earned / xp needed × 100
runs needed = ceil(xp remaining / xp per run)
The run count rounds up because a partial hunt leaves you below the threshold — you have to finish the next whole run to actually level.
Example and tips
If your level needs 10,000 XP, you already have 4,000, and each hunt gives 1,500
XP, then 6,000 XP remains and you need ceil(6000 / 1500) = 4 runs. Re-enter the
new, larger requirement after you level up, since the next bar almost always
needs more XP than the one you just cleared.