Thread Tools Display Modes
11-20-14, 06:59 PM   #1
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations
Join Date: Sep 2011
Posts: 111
Editing Grid Visuals

So I want to make grid match my unit frames, but I don't exactly know how (it doesn't have the most in-depth configuration) so I was wondering if anyone knew how?
  Reply With Quote
11-20-14, 09:01 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Can you be more specific about what you want to change, and how you want to change it?
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
11-21-14, 01:07 AM   #3
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations
Join Date: Sep 2011
Posts: 111
I want to make it so the base look of the frame is transparent and to have the backdrop be class colored.
  Reply With Quote
11-21-14, 02:58 AM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Well, I don't have time (or interest) to make all the changes for you, but as a general idea you'd need edit the code in Indicators/Bar.lua to:

- act on the frame backdrop color instead of the health bar backdrop texture,
- remove the health bar backdrop texture,
- set the health bar to fill in reverse, and
- make the health bar change the values passed into it so it showed (total - value) instead of (value).
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Editing Grid Visuals

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