View Single Post
12-30-20, 12:35 PM   #2
3njoi
A Murloc Raider
Join Date: Dec 2020
Posts: 5
Lua Code:
  1. if not InCombatLockdown() then
  2.     MainMenuBar:SetMovable(true)
  3.     MainMenuBar:SetUserPlaced(true)
  4.     MainMenuBar:ClearAllPoints()
  5.     MainMenuBar:SetPoint("CENTER",UIParent,"BOTTOM",0,38)
  6.     MainMenuBar:SetScale(1.4)
  7. end
This seems to work but sometimes after I leave or join an instance the mainmenu bar becomes unresponsive (doesnt allow me to click on it, doesnt show cds and keybinds are gone )
  Reply With Quote