Class color enemy nameplates

I can’t seem to figure out how to get class color enemy overhead nameplates working. From what I have googled it seems like one of the following should work, but neither has for me. Does anyone know how to enable them?

/script SetCVar(“ShowClassColorInNameplate”,1)
/console ShowClassColorInNameplate 1

1 Like

There’s about a billion addons that will do it. I use Plater.

Good luck with your script if you prefer that.

1 Like

So, I tried to test and had something rather weird happen. Using the script command, nothing appeared to happen. So, I downloaded AdvancedInterfaceOptions to check for cVars. However, as soon as I reloaded into the game, enemy nameplate colors were showing. I hadn’t touched anything in the addon yet. (I did peak and saw the cVar in question was indeed now set to “1.”)

So, it’s possible that you need to reload to make it take effect. Also, make sure that what you are pasting into the game doesn’t have smart quotes. (The script command you posted has them — the forum converts them automatically unless you use preformatted text.)

/script SetCVar("ShowClassColorInNameplate",1)

9 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.