Posted on: 09-24-2012 - Updated on: 02-01-2014 - viewed 7813 times
Description:
This little Wow macro tells you how many achievements you have completed and what percent of the total available that is. I go into detail on how to make this macro in the LUA macro tutorial. Check it out to learn how to make your own scripted, powerful macros.
/run local a,b=GetNumCompletedAchievements() print(a.."/"..b.."achievements")print("that is".. b/a*100.."%")