NameplateRange

NameplateRange

Nameplates will only show within 40 yards (down from 60)

(Enable Always Show Nameplates if you want to see nameplates while not in combat)

Stops nameplates from clamping to the screen


You don't need to use this addon, it's basically this script
(The nameplate cvars are character-specific, this addon makes it easier to run on all characters)

/run SetCVar("nameplateMaxDistance", 40) SetCVar("nameplateOtherTopInset", -1) SetCVar("nameplateOtherBottomInset", -1)

Note: If you stop using this addon the cvars will still stay the same, but you can change them back

/run for _, v in pairs({"nameplateMaxDistance", "nameplateOtherTopInset", "nameplateOtherBottomInset"}) do SetCVar(v, GetCVarDefault(v)) end

You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
Jul 18, 2016
Category
Last update
Oct 29, 2016
Development stage
Release
License
Public Domain
Curse link
NameplateRange
Downloads
10,310
Recent files
  • R: v1.1.1 for 7.1.0 Oct 29, 2016
  • R: v1.1 for 7.0.3 Jul 22, 2016
  • R: v1.0 for 7.0.3 Jul 18, 2016

Authors