#1 - May 11, 2021, 4:31 p.m.
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.
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.
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!
Update!
There’s a way more compact way to do this. Example:
/console nameplateMaxDistance 41
Have fun with that!
This is the correct syntax for it:
/script SetCVar("nameplateMaxDistance", 41)