Premade Regions

Premade Regions

65.2k Downloads

Region color is overriding class colored character name

Xorag opened this issue ยท 5 comments

commented

When looking at the group finder if you have a player from the MEX region apply, it always changes their name color to white, and for BZL it changes them to yellow - seems to only affect these multicolored region names.

commented

When looking at the group finder if you have a player from the MEX region apply, it always changes their name color to white, and for BZL it changes them to yellow - seems to only affect these multicolored region names.

I looked into it and currently I am unable to reproduce this issue. Are you using any other addons/weakauras that modify group finder?

e.g.

2021-01-22 22_34_16-World of Warcraft

image

commented

Well you can see there that the Brazilian player names are always yellow, and Mexican names are always white - overriding their class color

Only other addon I'm using is the main premade groups filter addon

commented

Here is a screenshot below with the applicants mouse-over'd - The only addon I have enabled here is premade regions.

4
3
2
1

commented

I assume the problem is in the following two lines. There is a color reset |r at the end, but the color from the middle letter does not seem to be resetted.

["mex"] = "|cFF006600M|cFFFFFFFFE|cFFCC3300X|r",
["bzl"] = "|cFF006600B|cFFFFFF00Z|cFF3333CCL|r",

@Rustyb0y could you try with the following, i.e. resetting the color with |r after each letter?

["mex"] = "|cFF006600M|r|cFFFFFFFFE|r|cFFCC3300X|r",
["bzl"] = "|cFF006600B|r|cFFFFFF00Z|r|cFF3333CCL|r",
commented

@Xorag I see you were talking about the name text colour

@0xbs Yes that corrects the issue, I will update.