So in SOD I would like to remove my helm and back from showing, normally I do this through Options → interface and untick the Show helm / Show cloak.
But when phasing into another zone, relogging and other stuff my character seems to show cloak and helmet again.
But in the interface settings it remains unticked.
I have tried to reinstall the game, remove addons.
Resetting cvars and stop synchronizing from config and settings without any luck.
Even tried to install the game on a other PC without luck.
This issue only persists on 1 out of 6 character.
So must be a bug.
It turns out interesting) You are aware of the problem, but no one does anything). Despite the fact that this problem has existed since the first phase of the game.
Will it ever be fixed? if not just say it so i can delete my character and create a new one ( or is it possible to get a race change from human to human or human to something else). over 4 months is a verry long time for a bug.
is baking these 2 lines in to a macro (any macro works, but convenient to have it on say a self buff macro)
/run ShowHelm(false)
/run ShowCloak(false)
that way i dont have to toggle the options through the menu every time i log in/reload/zone phase or w/e
you could also probably bake the same lines in to a Weakaura that just force loads them when you login/phase/reload etc, essentially doing the job that the settings should be doing, but aren’t.