WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Bug Reports (https://www.wowinterface.com/forums/forumdisplay.php?f=90)
-   -   nUI and MyRolePlay (https://www.wowinterface.com/forums/showthread.php?t=24261)

Arnen 05-31-09 08:35 PM

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.

spiel2001 05-31-09 08:40 PM

~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.

Arnen 05-31-09 08:56 PM

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


All times are GMT -6. The time now is 10:38 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI