The scripts I run -
1.
/script StatusTrackingBarManager:Hide()
/run FocusFrame:SetScale(0.9)
/run FocusFrameSpellBar:SetScale(1.45)
/script local r={“MultiBarBottomLeft”,“Action”} for b=1,#r do for i=1,12 do _G[r[b]…“Button”…i…“Name”]:SetAlpha(0) end end
2.
/run ActionButton1:ClearAllPoints()
/run ActionButton1:SetPoint(“CENTER”,-233,-32)
/run ActionButton1.SetPoint = function() end
/run TargetFrameSpellBar:SetScale(1.37)
/run MicroButtonAndBagsBar:Hide()
/run MicroButton:Hide()
/run UIErrorsFrame:Hide()
3.
/run MultiBarBottomLeftButton1:ClearAllPoints()
/run MultiBarBottomLeftButton1:SetPoint(“CENTER”,-232,-13)
/run MultiBarBottomLeftButton1.SetPoint = function() end
4.
/run MainMenuBarArtFrame.LeftEndCap:Hide()
/run MainMenuBarArtFrame.RightEndCap:Hide()
/run MainMenuBarArtFrameBackground:Hide()
/run ActionBarUpButton:Hide()
/run ActionBarDownButton:Hide()
/run MainMenuBarArtFrame.PageNumber:Hide()
5.
/run for i = 1, 12 do _G[“MultiBarBottomLeftButton”…i…“HotKey”]:SetAlpha(0) end
/run for i = 1, 12 do _G[“ActionButton”…i…“HotKey”]:SetAlpha(0) end
6.One-Click Macro
/click MultiBarRightButton1
/click MultiBarRightButton2
/click MultiBarRightButton3
/click MultiBarRightButton4
/click MultiBarRightButton5
Now they work just fine, look good, but… I run into the problem of when I do PvP (Usually it’s pvp related) My bars go into this weird Global CD mode and glitches and shows this long cd on ALL my abilities then fixes itself. Anyone know? I’m not the best w/ scripts, but started using em as of late.
Is there a reason you’re not just using a bar mod that will automate all those things?
I’m trying different things because I’ve used addons for so long, and it’s become a pain. And OCD kicks in and it becomes a hassle when I have to spend several hours on ONE thing, and those scripts make it easy and place where I want.