Thread Tools Display Modes
08-27-09, 03:21 PM   #1
vethek
A Murloc Raider
Join Date: Apr 2009
Posts: 6
Unlocking Omen & Recount

I was wondering if it's possible to unlock Omen & Recount from the nUI interface. Basically I want to move them to my other screen and put MagicRunes at the spot where Omen is now.

I hope I can unlock them, so that I can put MagicRunes in it's original spot.

Click to see why...
 
08-27-09, 03:24 PM   #2
voodoodad
Large, Friendly Letters!
 
voodoodad's Avatar
Join Date: Oct 2008
Posts: 1,632
Just disable the omen/recount plugin. You should be able to put it anywhere you want then.
__________________

~ no need to make the message completely obnoxious - Cairenn
 
08-27-09, 03:32 PM   #3
vethek
A Murloc Raider
Join Date: Apr 2009
Posts: 6
Which plugin if I may ask? I only have nUI (& recount & omen, which were integrated automaticly?)
 
08-27-09, 04:25 PM   #4
neuralassassin
A Scalebane Royal Guard
 
neuralassassin's Avatar
Join Date: Sep 2008
Posts: 423
Yes nUI picks them up automatically you may be able to unlock the frames in the options for omen and recount but any time you reload or click the info panel button past them it will probably reset the location or close the window.
__________________

 
08-27-09, 04:33 PM   #5
neuralassassin
A Scalebane Royal Guard
 
neuralassassin's Avatar
Join Date: Sep 2008
Posts: 423
Here try this go to your add on folder in nui>layouts>default>infopanel>nui_infopanel_recount.lua go down to this block of code:
Code:
-- default configuration for the Recount info panel

nUI_InfoPanels[nUI_INFOPANEL_RECOUNT] =
{	
	enabled   = true,
	desc      = nUI_L[nUI_INFOPANEL_RECOUNT],			-- player friendly name/description of the panel
	label     = nUI_L[nUI_INFOPANEL_RECOUNT.."Label"],	-- label to use on the panel selection button face
	rotation  = nUI_INFOMODE_RECOUNT,					-- index or position this panel appears on/in when clicking the selector button
	full_size = true;									-- this plugin requires the entire info panel port without the button bag
	
	options  =
	{
		enabled  = true,
	},
};
just change that first enabled=true to false and you should be good , do the same for the omen.lua file to take out that one as well
__________________

 
08-27-09, 05:16 PM   #6
vethek
A Murloc Raider
Join Date: Apr 2009
Posts: 6
Originally Posted by neuralassassin View Post
Here try this go to your add on folder in nui>layouts>default>infopanel>nui_infopanel_recount.lua go down to this block of code:
Code:
*cutted*
just change that first enabled=true to false and you should be good , do the same for the omen.lua file to take out that one as well
Thank you very much!

It's working perfect: screenshot
 
08-28-09, 04:42 PM   #7
neuralassassin
A Scalebane Royal Guard
 
neuralassassin's Avatar
Join Date: Sep 2008
Posts: 423
Glad you got it the way you wanted nice set up with the dual monitors by the way
__________________

 
08-28-09, 08:12 PM   #8
Yhor
A Pyroguard Emberseer
 
Yhor's Avatar
Join Date: May 2007
Posts: 1,077
I really need to break down and buy another monitor... I have several, but none the same size . Dual monitors ftw.
 
08-28-09, 11:16 PM   #9
Becvar
A Deviate Faerie Dragon
Join Date: Feb 2009
Posts: 14
How have you resized nUI down to one monitor? I'm having issues with this, making nUI unusable for me at the moment.
 
08-30-09, 07:06 AM   #10
vethek
A Murloc Raider
Join Date: Apr 2009
Posts: 6
Originally Posted by Becvar View Post
How have you resized nUI down to one monitor? I'm having issues with this, making nUI unusable for me at the moment.
You need an addon called Duality. You can find it on this website .
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Unlocking Omen & Recount


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