Username: Password:

Forum Index > Interface AddOns/Modifications > PerfectRaid 2.0 as 1 column

Post new topic
Hornblower > Frequenter (300) > 02/01/07 18:13
Reply with quote
Made a little fix for the 2 columns to make it 1 column instead:

You can find the fix here for copy paste: http://www.lootftw.com/upload/PerfectRaid.lua

or

You can just open the PerfectRaid.lua and change following lines:

Quote:
PRHeader1:ClearAllPoints()
self:RestorePosition("PRHeader1")
PRHeader2:SetPoint("TOP", PRHeader1, "BOTTOM", 0, -20)
PRHeader3:SetPoint("TOP", PRHeader2, "BOTTOM", 0, -20)
PRHeader4:SetPoint("TOP", PRHeader3, "BOTTOM", 0, -20)
PRHeader5:SetPoint("TOPLEFT", PRHeader1, "TOPRIGHT", 10, 0)
PRHeader6:SetPoint("TOP", PRHeader5, "BOTTOM", 0, -20)
PRHeader7:SetPoint("TOP", PRHeader6, "BOTTOM", 0, -20)
PRHeader8:SetPoint("TOP", PRHeader7, "BOTTOM", 0, -20)


.. too

Quote:
PRHeader1:ClearAllPoints()
self:RestorePosition("PRHeader1")
PRHeader2:SetPoint("TOP", PRHeader1, "BOTTOM", 0, -20)
PRHeader3:SetPoint("TOP", PRHeader2, "BOTTOM", 0, -20)
PRHeader4:SetPoint("TOP", PRHeader3, "BOTTOM", 0, -20)
PRHeader5:SetPoint("TOP", PRHeader4, "BOTTOM", 0, -20)
PRHeader6:SetPoint("TOP", PRHeader5, "BOTTOM", 0, -20)
PRHeader7:SetPoint("TOP", PRHeader6, "BOTTOM", 0, -20)
PRHeader8:SetPoint("TOP", PRHeader7, "BOTTOM", 0, -20)



If you like to display the manabars at all times the author posted a fix:

Quote:
Look for the following code in PerfectRaid.lua
Uncomment the bar:Hide() line:

Code:

Quote:
local bar = CreateFrame("StatusBar", nil, button.healthbar) bar:SetPoint("BOTTOMLEFT", 0, 0) bar:SetPoint("BOTTOMRIGHT", 0, 0) bar:SetHeight(2) bar:SetStatusBarTexture("Interface\\AddOns\\PerfectRaid\\images\\smooth") button.manabar = bar bar:Hide()


..that would be:
--bar:Hide()
I am the casual ownage!

"THE PEOPLE ITALIANS ..want italy server !!!!"

Page 1 of 1
Post new topic

Jump to: