|
General Discussion The place for World of Warcraft discussions that don’t fit into any other forum. |
Advertising | |
|
Thread Tools |
![]() |
#1 | |||||
|
![]() Uploaded with ImageShack.us (1680 x 1050) I switched the Action Bars and Raid Group positions. As a hunter, I need to see combat and buttons without moving my eyes too much. To those who are interested, I edited ractionbarstyler.lua. I also switched fbar1 and fbar2. Code [Select]:
local fbar1 = CreateFrame("Frame", "Bar1Holder", UIParent) fbar1:SetWidth(335) fbar1:SetHeight(27) fbar1:SetPoint("BOTTOM", 0, 202) fbar1:Show() Code [Select]:
local fbar2 = CreateFrame("Frame", "Bar2Holder", UIParent) fbar2:SetWidth(335) fbar2:SetHeight(27) fbar2:SetPoint("BOTTOM", 0, 174) fbar2:Show() Code [Select]:
party:SetPoint("LEFT", "oUF_Player", "RIGHT", 45, -94) Code [Select]:
raidgroup:SetPoint("LEFT", "oUF_Player", "RIGHT", 11.5, -94) I'm sure I've missed other codes to edit. But so far, everything's going well. Thank you Shestak for this UI! (originally posted at wowinterface May 30, 2010) |
|||||
Says Thank: | Death Engine (20.06.2010), Shestak (09.07.2010) |
![]() |
#1.5 - Disable Ads |
|
![]() |
#2 |
|
pretty good, i like it =)
|
![]() |
#4 |
|
thx ^^ i'll try
|
![]() |
#6 |
|
Hi clix. Did the bars move at all? I'm on a 1680x1050 screen so you may have to play with the values in red:
["bar1"] = {"BOTTOM", 0, 202}, ["bar2"] = {"BOTTOM", 0, 174}, ["party"] = {"LEFT", "oUF_Player", "RIGHT", 45, -94}, ["raid"] = {"LEFT", "oUF_Player", "RIGHT", 11.5, -94}, |
Say Thank: | Shestak (15.07.2010) |
![]() |
#7 |
|
For ShestakUI 2.8, just go to:
/AddOns/ShestakUI/config.lua Very easy to move things around now. Thanks Shestak! (Question: is there a way to switch Bar 1 and Bar 2?) |
![]() |
#8 |
|
|
![]() |
#9 |
|
I would really love to know how to switch those bars too =)
|
![]() |
#10 |
|
To flip the bars, you should be able to flip those values so it reads:
["bar1"] = {"BOTTOM", 0, 174}, ["bar2"] = {"BOTTOM", 0, 202}, As per usual, you'll need to play with the values so they fit your screen's resolution. |
Thread Tools | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Action Bars in 2.9.7 | gabraham | Technical Support | 9 | 04.03.2012 01:36 |
Action Bar Question(4/5 bottom bars) | jennerz | Technical Support | 3 | 30.08.2011 07:48 |
Action bars | Jogi | Technical Support | 0 | 03.01.2011 21:29 |
2*24 bottom action bars | Nastacia | Technical Support | 2 | 25.07.2010 23:52 |
Action Bars and shapeshifting [Feral] | Divider | Technical Support | 4 | 30.06.2010 21:32 |