Headless Horseman Crashing? Part Tre...FIX the COG OF DOOM!

First of all, I did not come up with this, you can thank Dyneth from the server Wyrmrest Accord. First off, you will need to create two macros, for "turn off tooltips" and "turn on tooltips" How To Turn Off Tooltips /script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript("OnShow", GameTooltip.Temphide);How To Turn On Tooltips /script GameTooltip:SetScript("OnShow",