Page 1 of 1

Fix for mouseover bug

Posted: Fri Oct 22, 2010 2:29 am
by Erlkonig
To help with the issue on the Headless Horseman I've created two macros. I got them off the official forums but I'm pasting them here for better access to our guildies.

Macro to turn off tooltips: /script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript("OnShow", GameTooltip.Temphide);

Macro to turn it back on: /script GameTooltip:SetScript("OnShow", GameTooltip.Show);

Just hit the off macro before you go to the Headless Horseman event and then turn it back on after you leave. Worked for me hope it works for you.

Re: Fix for mouseover bug

Posted: Fri Oct 22, 2010 2:50 am
by kageneko
As a warning: these don't always work. They haven't worked for me at all. Might be collisions with addons. I've given up on HH for now.