View Single Post
08-21-18, 04:07 PM   #9
Drudatz
A Fallenroot Satyr
Join Date: Aug 2009
Posts: 20
Unhappy

Originally Posted by cokedrivers View Post
Ok so not everything is perfect.
As you can see in the image above when i got out of a NPC vehicle (last part to highmountain quest line bombing run) my number for the mainmenu bar disapeared and now the bar is none clickable. Only way to fix is to do a /reload and reload the UI.
I have the EXCACT same problem everytime after I do a Tortollan Quests like Beach Head or Make Loa Go.
Code:
MainMenuBar:SetMovable(true)
MainMenuBar:SetUserPlaced(true)
MainMenuBar:ClearAllPoints()
MainMenuBar:SetPoint("CENTER", UIParent, "BOTTOM", 0, 40)
MainMenuBar:SetScale(0.75)
the strange thing is my MultiBarRight works fine

Code:
MultiBarRight:SetMovable(true)
MultiBarRight:SetUserPlaced(true)
MultiBarRight:ClearAllPoints()
MultiBarRight:SetPoint("BOTTOM", WorldFrame, "RIGHT", -20, -620)
any help would be REALLY apreciated!
  Reply With Quote