Tuesday, October 19, 2010

Tooltip Bugged

So everyone's been crashing when trying to summon the Horseman this year. These two macros make the difference:

/p Prevent the mouse-over bug with these macros:
/p Hide Tooltips: /script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript("OnShow", GameTooltip.Temphide);

/p To Show Tooltips once done: /script GameTooltip:SetScript("OnShow", GameTooltip.Show);

No comments:

Post a Comment