03/16/08, 9:42 PM
|
#57 (permalink)
|
|
Piston Honda
Night Elf Rogue
Whisperwind
|
Originally Posted by Velveeta
You need to edit the layout.lua file to position the unit frames and bars where you want them. There is no in game configuration. Just remember that if you change the lua file while WoW is running, you need to do a /console reloadui for the changes to be visible.
|
Originally Posted by nj00s
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  )
|
Thankyou.
|
|
|
|
|
|