Thread Tools Display Modes
Prev Previous Post   Next Post Next
11-14-08, 05:49 AM   #10
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Unfortunately, no... there isn't a command.

However, all is not lost ~smile~

The quick and dirty "fix" is to exit WoW and go to World of Warcraft\WTF\Account\{your account}\{realm name}\{character name}\SavedVariables and delete the nUI.lua file. That'll get it done, but it will also delete all of the nUI options and settings for that character.

The alternative is, again, to exit WoW and then use a plain text editor (like notepad) to edit that same file. In the file, you'll find something that looks pretty much like this...

Code:
nUI_Data = {
    ["MoverAnchors"] = {
        ["nUI_CaptureBarMover"] = {
            ["Point"] = {
                {
                    ["anchor"] = "CENTER",
                    ["xOfs"] = 54.96659005439708,
                    ["relative_pt"] = "CENTER",
                    ["yOfs"] = 87.88907160029159,
                }, -- [1]
            },
            ["user_placed"] = true,
        },
    },
}
Just delete the ["nUI_CaptureBarMover"] section so it looks like this...

Code:
nUI_Data = {
    ["MoverAnchors"] = {
    },
}
Once you've done that you can save the file and log back into WoW and the capture bars will (should) be back where they belong.

Originally Posted by Moi1463 View Post
Hi, i was using the /nui movers and was in a hurry in a BG and moved the capture bar off my screen and now i can't seem to find it or reset it's position. Is there a command that i can reset it or anything? i've tried to uninstalling the addon and reinstalling it, but still no capture bar. thanks in advance.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » nUI -- A full feature standalone UI replacement


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off