Put this macro on you alts and it will tell you how far along they are XP wise:

[code:1]/run p="player"; O=100;D=" - ";E=GetXPExhaustion()X=UnitXP(p)Y=UnitXPMax(p)L=Un itLevel(p)SendChatMessage("XP: "..X.."/"..Y..D..floor((X/Y)*O).."% - NEXT LVL "..(L 1)..": "..(Y-X)..D..ceil(O-((X/Y)*O)).."% - "..floor((E/Y)*O).."% Rested "..E,PARTY);[/code:1]

It will print out a message in party chat that looks like:


Toonb says: XP: 35800/71600 - 50% - NEXT LVL 37: 35800 - 50% - 150% Rested 107400