Nameplates moving when I target

Hi,
when i choose a target my nameplates move slighty upwards and thats annoying. I use tidy plates threat plates if that info is needed. Already tried the troubleshooting advice from threat plates but it didnt work.

Tried it like this but didnt work:
/run SetCVar(“nameplateSelectedScale”, 1.0)
/run SetCVar(“nameplateMinScale”, 1.0)
/run SetCVar(“nameplateGlobalScale”, 1.0)
/run SetCVar(“nameplateVerticalScale”, 1.0)

Can some1 help?

Not sure if it’s just the forums being dumb or what but you’ve got smart quotes all through that:

/run local s=C_CVar.SetCVar s("nameplateSelectedScale", 1.0) s("nameplateMinScale", 1.0) s("nameplateGlobalScale", 1.0) s("nameplateVerticalScale", 1.0) ReloadUI()

If that doesn’t work I’d recommend installing https://www.curseforge.com/wow/addons/advancedinterfaceoptions and tweaking the nameplate cvars through its CVar Browser.

1 Like

Thanks alot, it worked!

1 Like

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