KuiNameplates

KuiNameplates

11M Downloads

Ebon Might bar overlapping personal resource bar

bunster opened this issue ยท 4 comments

commented

image

Like the image shows

commented

Yeah have the same issue sometimes also with brew default stagger bar also overlapping... Any solutions?

commented

I was able to duct tape fix this by making an addon with the following in its init code (or you could also add it to any existing addon):

ClassNameplateEbonMightBarFrame:UnregisterAllEvents()
ClassNameplateEbonMightBarFrame:HookScript("OnShow", ClassNameplateEbonMightBarFrame.Hide)
ClassNameplateEbonMightBarFrame:Hide()

commented

I was able to duct tape fix this by making an addon with the following in its init code (or you could also add it to any existing addon):

ClassNameplateEbonMightBarFrame:UnregisterAllEvents() ClassNameplateEbonMightBarFrame:HookScript("OnShow", ClassNameplateEbonMightBarFrame.Hide) ClassNameplateEbonMightBarFrame:Hide()

i'm guessing you used notepad and just inserted those lines and saved it right? where exactly did you place them?

commented

Hello to you dear fellow player. If one of you or anyone else could explain where to put these lines of code. Or more generally, the procedure to follow to resolve this problem, in a little more detail. I will thank him for a long time in my mind.