06.07.2010, 15:00
|
#3
|
Assistant Member
|
ActionBars: Default settings- Two panels at the bottom.
- Three right bars on mouseover.
- Pet bar on mouseover to the right.
- The stance panel on mouseover to the bottom of the frame of the player.
ActionBars: FAQWhere do I change the position of the panels?
The position of the panels can be changed by entering the command /moveui or file ShestakUI\Config\Positions.lua
["bottom_bars"] = {"BOTTOM", 0, 8.5}, -- Bottom bars
["right_bars"] = {"BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", -21, 320}, -- Right bars
["pet_horizontal"] = {"BOTTOMRIGHT", UIParent, "BOTTOM", -175, 167}, -- Pet bar (if horizontal)
["stance_bar"] = {"BOTTOMRIGHT", UIParent, "BOTTOM", -202, 167}, -- Stance bar (if horizontal)
["vehicle_bar"] = {"BOTTOMRIGHT", "Bar1Holder", "BOTTOMLEFT", -3, 0}, -- Vehicle exit button
How do I make the three panels below?
The three panels below can be done in the GUI(/cfg) or in the file ShestakUI\Config\Settings.lua, block "ActionBar options".
["bottombars"] = 3,
["rightbars"] = 2,
It is important to remember that there can be 5 panels. Therefore, for the three panels below has to be that right panels had two.
Update: 17.08.2014
|
|
|
|