Home
Photos
YouTube
Account
Login
Register
More »
Link to this macro!
Name
Gold Checker
Description
Tells you the most money your target has ever owned
Code
/run if not zb then zb=CreateFrame("Frame")zb:RegisterEvent("INSPECT_ACHIEVEMENT_READY")zb:SetScript("OnEvent",function()print(UnitName("target").." ("..UnitLevel("target")..") "..GetComparisonStatistic(334))end)end SetAchievementComparisonUnit("target")