View Single Post
12-16-09, 08:32 PM   #12
neuralassassin
A Scalebane Royal Guard
 
neuralassassin's Avatar
Join Date: Sep 2008
Posts: 423
The area you have to edit would be nUI\Layouts\Default\UnitPanels\Solo\nui_unitSkin_SoloPlayer.lua and nui_unitSkin_SoloTarget.lua (also there is a file for pets to if you have one) go down to line 771 in the soloplayer.lua( its section 2 of the aura section) and you'll see this code
Code:
[2] =
            {
                anchor =
                {
                    anchor_pt        = "BOTTOMLEFT",
                    relative_to      = "nUI_Dashboard",
                    relative_pt      = "TOPLEFT",
                    xOfs             = 20,
                    yOfs             = -80,
                },        
                options =
                {
                    enabled          = true,
                    width            = 350,
                    size             = 28.5,
                    strata           = nil,
                    level            = 1,
If you change the x and y axis it should move the boxes but I don't know if anything else is anchored to them if not just sliding them up a little shouldn't be too hard. Keep in mind this will only affect the solo layout you would have to make these changes for the party and raid layouts as well found in the same place. Also these changes can be made with the game running save your changes, then do a simple /reload to see the effects. One last reminder back up your changes in a different folder too because anytime you update nUI it will overwrite these settings with the defaults. Of course this will all be done via in game config once scott finishes 6.0 so you could just wait till then also.
__________________


Last edited by neuralassassin : 12-16-09 at 08:37 PM.