Macro for non-class nameplate colors

Thought I would just put this here for anybody interested. This will change the nameplate colors to green/blue/red. These are the same colors you’ll find in your target portrait.

/script C_CVar.SetCVar("ShowClassColorInFriendlyNameplate", 0); C_CVar.SetCVar("ShowClassColorInNameplate", 0);
/reload

To undo this change, you just change the 0s to a 1.

/script C_CVar.SetCVar("ShowClassColorInFriendlyNameplate", 1); C_CVar.SetCVar("ShowClassColorInNameplate", 1);
/reload
2 Likes