Hi All, I had this cool macro to bring up mission status tables from legion, wod, or bfa depending on which mouse button you used to click the button. But now it’s just bringing up BFA mission table. Anyone now how to revise it to work as intended again? (Also not seeing the macros and ui forum or I’d have checked there.)
/run GarrisonLandingPage.CloseButton:Click()
/run if GetMouseButtonClicked()==“RightButton” then ShowGarrisonLandingPage(2)elseif GetMouseButtonClicked()==“LeftButton” then ShowGarrisonLandingPage(9)else ShowGarrisonLandingPage(3)end
1 Like
i have seen this on several different forums and it seems that adding a 4th command for SL breaks it pretty hard for some reason.
I use 3 separate macro buttons with the form /run ShowGarrisonLandingPage(X) where X is one of the values depending on xpac. 2: garrison, 3: legion, 9: bfa. i have tested a bunch of other numbers and i cannot seem to make the one for shadowlands show up.
does anyone know what a single string macro for the SL table looks like?
IB4 “dur, just right click the mini-map button”: a) it doesn’t always show up, especially when you are in your class hall or garrison, and b) numerous mini-map and other table related addons break it as well.
2 Likes