Mouseover lockup and verious others.

General Information. Open to the Public.
Post Reply
User avatar
Ober
Posts: 203
Joined: Sun Dec 21, 2008 11:30 am
Contact:

Mouseover lockup and verious others.

Post 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.
Post Reply