Thread Tools Display Modes
11-05-15, 08:09 PM   #1
Cibaninja
A Kobold Labourer
Join Date: Apr 2008
Posts: 1
Code to change friendship level colors

Hello, I tried searching but I can't find the answer to the friendship equivalent to FACTION_BAR_COLORS. I remember seeing it in an addon somewhere but I don't remember which one had it. I do appreciate any help.
  Reply With Quote
11-06-15, 07:35 AM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Friendship levels don't have colors. The default UI's reputation list always shows friendship faction bars in green (see ReputationFrame.lua, here and here) and the bar on the gossip frame never changes color and thus is always its original red color.

You could easily modify either of those UI areas to use faction colors to distinguish between reputation colors; there are 6 friendship levels and 8 reputation levels, so just add 2 to the friendship level to figure out which reputation level's color you should use.
__________________
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 » Developer Discussions » Lua/XML Help » Code to change friendship level colors

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