1. #1
    Deleted

    Player frame missing

    Hello, My player frame has gone missing, the one with the resource counter up in the top left corner, i suspect its outside my screen area somehow. Anyone knows if there's a way to reset its position with a script or something? Would prefer not to delete folders as that would force me into reconfiguring 3-4 characters custom UI's which would be a pain, Using classic blizzard UI on the character in mind.

  2. #2
    Try this one:
    Code:
    /run PlayerFrame:ClearAllPoints() PlayerFrame:SetPoint("TOPLEFT",WorldFrame,-20,0)
    Should work. At least it places my player frame at the default position with this one.

  3. #3
    Deleted
    Quote Originally Posted by TellyTop View Post
    Try this one:
    Code:
    /run PlayerFrame:ClearAllPoints() PlayerFrame:SetPoint("TOPLEFT",WorldFrame,-20,0)
    Should work. At least it places my player frame at the default position with this one.
    Got the frame back, thanks

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •