TacoTip - Gearscore & iLvl | TBC - Era - SoD |

TacoTip Gearscore is a revived fork of TacoTip for Classic-era WoW The original addon stopped working for TBC Classic, so this fork exists to make it work again. Also works with Classic, TBC, WoTLK, and Titanforge servers with many translated languages
Back to Files

TacoTip v0.7.5

File nameTacoTip.zip
Uploader
AcidBombAcidBomb
Uploaded
Sep 12, 2026
Downloads
675
Size
225.7 KB
Flavors
Titan Reforged ClassicClassic TBCClassic
File ID
8865242
Type
R
Release
Supported game versions
  • 3.80.1
  • 3.4.5
  • 2.5.6
  • 1.15.9

What's new

[0.7.5] - 2026-09-11

Fixed - 0.7.5

  • Dual-Spec Active/Inactive Rendering:
    • The inactive spec line was previously wrapped in an outer dim code at the call sites, but formatSpecializationText emits its own class-color code internally; WoW color codes do not nest, and font strings do not support alpha dimming codes.
    • The formatter now colors the inactive spec name in lowest GearScore quality grey (0.50, 0.50, 0.50 / GRAY_FONT_COLOR), while the active spec name keeps its class color. Talent numbers [x/x/x] are placed outside the colored name run, rendering in clean white text for both specs.
    • Compact mode's invisible zero-alpha |c00000000%s: |r alignment prefix is preserved; the icon keeps full alpha so spec icons stay readable.
  • Options Config Integrity:
    • The root options page no longer force-writes TacoTipConfig.show_achievement_points = false on non-Wrath clients; the saved preference survives a later WotLK session. Display remains gated on CI:IsWotlk() in the tooltip render path, so a stale saved value can never display anything on Era/TBC.

Performance - 0.7.5

  • MODIFIER_STATE_CHANGED Gate: modifier key press/release no longer triggers a full GameTooltip:SetUnit rebuild unless a player tooltip is actually shown and the configured tip_style reads the shift key (styles 2/4). Styles 1/3/5 and hidden tooltips now skip the rebuild entirely.
  • Mouse-Anchor OnUpdate Idle Skip: the persistent mouse-anchor frame skips cursor reads/repositioning while anchor_mouse is disabled instead of running every frame for the whole session.
  • Item Hook Feature Gate: with both show_item_level and show_gs_items disabled, the item tooltip hook skips IsEquippableItem/GetItemInfo and the pending-load registration entirely.
  • Pawn Scale-Name Reuse: TT_PAWN:GetScore builds the "Classic":CLASS<spec> scale name once per scoring pass and threads it through TT_PAWN:GetItemScore, instead of rebuilding the concat for each of up to 18 equipped slots.

Testing - 0.7.5

  • New WoWUnit test Stats:DualSpecDimRendering: dim output must contain lowest GearScore quality grey (0.50, 0.50, 0.50 / |cff7f7f7f / |cff808080) on the spec name, the |r code must close before the [x/x/x] points run (leaving talent numbers clean white), color codes must be balanced (no nesting leaks), and the non-dim (active) variant must carry class color without grey. Run with /tttest.

This mod has no additional files