Thread Tools Display Modes
04-02-09, 06:05 AM   #1
asdrubal
A Kobold Labourer
Join Date: Apr 2009
Posts: 1
Question Increasing Buff columns

i was trying to edit my Buff frame to change its position and ended up with this

Code:
local x = CreateFrame("Frame")
x:RegisterEvent("PLAYER_ENTERING_WORLD")

x:SetScript("OnEvent", function()

	BuffFrame:SetPoint("TOPRIGHT", "TemporaryEnchantFrame", "TOPLEFT", 50, -15)
	BuffFrame:SetScale(1.3*0.88);
	BuffFrame.SetPoint = function() end
	
end)
at first it seemed to be working , but when i had more than 8 buffs i got a second line of buffs and basically it looked like this.



my question is if there is any way of increasing the number of buffs shown at the first line, or is there anyway to change the position of the second and third lines of buffs
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Increasing Buff columns


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off