Twilight Guild Forum

World of Warcraft => Add-ons / Mods / Macros => Topic started by: Docsamson on October 19, 2010, 07:57:55 PM

Title: 4.0 Cogwheel DC Temp Fix
Post by: Docsamson on October 19, 2010, 07:57:55 PM
Crossposting this:

Cogwheel crash solution that worked for me:

Turn off tooltips when you anticipate you're going to use anything with a cogwheel and back on when you want to see your tooltips again:

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


Macro to Turn On Tooltips:
/script GameTooltip:SetScript("OnShow", GameTooltip.Show);
Title: Re: 4.0 Cogwheel DC Temp Fix
Post by: Shadowwolf on October 20, 2010, 09:42:01 PM
found this also

http://wowinterface.com/downloads/info18399-Tooltipfix.html (http://wowinterface.com/downloads/info18399-Tooltipfix.html)