Big thanks to AdamS at Blizz for this:
- Disable Hardware Cursor (Video options > Advanced)
- Create a new macro (/macro) called "TT OFF" and use this code:
- /script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScrip
t("OnShow", GameTooltip.Temphide ); - Create another macro called "TT ON" using this code:
- /script GameTooltip:SetScrip
t("OnShow", GameTooltip.Show); - Place both somewhere on your actionbars (out of the way).
- Before entering/queuing for the event, click "TT OFF" (turns ToolTips off).
- Smash pumpkins.
- Click "TT ON" (ToolTips on) after the event.
Essentially, your tooltips are likely what's causing the crash. These macros disables/enables tooltips easily. Let me know if you're having trouble with it :D
-Ahz
No comments:
Post a Comment