Page 1 of 1

Mouseover lockup and verious others.

Posted: Tue Oct 19, 2010 6:04 pm
by Ober
Felt it was easier to just post it here

Code: Select all

You'll need to go into the macro menu (/macro) and create the following 2 macros;

1 - Tooltip Off button
/script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript("OnShow", GameTooltip.Temphide);

2 - Tooltip On button
/script GameTooltip:SetScript("OnShow", GameTooltip.Show);

You need to turn it off before you enter, but you should be fine to turn it back on again afterwards (Although keep it off until you open the prize pumpkin, just in case).
This should help resolve any issues you are having with lockups from pumpkin, bombs, portals, tables and soulstones.