Jump to Main Content

Experience XP Calculator

How much more experience a skill needs to reach a given level, using the experience tables from the server's lib/config/exp_table (all four run to max level 115). Useful with the DM addexp command

Inputs

Result

 

Current level
Current XP
XP to next level
Target level threshold

Level table

Level Total XP required XP from previous level XP still needed
All four tables parsed from crossfire-server/lib/config/exp_table. Only one may be uncommented at a time; table C is the one shipped uncommented, so it is the default unless your server's copy has been edited. Level lookup matches exp_level() in common/living.cpp: a skill is level n once its XP reaches the level n threshold, and the minimum level is 1.