SoD; Hide Helm/Cloak Visual bug

On 1 specific Season of Discovery character, when I hide helm / cloak, the settings does not save when I log out or reload the game. The cloak and helmet always are visually equipped, but the settings are marked as hidden. Every other character I try, these settings are working as they should. I have tried repairing my game, disabling all addons, clearing WTF folder, and many other attempts at fixing.

My friends see the bug as well. I will have the helm hidden but it shows on their screen as well.

Does anyone have a solution or even this same issue? Please let me know as it is driving me insane!

Thanks

6 Likes

any fix on this? I have the exact same issue

2 Likes

I have this exact same issue. I have disabled addons and it persists.

1 Like

settings often reset in the classic client. Combat text is the main one

Try running a repair

I found my issue - an addon called GearQuiper was causing it.

Try these commands in game

/run if not ShowingHelm() then ShowHelm(true) else ShowHelm(false) end

/run if not ShowingCloak() then ShowCloak(true) else ShowCloak(false) end

1 Like