#Text format options Unit or Guid doesn't work if unit not on same realm
24 messages · Page 1 of 1 (latest)
Straight from a default trigger I presume?
Yep, I have only one trigger set as an Aura, Smart Group, Buff
Here one of the WA concerned :
That shouldn't happen then.
I assume that uses WAs own class colour wrapper to format the text.
And that should only return an uncoloured name if it can't get the Class from UnitClass
Out of curiosity, can you do:
/run print(WeakAuras.WA_ClassColorName("player")) in chat?
Forgot a bracket
It Works perferctly !
And now target someone else and do
/run print(WeakAuras.WA_ClassColorName("target"))
Someone from a different realm
nothing show up when targeting someone from another realm ^^
A name is not a unit.
Do not use unit formatting for a name.
There is a perfectly fine unit replacement. Do use the unit replacement. A name is not a unit.
Ok, so i'll try with %1.unit maybe ?
Yes.
Didn't you say you used unit at the start?
He used unit formatting and guid formatting. On the name
Ah no, you said you used the unit format option, not the unit text replacement
Fuck it's too early
The formatting is called "format %unit"
Thanks for help, i'll try it 😄