other iconXP Macro macro

0
vote up

Macro for Wow: XP Macro for Other. Works in World of Warcraft patch 5.4 Siege of Orgrimmar, Mists of Pandaria

Posted on: 12-09-2012 - Updated on: 12-09-2012 - viewed 10101 times

Need help?

Description:

Do you run a minimalistic UI without an experience bar, but need to know how much experience you need until the next level? This macro is perfect for you!

Simply make the macro, and click it!

author:

Clamsoda, Shadow Council
/run a=UnitXP("player") b=UnitXPMax("player") print(a.."/"..b.." ("..floor((a/b)*100).."%). "..b-a.." XP to go!")

One response to “XP Macro”

  1. Clamsoda says:

    /run local a,b=UnitXP(“player”),UnitXPMax(“player”);print(a..”/”..b..” (“..floor((a/b)*100)..”%). “..b-a..” XP to go!”)

    The above code would be most appropriate, I forgot to localize the variables.

Leave a Reply

Your email address will not be published. Required fields are marked *

301 Moved Permanently

Moved Permanently

The document has moved here.