View Single Post
11-04-18, 05:16 PM   #6
Daywrecker
A Murloc Raider
Join Date: Nov 2018
Posts: 5
So I have read that Blizzard merged all bars into StatusTrackingManager.lua
https://github.com/tomrus88/Blizzard...ingManager.lua
I will pull this apart and try and work out how to get my 2 macro version working.

For the mean time I have created a 6 macro version:



Here are the macros:

/run MultiBarBottomRight:Show()
/run MultiBarBottomRight:ClearAllPoints()
/run MultiBarBottomRight:SetPoint("CENTER",0,200)
/run UIPARENT_MANAGED_FRAME_POSITIONS["MultiBarBottomRight"] = nil
/run MultiBarBottomRight:SetPoint = function() end

/run MultiBarBottomRight:SetScale(1.2)
/run SetCVar ("nameplateSelfTopInset", .54)
/run SetCVar ("nameplateSelfBottomInset", .40)
/run MultiBarBottomRight:HookScript("OnEvent", function(f) f:Show() end)

/run MainMenuBarArtFrameBackground:ClearAllPoints()
/run MainMenuBarArtFrameBackground:UnregisterAllEvents()
/run MainMenuBarArtFrameBackground:Hide()
/run MainMenuBarArtFrame.PageNumber:Hide()
/run ActionBarDownButton:Hide()

/run ActionBarUpButton:Hide()
/run ActionButton1:ClearAllPoints()
/run ActionButton1:SetPoint("CENTER",-232,-7)
/run UIPARENT_MANAGED_FRAME_POSITIONS["ActionButton1"] = nil
/run ActionButton1.SetPoint = function() end

/run MultiBarBottomLeft:ClearAllPoints()
/run MultiBarBottomLeft:SetPoint("CENTER",0,37)
/run UIPARENT_MANAGED_FRAME_POSITIONS["MultiBarBottomLeft"] = nil
/run MultiBarBottomLeft.SetPoint = function() end

/run MainMenuBarArtFrame.LeftEndCap:Hide();MainMenuBarArtFrame.RightEndCap:Hide()
/run MainMenuBarArtFrameBackground.BackgroundLarge:Hide()
/run StanceButton1:ClearAllPoints()
/run StanceButton1:SetPoint("CENTER", 140, -2)
  Reply With Quote