With the default Blizzard UI, you can right click your character portrait, your target portrait and focus, unlocking them, allowing for them to be moved anywhere on your screen.
Is there an option to do the same for Character Pet Portraits?
With the default Blizzard UI, you can right click your character portrait, your target portrait and focus, unlocking them, allowing for them to be moved anywhere on your screen.
Is there an option to do the same for Character Pet Portraits?
Not with the standard UI. But you can type this into the console:
/run PetFrame:SetPoint("TOPLEFT", 0, 0)
Instead of 0, 0 take the coordinates (relative to the player frame) you like.
You have to do this after each /reload. To do this automatically you have to put this code into an addon you write yourself.
Or you could use the addon MoveAnything to do this.
I second the use of MoveAnything.
Just tried this out 15/May/21
I’m using bartender4 for my UI.
I typed in
/run PetFrame:SetPoint(“TOPLEFT”, 20, -125)
Perfect placement for me. Thank you!!