KuiNameplates

KuiNameplates

11M Downloads

[Request] Moving Player Nameplate (+Auras)

Baskerhub opened this issue ยท 1 comments

commented

Hi!

First of all, the addon is amazing.

The only issue I currently have is, that the auras are overlapping with my character. It's more distracting currently than helping.

I used to move the auras with the custom lua below the resource bar, but that also moves them for enemy plates. Also, since auras stack sideways and then on top, it overlaps eventually with the player resource bar.

I think a better solution for me is to move the player plate including auras a few units lower than it currently is.

Is there a way to do that?

commented

The CVar nameplateSelfTopInset determines where the personal nameplate is clamped to. It's between 0 - 1, and it's in screen percent. Meaning, if it's set to 0.5 - 50%, - the personal nameplate will be clamped to between the centre of the screen and the bottom clamp (which also has a cvar).

I can't remember what the default is, but 0.50 is probably a good place to start. Try setting it to 0.60, or 0.70, and see what effect it has. Do so with:

/run SetCVar('nameplateSelfTopInset',0.50)

I'll make a note to add those to the cvars page.