View Single Post
03-29-06, 06:02 PM   #5
DivineBovine
A Defias Bandit
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 1
Pet bar problem.

to solve this, go to C:\Program Files\World of Warcraft\WTF\Account\[ACCOUNT NAME]\[SERVER]\[PLAYER NAME]

look for a file named "layout-cache.txt"

now use find, and look for "Frame: PetActionBarFrame FrameLevel:"

when you find it, it should look something similar to this.
"Frame: PetActionBarFrame FrameLevel: 2 X: 1212 Y: -914"
when you see that, set the number behind X: to 0 and the number Y: to 0
Ex: ""Frame: PetActionBarFrame FrameLevel: 2 X: 0 Y: 0"

this should reset the frame to the middle of the screen. enjoy.
  Reply With Quote