View Single Post
09-04-08, 06:46 AM   #3
Mera
Retired of WoW, In ESO :)
 
Mera's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 331
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)
__________________
If you need to reach me I'm in ESO, @class101 or "Fathis Ules i"
addons: SpamBayes, BrokerCPU
projects: ThunderBayes
Mera[xeh]? - La CroisadeEcarlate (wow)
  Reply With Quote