Backupiseasy / ThreatPlates

Nameplate addon for World of Warcraft
https://wow.curseforge.com/projects/tidy-plates-threat-plates
35 stars 18 forks source link

guild color name #504

Open Macagna01 opened 4 months ago

Macagna01 commented 4 months ago

hello, wanted to change guild color name for guildmate, in widget social, in classic era: original is blue 3ca8ff, but every time i try to change the color it turn back in blue, cant swing. any idea? (or maybe just say where change color in lua to fix it) thanks

Backupiseasy commented 4 months ago

Yes, every time I run into this issue myself I am confused. For me, it was the alpha/transparency value that was set to 0 or 1 which resulted in the actual color not being shown, but only black was selected.

I am not sure if it's the same for you, but when that happens, the color selector first looks like this:

image

You can see I selected red as color, but the color is still shown as black in the color square on the right.

Then I change the alpha/transparency value and it looks like this:

image

Macagna01 commented 4 months ago

guild color

Backupiseasy commented 4 months ago

There was a update to an embedded library (Ace3) that had some changes to the color picker. Here's an update of TP with this new library version: https://drive.google.com/file/d/1wzLwt6qmLsHU7US2RW6fzaAFkn2EhzqT/view?usp=sharing

You can install this library separately which might prevent the error for me if it's related to this. But I am not sure.

Macagna01 commented 4 months ago

thanks for new update. my issue still here, even with direct change guildmatecolor in "constants.lua" , in game all character guild name have the same default color. cant have my guildmate "guild" in pink and other people in common blue. I had missing something :/ ...

Backupiseasy commented 4 months ago

The version above is for Classic, not sure where you got this error. I also uploaded a new beta version for Classic/Retail that also has the new library.

Backupiseasy commented 4 months ago

Ok, I will think about it some more what could cause this. From the look of it, are you using ElvUI?

Macagna01 commented 4 months ago

Yes i do. But i disable nameplate in elvui since i use threatplate and before plater. Maybe another issue?

Backupiseasy commented 4 months ago

Do you color healthbars by health or by class? If coloring by health is used, coloring by guild is disabled. Ah, just read again, your issue is not that the color is not used, but that it does not change.

Macagna01 commented 4 months ago

I use colored by class. Actually all guilds tags are in the same color in headline view. I can’t find how see my guildmembers in another color.

i fix the change color bug in « constants.lua » to put my color to guildnamecolor, but it don’t works, all guids tags have same color.

Backupiseasy commented 4 months ago

Ah, you said guilt tags. You do not mean the healthbar color or the name color, but the color of the icon that shouls a guild mate. Is that correct? It it is like this ... the color of this icon cannot be changed. Only the color of healthbar and name.

Macagna01 commented 4 months ago

Guild name

Macagna01 commented 4 months ago

up ! how change color in headline view to see guildmembers tag in color 1 and other guilds tags in color 2 ex: player name colored by class, guild name in color 1 (because my guild) / stranger player name colored by class, guild name in color 2 (stranger's guild).

thanks