Gryphons on my action bar are in the wrong place. Heads are inside the bar

How do I reset this?

Changing UI scale does not fix the issue, nor does removing them with an addon and putting them back.

That’s their normal position Ghostmourn. Mine are the same both Retail and Classic. Begs the question Why - which I can’t answer. Perhaps to give them a bookend look.

I don’t know about changing them with wow UI settings, but there may be addons that can move the individual UI elements. I want to say there was one ages ago called “move anything” or something like that. Might be able to help?

If they are bothering you though, just hide them with the command:

/run MainMenuBarArtFrame.LeftEndCap:Hide();MainMenuBarArtFrame.RightEndCap:Hide()

And unhide them with:

/run MainMenuBarArtFrame.LeftEndCap:Show();MainMenuBarArtFrame.RightEndCap:Show()

2 Likes

Pardon me, I should have been a bit more more specific, the heads and shoulders are hidden behind the key binds.

I have several computers running WOW and the version on my main gaming rig is off - I belive I used the addon ‘Letrix plus’ to hide them and then changed the UI size % in WOW/system/grapics when I un hid the Gryphons they were in the wrong place and remain that way now.

I suspect something was changed server side. That would require a reset of macros and keybinds to fix - if that would even fix it.

You might get a ticket open on this.

Contact Support - Blizzard Support (battle.net)

I would attach a screenshot to that ticket.

1 Like

Might be right, they might need to do a /console cvar_default or /console cvar_reset

Can never remember which does the “full cleaning” so they can just run both.

  • Make sure wow is closed
  • Locate your wow retail folder
  • Delete/rename your WTF and Interface folders
  • Delete the cache folder
  • Start wow
  • Log into a character
  • Run /console cvar_default or /console cvar_reset
  • It will pop up an error message and that’s fine
  • Run /console reload to save the new variable values to the server
  • Log out and close out of the game
  • Open it back up and log in
  • Reconfigure all of your settings like video and sound
1 Like