NoMouseoverCrash

NoMouseoverCrash

3.7k Downloads

Fixes the mouseover crash on Horsemen event, warsong flag, mage tables, maybe more...
But disable every tooltip in the game, revert back included

Thanks a lot to whoever found this solution to the mouseover crashes. This work perfectly for me.

As my macro bank is full, a simple addon is the simplest way to toggle it on and off, and I'd like to share it

/nmc to toggle on/off the tooltips
You can create a macro with /nmc to toggle it on/off with a simple click

This addon applies this solution :

/script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript("OnShow", GameTooltip.Temphide) /script GameTooltip:SetScript("OnShow", GameTooltip.Show)

Hope Blizzard will fix it soon