Thread Tools Display Modes
02-05-11, 03:51 AM   #1
Porsha
A Black Drake
Join Date: Apr 2008
Posts: 88
Raven Backdrop Border

I've tried pasting this in several different places within the LUA of Raven buff addon but have had no success.

local bg = CreateFrame("Frame", nil, bg.bars)
bg:SetBackdrop({
bgFile = 'Interface\\ChatFrame\\ChatFrameBackground',
edgeFile = 'Interface\\ChatFrame\\ChatFrameBackground',
edgeSize = 1,
})
bg:SetBackdropColor(0, 0, 0, .4)
bg:SetBackdropBorderColor(0, 0, 0)
bg:SetFrameLevel(0)
bg:SetPoint("TOPLEFT", bg.bars, -1, 1)
bg:SetPoint("BOTTOMRIGHT", bg.bars, 1, -1)


and changing some text from bg.bars to bars/bar doesnt seem to work either. Any help much appreciated!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Raven Backdrop Border


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