How do I completely disable combo points display?

With the new update combo points display on personal resource nameplate is completely bugged, how do I just get rid of it?

Not like put it on my target nameplate, but keep my personal nameplate just get rid of the bugged combo point display?

Try this:

/run ClassNameplateBarComboPointFrame:Hide()

Thanks but doesn’t seem to work. Can’t find a cvar with that name either.

2x [string "ClassNameplateBarComboPointFrame:Hide()"]:1: attempt to index global 'ClassNameplateBarComboPointFrame' (a nil value)
[string "ClassNameplateBarComboPointFrame:Hide()"]:1: in main chunk
[string "=[C]"]: in function `RunScript'
[string "@Interface/FrameXML/ChatFrame.lua"]:2165: in function `?'
[string "@Interface/FrameXML/ChatFrame.lua"]:5219: in function `ChatEdit_ParseText'
[string "@Interface/FrameXML/ChatFrame.lua"]:4883: in function `ChatEdit_SendText'
[string "@Interface/FrameXML/ChatFrame.lua"]:4919: in function `ChatEdit_OnEnterPressed'
[string "*ChatFrame.xml:127_OnEnterPressed"]:1: in function <[string "*ChatFrame.xml:127_OnEnterPressed"]:1>

Locals:
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'ClassNameplateBarComboPointFrame' (a nil value)"

Looks like it’s ClassNameplateBarRogueFrame

/run ClassNameplateBarRogueFrame:Hide()

Didn’t get an error this time however combo point display is still there.

Did you run it while it was visible or before you started combat?

So it works if I run it in combat, but as soon as combat ends it resets.

edit: nvm it automatically reappears after generating combo points.

/run hooksecurefunc(ClassNameplateBarRogueFrame, "Show", ClassNameplateBarRogueFrame.Hide) ClassNameplateBarRogueFrame:Hide()

Assuming I’ve interpreted Tyreith’s code correctly.

3 Likes

That worked, massive thanks <3

1 Like

not very good with with this stuff but if anyone’s interested I made it into an addon so it doesn’t reset on relog/reloadui

Also here’s the CP WA I use which is basically just a replacement of the default until they fix it. Reload UI after import.

just a few changes from https://wago.io/cXPWgTiJ9 which is the original WA

1 Like