1. Combat log fix/Recount fix/Omen fix

    Copy and paste the following code into Notepad, save as logfix.lua

    Code:
    local CombatLogFix = CreateFrame("Frame")
    CombatLogFix:RegisterEvent("PLAYER_REGEN_DISABLED");
    CombatLogFix:SetScript("OnEvent", function(self,event,...) 
    CombatLogClearEntries()
    end)
    Then copy and paste this code into Notepad and save it as logfix.toc

    Code:
    ## Interface: 20400
    ## Title: Combat Log Fix
    ## Author: Gnomophobe
    
    logfix.lua
    Now put both files inside a folder named logfix inside your addons folder.

    Enjoy.

  2. May 4, 2018  
    Hello. Thank you for sharing this.

    Few questions: 1. Will this keep recount values for current fights instead of perma ressetting them ?

    on Author does it have to be Gnomophobe ? or it can be random name?

    Thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •