tooltip-addon

Latest

  • Headless Horseman and cogwheel crash workaround

    by 
    Gregg Reece
    Gregg Reece
    10.22.2010

    If you're one of the many players who is having issues with the Headless Horseman pumpkin locking up your game client or any other cogwheel type item doing the same sort of thing, there is now a workaround while they look into fixing this bug. Kill your tooltips. That's right, tooltips are the cause behind this rash of client crashes. There are two ways you can get around this particular issue. One is to just disable tooltips. You can do this by setting up a single macro and putting it on your action bars. Stickied post by player Deyneth of Wyrmrest Accord (US-H) /script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript("OnShow", GameTooltip.Temphide) /stopmacro [btn:1] /script GameTooltip:SetScript("OnShow", GameTooltip.Show); source This will disable tooltips when you left-click the button and re-enable them when you right-click the button. An alternative is a simple addon called CogFix which disables the simple addons which are causing this issue, but will allow complex tooltips (like when you mouse over a player or NPC) still remain visible. Any custom tooltip addon could possibly protect you from this bug, but your mileage may vary. The developers are working on permanent a fix for this issue, but have to test things to make sure that the fix doesn't cause issues elsewhere.

  • Addon Spotlight: TipTac

    by 
    Sean Forsgren
    Sean Forsgren
    06.15.2008

    Welcome to the Father's Day edition of Addon Spotlight. I honestly tried to think about an addon that would match the holiday theme for all of thirty seconds before deciding to just write about an addon I've found to very useful. (Although perhaps you got your Dad some tools, or your Dad is a tool, so take it for what its worth.)TipTac is a tooltip mod that adds a load of features to the little informative frames that appear when you hover over characters and objects in the game. As I've implied before, I enjoy quick and easy visual references to important information. This includes a character's class, health and reaction. (in the case of NPC's)TipTac provides another way to discern details; a redundancy I embrace for the sake of easy targeting and planning.