schmurfy: by default it shows a number of Combo Points next to the bar.
And hence I'd like to ask if it possible to add some frame that would show the CPs like big circles/squares, like DHUD? That would be awesome cause it's much faster to notice the "dots" then to read a number. DHUD-like layout would be perfect - 3 green CPs, 4th is yellow and 5th is red.
And a second note - is it possible to color target's health by hostility?
Oh, Elvis, yeah, I've seen this post but it didn't work for me. I thought that wasn't what I need ) But since you've told that it should be correct I've digged a bit and came out with this:
Your post says:
eePanels2.db.profile.panels[PANELNUMBERHERE].background.frame:SetGradientAlpha(redValue, greenValue, blueValue, alphaValue, gradientRedValue, gradientGreenValue, gradientBlueValue, gradientAlphaValue)
But it worked for me only as this:
eePanels2.db.profile.panels[PANELNUMBERHERE].background.frame:SetGradientAlpha("ALIGNMENT", redValue, greenValue, blueValue, alphaValue, gradientRedValue, gradientGreenValue, gradientBlueValue, gradientAlphaValue)
Where "ALIGNMENT" is either "HORIZONTAL" or "VERTICAL". With this thing it works. Probably there's some bug or you've just forgot about it ^^
Anyway, thanx for pointing me in the right direction - I got what I want! Cheers.
Yeah, that's why I couldn't find anything - that "SetBackdropBorderColor" is all around. And probably the old eePanels used to work with that but eePanels2... Dunno, the line above do work for borders, but that's not what I want.
Sorry for the lame question but I'm a noob in lua... I want my panels to change color in combat - so I've found some pieces of code, messed a bit and got everything working except for one thing.
SetBackdropBorderColor(r,g,b[,a])
The thing above changes the panel border color but I want to change the color of the gradient or the background color (2 panels with gradient gowing opposit ways). How can I do that?
I've really searched through web but can't find anything >.<
I've searched through the topic and didn't find this lil' thing: when you use Bartender, I can't see my Keyring frame. It's not of much use but sometimes you want to manage your keys n'stuff. Is it possible to add the keyring frame?
0
And hence I'd like to ask if it possible to add some frame that would show the CPs like big circles/squares, like DHUD? That would be awesome cause it's much faster to notice the "dots" then to read a number. DHUD-like layout would be perfect - 3 green CPs, 4th is yellow and 5th is red.
And a second note - is it possible to color target's health by hostility?
0
Your post says:
eePanels2.db.profile.panels[PANELNUMBERHERE].background.frame:SetGradientAlpha(redValue, greenValue, blueValue, alphaValue, gradientRedValue, gradientGreenValue, gradientBlueValue, gradientAlphaValue)
But it worked for me only as this:
eePanels2.db.profile.panels[PANELNUMBERHERE].background.frame:SetGradientAlpha("ALIGNMENT", redValue, greenValue, blueValue, alphaValue, gradientRedValue, gradientGreenValue, gradientBlueValue, gradientAlphaValue)
Where "ALIGNMENT" is either "HORIZONTAL" or "VERTICAL". With this thing it works. Probably there's some bug or you've just forgot about it ^^
Anyway, thanx for pointing me in the right direction - I got what I want! Cheers.
0
0
The thing above changes the panel border color but I want to change the color of the gradient or the background color (2 panels with gradient gowing opposit ways). How can I do that?
I've really searched through web but can't find anything >.<
0
I've searched through the topic and didn't find this lil' thing: when you use Bartender, I can't see my Keyring frame. It's not of much use but sometimes you want to manage your keys n'stuff. Is it possible to add the keyring frame?