Thread Tools Display Modes
12-19-14, 02:09 PM   #1
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations
Join Date: Sep 2011
Posts: 111
Transparent Raid Frames

So I'm using Stuf, and I wanted to have transparent raid frames, but I'm not sure you can get them with Stuf (unless you do some lua editing, which I no not of). I've seen it done with Grid2, but I think that too also requires lua editing. I've tried Vuhdo, but it didn't yield the results I had hoped for (plus it was a bit confusing to setup)

So I'm wondering if anyone knows of raid frames that would allow me to do this, or if anyone knows how to edit the files to yield this result.

[Some Examples] One Two Three
  Reply With Quote
12-20-14, 02:04 PM   #2
tsunme
A Defias Bandit
Join Date: Dec 2014
Posts: 2
I know grid/grid2 can do it (with lua editing of course).
Doing this in GridFrame.lua:
Code:
Line 129: self:SetBackdropBorderColor(0, 0, 0, 1)
Line: 132: self:SetBackdropColor(0, 0, 0, .3)
and then in the in-game settings, changing background color to 0 should give you basic transparency.
  Reply With Quote
12-20-14, 03:01 PM   #3
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations
Join Date: Sep 2011
Posts: 111
Well I tried this out and it doesn't seem to work. My frames are still coming in class colored.
  Reply With Quote
12-20-14, 03:08 PM   #4
tsunme
A Defias Bandit
Join Date: Dec 2014
Posts: 2
Hmm, this seems to happen a lot, not sure why. I got this code from HERE, the person has a pastebin to their code as well if you want to try that.
  Reply With Quote
12-20-14, 03:20 PM   #5
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations
Join Date: Sep 2011
Posts: 111
Ok, so I tried just pasting in that code into my files and it's still the same. I'm not sure whats up.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Transparent Raid Frames

Thread Tools
Display Modes

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