This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I have vision problems and am unable to see the default combat log. I truly love this mod and would be sad to see it gone completely.
Thanks ;)
BfA doesn't like files in the .toc and incuding .xml files that either don't exist or are duplicates. From the HitsMode5.toc file remove the lines:
Options_Core.luaOptions_Filter.lua modules.xml
Options_Core.luaOptions_Filter.lua
modules.xml
BfA also changed some event signatures. To get started, change line 667 of core.lua from:
self:Render(false, self.filters, ...)
too:
self:Render(false, self.filters, CombatLogGetCurrentEventInfo())
I think that's all that is needed at this stage.
Thank you for the changes. ;)
Sorry for the delay though, just saw the notification this morning. Of course maintenance keeps me from checking. :(
To post a comment, please login or register a new account.