Originally Posted by Sichosis
Very cool layouts, I am still working on mine. How do you move the unit frames and bars?
|
The comments in rBars.lua should give you some hints. If they don't you won't get that far with the rAddOns.
-----------------------------------
-- put bars to places
-----------------------------------
Moving the UFs can be done with the layout.lua, assumably with this chunk:
player:SetPoint("CENTER", -230, -150)
target:SetPoint("LEFT", player, "RIGHT", 240, 0)
tot:SetPoint("RIGHT", target, "LEFT", -10, 0)
pet:SetPoint("LEFT", player, "RIGHT", 10, 0)
focus:SetPoint("LEFT", player, "RIGHT", 10, 0)
party:SetPoint("TOPLEFT", 15, -15)
raid:SetPoint("TOPLEFT", 15, -115)
Edit: So much for hitting the reply button and coming back to the tab 10mins later
(Extreme newbie tip: Use ctrl + f to find these things

)