promotional bannermobile promotional banner

Informative Tooltips

Enhances your ability tooltips by displaying every talent in your current build that affects the ability you're hovering over.

File Details

v1.0.3

  • R
  • Mar 30, 2026
  • 4.41 KB
  • 16
  • 12.0.1
  • Retail

File Name

InformativeTooltips-v1.0.3.zip

Supported Versions

  • 12.0.1

Informative Tooltips

v1.0.3 (2026-03-30)

Full Changelog

  • fix talent tree source classification using node cost currency
    The old approach assumed treeIDs[1] was the class tree and treeIDs[2]
    was the spec tree, but WoW uses a single combined treeID for both.
    This caused all talents to be labeled as "Class" tree. Now uses
    C_Traits.GetTreeCurrencyInfo and C_Traits.GetNodeCost to correctly
    distinguish class vs spec talents by which currency they cost, matching
    how Blizzard's own talent UI works.