Targetting the enemy i want

Hi
For a long time I thought my UI was bugged and stacking nameplates did not work.
But after asking friends and in the support forum, it seems this: https://postimg.cc/D8YwsyC1 is normal? How can anyone call this stacking with a straight face?
It was never that much of an issue, because i played mostly healers, but now i made my shaman elemental and multidotting/targetting the right enemy for an interupt is hell. Focus target helps somewhat for the latter, as long as its only 1 mob with a dangerous cast. I was overcome with joy when i found the enemy grid add on, but it seems blizz didnt like it and you can no longer target enemies with it.
I was hoping for some tips and tricks on how quickly get to the target you want.

Those appear to be set to overlapping not stacking.

Run this, see if it makes things better.

/run C_CVar.SetCVar("nameplateMotion", 1)

You can also adjust the overlap

/run C_CVar.SetCVar("nameplateOverlapH", 0.8) C_CVar.SetCVar("nameplateOverlapY", 1.1)

If you grab https://www.curseforge.com/wow/addons/advancedinterfaceoptions you can use the CVar browser to review all your nameplate, and other, CVars and see if some of them have been set to bad values.

1 Like

Took my a while to figure out that your second line was actually 2 seperate commands, but it worked. The Y overlap was 0 for some reason. Thanks a lot man.

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