This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
0
Quote from jimmyshi » Hey, I'm using macros like this to move my bars around: /script BT3Bar1:ClearAllPoints() /script BT3Bar1:SetPoint("BOTTOM", UIParent, "BOTTOM", 0, -5) (it's made by someone else) However, whenever the UI is reloaded (relog, basically), the bars revert to what they were last hand-dragged to. What command could I use to make them stick?
/script BT3Bar1:ClearAllPoints() /script BT3Bar1:SetPoint("BOTTOM", UIParent, "BOTTOM", 0, -5)
0