I was looking around and found this on another forum, I have no idea if it works or not as I am at work and can't test it.


/script X=UnitXP("name"); XP=UnitXPMax("name"); L=UnitLevel("name"); DEFAULT_CHAT_FRAME:AddMessage("XP: "..X.." / "..XP.." - "..ceil( (X / XP)*100 ).."%"); DEFAULT_CHAT_FRAME:AddMessage("Remaining until Level "..(L+1)..": "..(XP-X));
Although it only does a basic, toon has 1111 / 4444 xp 25%