WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Is there a add-on that... (https://www.wowinterface.com/forums/showthread.php?t=18043)

Amaru 09-04-08 05:47 AM

Is there a add-on that...
 
I reameber that when mazzle first came out, it had a add-on that just putting my mouse over the chat window when a item came up, a tootip would pop up w/o me having to click it.

Ravendwyr 09-04-08 06:21 AM

There is a module inside Chatter which allows you to do this :)

Mera 09-04-08 06:46 AM

shorter in a macro
Code:

/script f=_G["ChatFrame1"] f:SetScript("OnHyperlinkEnter",function(_,l) if l then x=GameTooltip ShowUIPanel(x) x:SetOwner(UIParent,"ANCHOR_CURSOR") x:SetHyperlink(l) x:Show() end end) f:SetScript("OnHyperlinkLeave",function() HideUIPanel(x) end)
;)

Dridzt 09-04-08 07:39 AM

tekKompare does hovertips as well.

Amaru 09-04-08 02:24 PM

tekKompare was the one I was looking for. Thanks guys.


All times are GMT -6. The time now is 11:08 AM.

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