|
Love using rBars, trying to figure out everything is a pain but once you get it working you understand it so much more. I finally figured out how to make my bar 1x12 but for some reason when i shapeshift the last button(Button 12) starts a new row by itself. I am trying to figure out why this is happening. Here is the code i am using:
BonusActionBarFrame:SetParent(UIParent)
BonusActionButton1:ClearAllPoints()
BonusActionButton1:SetPoint("BOTTOM",UIParent,"BOTTOM",-230,14);
ActionButton12:ClearAllPoints()
ActionButton12:SetPoint("BOTTOMLEFT",ActionButton1,"BOTTOMLEFT",462,0);
BonusActionButton12:ClearAllPoints()
BonusActionButton12:SetPoint("BOTTOMLEFT",BonusActionButton1,"TOPLEFT",0,5);
MultiBarBottomLeftButton1:ClearAllPoints()
MultiBarBottomLeftButton1:SetPoint("BOTTOMLEFT",ActionButton6,"BOTTOMRIGHT",-245,40);
MultiBarBottomLeftButton12:ClearAllPoints()
MultiBarBottomLeftButton12:SetPoint("BOTTOMLEFT",MultiBarBottomLeftButton1,"TOPLEFT", 460,-37);
MultiBarBottomRightButton1:ClearAllPoints()
MultiBarBottomRightButton1:SetPoint("BOTTOMLEFT",ActionButton7,"TOPLEFT",0,15);
MultiBarRight:ClearAllPoints()
MultiBarRight:SetPoint("RIGHT",-15, 0);
ShapeshiftButton1:ClearAllPoints()
ShapeshiftButton1:SetPoint("BOTTOMLEFT",MultiBarBottomRightButton1,"TOPLEFT",-75,15);
PetActionButton1:ClearAllPoints()
PetActionButton1:SetPoint("BOTTOMLEFT",MultiBarBottomRightButton1,"TOPLEFT",7,15);
if PossessButton1 then
PossessButton1:ClearAllPoints()
PossessButton1:SetPoint("BOTTOMLEFT",MultiBarBottomRightButton1,"TOPLEFT",0,15);
end
Any advice will be helpful, Thanks again for sharing these addons.
|