General Old Blizzard UI, Care?

What Faction will you be playing in classic WoW at 60?

  • Alliance(Paladins)

    Votes: 2 100.0%
  • Horde(Shamans)

    Votes: 0 0.0%

  • Total voters
    2

Nitten19

Royal Member
For anyone looking to revert the UI changes that came with late legion content, here is a short guide about doing so. I'm uncertain how long this will work with patch 8.2 arriving soon, but feel free to rework and use this code to fix any future issue, that could prevent it from working again.

Use command before every single command line listed below.
Code:
/run Local UIconfig

Code:
MainMenuBarLeftEndCap:Hide();MainMenuBarRightEndCap:Hide()

local b=ArtifactWatchBar b:UnregisterAllEvents() b:Hide() b.Show=b.Hide
local b=HonorWatchBar b:UnregisterAllEvents() b:Hide() b.Show=b.Hide


MainMenuExpBar:Hide();
MainMenuBarMaxLevelBar:Hide();
ActionBarUpButton:Hide()
ActionBarDownButton:Hide()
MultiBarBottomLeft:ClearAllPoints()
MultiBarBottomLeft:SetPoint("CENTER",1,85)
MultiBarBottomLeft.SetPoint = function() end
ActionButton1:ClearAllPoints()
ActionButton1:SetPoint("CENTER",-230,44)
ActionButton1.SetPoint = function() end
MultiBarBottomRight:ClearAllPoints()
MultiBarBottomRight:SetPoint("CENTER",2,124)
MultiBarBottomRight.SetPoint = function() end
MainMenuBar:SetScale(0.90)



CharacterBag3Slot:Hide()
CharacterBag2Slot:Hide()
CharacterBag1Slot:Hide()
CharacterBag0Slot:Hide()
MainMenuBarBackpackButton:Hide()
MainMenuBarPageNumber:Hide()
StanceButton1:SetScale(0.01)
StanceButton2:SetScale(0.01)
StanceButton3:SetScale(0.01)
StanceButton4:SetScale(0.01)
StanceButton5:SetScale(0.01)
StanceButton6:SetScale(0.01)


EJMicroButton:Hide()
CharacterMicroButton:Hide()
SpellbookMicroButton:Hide()
TalentMicroButton:Hide()
AchievementMicroButton:Hide()
QuestLogMicroButton:Hide()
GuildMicroButton:Hide()
MainMenuMicroButton:Hide()
StoreMicroButton:Hide()
LFDMicroButton:Hide()
CollectionsMicroButton:Hide()

for i=0,3 do _G["MainMenuBarTexture"..i]:Hide();end
 

Users who are viewing this thread

Top