Loading...
Forum Rules:
You may only create a new thread here if you have created a guide on how to do something AddOn or WoW related. A guide here should not be dependent on either Tukui or ElvUI. Do not create a thread here if you just want to ask how to do something.

Nameplate CVars

1
Overlapping Nameplates:

Code: Select all

/run SetCVar("nameplateOverlapV", 1.1) 
/run SetCVar("nameplateOverlapH", 0.8) 
/run SetCVar("nameplateMotion", 1)
Nameplate at Top:

Code: Select all

/run SetCVar("nameplateOtherAtBase", 0)
Nameplate at Bottom:

Code: Select all

/run SetCVar("nameplateOtherAtBase", 2)
Clamp Nameplates on Screen

Code: Select all

/run SetCVar("nameplateOtherTopInset", 0.1)
/run SetCVar("nameplateLargeTopInset", 0.1)
Nameplate Titles

Code: Select all

/run SetCVar('UnitNameGuildTitle', 1)
/run SetCVar('UnitNamePlayerPVPTitle', 1)