pereira-a / MBB

A Retail WoW addon that gathers all minimap addon buttons into one button
The Unlicense
7 stars 6 forks source link

Dungeon / Battleground Queue button under MBB since today #28

Closed KayM1 closed 1 year ago

KayM1 commented 1 year ago

The green dragon eye that pops up on the minimap for dungeon or bg / arena queues now also seems to be getting grouped under MBB. This makes it hard to see if you're queued or not + it also makes the LFD button functionality itself no longer work.

pereira-a commented 1 year ago

This behavior does not happen to me. Maybe you have some addon that transforms the "Dragon eye" into a minimap button?

Franky651 commented 1 year ago

same issue here, the only other addon that I have and works with the buttons of the minimap is elvui. reloading fix temporary the issue, till the next "queue is used"

KayM1 commented 1 year ago

I'm using ElvUI as well.

The only other new addon I installed that day was "Kaliel's Tracker (Dragonflight)"

pyyyy commented 1 year ago

Really easy fix for this if you're remotely comfortable editing a file.

Open MBB.lua

Change line 96 from:

[35] = "QueueStatusMinimapButton",

to

[35] = "QueueStatusButton",

pereira-a commented 1 year ago

I confirm it is caused by ElvUI. For some reason, ElvUI decided to change the name of the status button. I'm adding that new name to the ignore list. The next update shall resolve this.

https://github.com/pereira-a/MBB/releases/tag/4.0.18-release

teelolws commented 1 year ago

ElvUI didn't change the name of the button, Blizzard changed it in 10.0. Probably because its not pinned to the Minimap anymore - ElvUI is pinning it to the minimap itsself.