Thread Tools Display Modes
05-31-09, 08:35 PM   #1
Arnen
A Murloc Raider
Join Date: Mar 2009
Posts: 5
nUI and MyRolePlay

I just installed nUI+ Development 5.03.06, and now whenever I mouseover a player, I'm shown a MyRolePlay tooltip for a second, and then it switches to one of the new nUI tooltips. This was ok when mousing over a raid unit frame, when I'm not concerned about MRP, but if I'm just running around, or trying to RP, I really would prefer to see tooltips from MRP instead.
 
05-31-09, 08:40 PM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
~lol~

It never fails... you add something because a bunch of people want it and two seconds later you hear from the people who hate it ~grin~

I'll see if I can add an option to turn that off in the next update. In the meantime, edit [ Interface > AddOns > nUI > Units > nUI_UnitFrame.lua ] and look for the following code fragment at line 308...

Code:
            if frame.unit == "mouseover" then            
                frame:SetScript( "OnShow", function() nUI_Unit:showTooltip( frame.unit ); end );    
                frame:SetScript( "OnHide", function() nUI_Unit:hideTooltip(); end );
            end
Just comment that section out and save the change and you should be good to go.
__________________

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/

Last edited by spiel2001 : 05-31-09 at 09:05 PM.
 
05-31-09, 08:56 PM   #3
Arnen
A Murloc Raider
Join Date: Mar 2009
Posts: 5
Thumbs up

Thanks for the fast response. That had the exact effect I was looking for, works great now.
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » nUI and MyRolePlay

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