Im having the same problem you mention here. have to press V to show
my nameplates and they work fine as I enter combat and even still
during combat. When I leave combat however the names plates disappear
even when I DO NOT have the auto hide out of combat box selected.
I basically just want the nameplates up all the time, no matter if im
in or out of combat like they used to pre 4.1
I read this post and tried to alter the .lua file you mentioned but im
not sure exactly what you changed to get the results im after. When
you say l the vaules to 1, do you just mean the text relating to the
autohide feature i.e. -
local function SetAutoHide(option)
useAutoHide = option
if useAutoHide and (not InCombat) then
SetCVar("nameplateShowEnemies", 0) end
and change he 0 to a 1? I tried this but its no better, I'll be the
first to admit im no script whizz and so any help with the matter will
be appreciated.