Threat Plates

Threat Plates

30M Downloads

Make the following Blizzard variables configurable with ThreadPlates

Backupiseasy opened this issue ยท 1 comments

commented
  • nameplateMaxDistance, e.g. /run SetCVar("nameplateMaxDistance", 40)
  • /run local t={UnitNameFriendlySpecialNPCName=1, UnitNameHostleNPC=0, UnitNameInteractiveNPC=1, UnitNameNPC=0} for k, v in pairs(t) do SetCVar(k, v) end
  • SetCVar("nameplateOtherTopInset", -1) SetCVar("nameplateOtherBottomInset", -1), also see http://us.battle.net/forums/en/wow/topic/20748546958
    Or is everything already covered with existing options