Thread Tools Display Modes
Prev Previous Post   Next Post Next
08-28-17, 02:27 AM   #1
cbdgv
A Deviate Faerie Dragon
 
cbdgv's Avatar
Join Date: Jan 2008
Posts: 12
Help oUF Simple change the mana color

Hello
oUF Simple
How to change the mana color

similar :Class Colors

local colors = setmetatable({
power = setmetatable({
["MANA"] = { 100/255, 149/255, 237/255 },
["RAGE"] = { 205/255, 0/255, 0/255 },
["FOCUS"] = { 1, .5, .25 },
["ENERGY"] = { 1, 1, 0 },
["COMBO_POINTS"] = { 1, .96, .41 },
["RUNES"] = { .5, .5, .5 },
["RUNIC_POWER"] = { 0, .82, 1 },
["SOUL_SHARDS"] = { .5, .32, .55 },
["LUNAR_POWER"] = { .3, .52, .9 },
["MAELSTROM"] = { 0, .5, 1 },
["INSANITY"] = { .4, 0, .8 },
["CHI"] = { .71, 1, .92 },
["ARCANE_CHARGES"] = { .1, .1, .98 },
["FURY"] = { 54/255, 199/255, 63/255 },
["PAIN"] = { 255/255, 156/255, 0 },
-- vehicle colors
["AMMOSLOT"] = { 0.80, 0.60, 0.00 },
["FUEL"] = { 0.0, 0.55, 0.5 },
-- ["STAGGER"] = { {r = 0.52, g = 1.0, b = 0.52}, {r = 1.0, g = 0.98, b = 0.72}, {r = 1.0, g = 0.42, b = 0.42},},
}, {__index = oUF.colors.power}),
}, {__index = oUF.colors}


Thanks in advance.

Last edited by cbdgv : 08-30-17 at 03:18 AM.
  Reply With Quote
 

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » Help oUF Simple change the mana color

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