Thread Tools Display Modes
01-18-10, 01:59 PM   #1
csavell
A Kobold Labourer
Join Date: Jan 2010
Posts: 1
Can you move the Focus frame off of minimap in center?

Hello, is it possible to move the /focus target frame off of the minimap in the center?
 
01-18-10, 02:13 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,919
I am not sure if this will work as the addon may treat the positioning of the focus frame to a different place to the minimap frame but you can adjust the position of the minimap frame from the Layouts folder. The anchor portions below will allow you to move the minimap. Be warned though, as it could affect other frames in the interface so make a small change ( note it ) reload the ui and see if it moved without affecting something else. Once you are happy with it not the change you made as you will have to repeat the process after each update for nUI5.

Folder: \nUI\Layouts\Default
File: nUI_Layout_Default_Dashboard.lua

Code:
nUI_DefaultConfig.Minimap =
{
	enabled = true,
	
	anchor = 
	{
		anchor_pt   = "CENTER",
		relative_to = nUI_Dashboard,
		relative_pt = "CENTER",
		xOfs        = 3,
		yOfs        = -60,
	},
	
	options =
	{
		enabled     = true;
		height      = 235;
		width       = 235;
		strata      = nil,
		level       = 2,
		round_mask  = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_RoundMinimapMask",
		square_mask = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_SquareMinimapMask",
	},
};
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Can you move the Focus frame off of minimap in center?

Thread Tools
Display Modes

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