hello!
i’ve been googling forever and i can’t find an addon or script to simply just move the pet character frame from underneath my own character frame to above it.
moveanything does that, but it also bugs my target of target frame and make it invisible, therefore i can’t use that.
is there anything out there that does this simple thing?
thank you in advance!
edit
okay so i found this
/run PetFrame:ClearAllPoints()
PetFrame:SetPoint(“CENTER”, UIParent, “CENTER”, -430, 115)
and it works when i type in chat, i’ve trying making it into a macro but it just won’t work. also it resets everytime i mount/dismount/summon a new pet.
is there any way to make it permanent?