Will/can we get increase nameplate distance in TBC?

#1 - May 11, 2021, 4:31 p.m.
Blizzard Post

Please and thank you. Maybe increase it to 40, or introduce a slider to the system menu that controls how far it pops up for us.

Forum Avatar
Community Manager
#5 - May 11, 2021, 11:48 p.m.
Blizzard Post

It looks like in the original code, the original development team intended to create a checkbox that toggled nameplate distance between 20 and 41 yards, but ran into a technical limitation.

In an upcoming build of the Burning Crusade Classic Beta, you can set the nameplate distance between 0 and 41 yards (inclusive) by setting this command in the chat box:

/script C_CVar.SetCVar(“nameplateMaxDistance”, 41)

Thanks for the suggestion!

Forum Avatar
Community Manager
#51 - May 17, 2021, 10:21 p.m.
Blizzard Post

Update!

There’s a way more compact way to do this. Example:

/console nameplateMaxDistance 41

Have fun with that!

Forum Avatar
Community Manager
#81 - May 20, 2021, 7:35 p.m.
Blizzard Post

This is the correct syntax for it:

/script SetCVar("nameplateMaxDistance", 41)