Forget one server-wide rate. On WOW Legends every character sets its own XP rate — from Blizzlike 1× up to whatever the owner allows (default 10×). Rush an alt to max, or savour a slow Blizzlike run, side by side on the same realm. You can even freeze your level entirely.
Any player can change their character's leveling speed at any time:
.xp view # show your current rate and the realm maximum .xp set 5 # gain XP 5x faster (1 up to the realm max) .xp default # back to the realm default (normally 1x)
Each character is independent — your rate doesn't affect anyone else. New characters start at the realm's default rate, and your rate is shown when you log in.
Want to twink, hold a PvP bracket, or stop at a level on purpose? Turn XP off completely:
.xp disable # stop gaining XP (freeze your level) .xp enable # start gaining XP again
Configured in individual_xp.conf (edit, then restart the worldserver):
IndividualXp.Enabled = true # turn the whole feature on/off IndividualXp.MaxXPRate = 10 # the highest rate a player may set IndividualXp.DefaultXPRate = 1 # the rate new characters start at IndividualXp.Announce = true # announce the feature in chat on login IndividualXp.AnnounceRatesOnLogin = true # show each player their rate + the max on login
A popular setup is MaxXPRate = 10 with DefaultXPRate = 10, so everyone levels fast by default and slowing down is the deliberate choice. Keep DefaultXPRate = 1 for a classic feel with fast-leveling available on request.
Your realm, your pace — .xp set 10 to blitz, .xp set 1 to savour, .xp disable to freeze. ⚡