BigDebuffs

BigDebuffs

18M Downloads

Arena Frames showing up

Decady opened this issue ยท 6 comments

commented

Hello

This addon force the arena frames of the enemy team to show up, how do I avoid this? I only use ElvUI and it appears obligatory.

Thank you

commented

After spending some time trying multiple methods to hide those frames I found out that the frames showing where the ArenaPrepFrame and not the ArenaEnemyFrames!

I use a custom addon from Hydra, that I added this:

if IsAddOnLoaded("Blizzard_ArenaUI") then
ArenaPrepFrame1:SetAlpha(0)
ArenaPrepFrame2:SetAlpha(0)
ArenaPrepFrame3:SetAlpha(0)
end

and worked like a charm

commented

I don thave that addon called Hydra, I tried using moveanything and several attempts to turn around but still having this issue, can this be fixed? am I the only one having this problem?

thank you

commented

Enemy arena frames are showing due to an error:
3x [ADDON_ACTION_BLOCKED] AddOn 'ElvUI' tried to call the protected function 'ArenaEnemyFrames:ClearAllPoints()'.
[string "@!BugGrabber\BugGrabber.lua"]:519: in function <!BugGrabber\BugGrabber.lua:519>
[string "=[C]"]: in function ClearAllPoints' [string "@FrameXML\UIParent.lua"]:3384: in function UIParentManageFramePositions'
[string "@FrameXML\UIParent.lua"]:2632: in function <FrameXML\UIParent.lua:2619>
[string "=[C]"]: in function SetAttribute' [string "@FrameXML\UIParent.lua"]:3422: in function <FrameXML\UIParent.lua:3420> [string "=[C]"]: in function UIParent_ManageFramePositions'
[string "@Blizzard_ArenaUI\Blizzard_ArenaUI.lua"]:236: in function <Blizzard_ArenaUI\Blizzard_ArenaUI.lua:218>

It only happens when BigDebuffs is used with ElvUI and hiding ArenaPrepFrame won't help.
I even get this when using target dummy.

@jordonwow Any chance you could take a look into this?

commented

I also have this problem. I am using Elvui and after entering arena, I got these frame on top of my right action bar. https://gyazo.com/17f9211fd9d78dfea4b23d8cf4d41a64

This is so frustrating, only way to fix this is by turning off BigDebuffs. After my arena is finished they will still be there too..
Please add an option to remove this.

commented

I have the same issue

commented

same problem here.