View Single Post
05-16-22, 06:52 AM   #4
Vurse
A Defias Bandit
Join Date: Jan 2022
Posts: 2
Thank you both for the help, the snippets you provided SDPhantom worked. Thank you so much again I think I was trying to overcomplicate it.. but then again the WoW API is somewhat a mess at least to me. <3

Also this is what I use now and it seems to work perfectly.

Lua Code:
  1. MainMenuBar:SetMovable(true); --Required for :SetUserPlaced()
  2. MainMenuBar:SetUserPlaced(true); --Set user-placed flag
  3. MainMenuBar.SetPositionForStatusBars=function() end;
  4. StatusTrackingBarManager:Hide()
  Reply With Quote