#Hit percent displaying wrong info, Is it something i did?

1 messages · Page 1 of 1 (latest)

static void
#

the base stats like intellect and str and stuff are showing correct

static void
#

gana make a script up manually for the time being

static void
#

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