#Hit percent displaying wrong info, Is it something i did?
1 messages · Page 1 of 1 (latest)
gana make a script up manually for the time being
function()
local theTime = GetTime()
if not aura_env.last or aura_env.last < theTime - 1 then
aura_env.last = theTime
local masterypercent = "|cff39B471Hit: " .. string.format("%.2f", GetCombatRatingBonus(CR_HIT_SPELL)) .. "%"
aura_env.total = masterypercent
end
return aura_env.total
end