TooltipExtraData

TooltipExtraData is a simple addon that adds extra data to the tooltip.

File Details

TooltipExtraData-1.4.4.zip

  • R
  • May 29, 2026
  • 9.93 KB
  • 93
  • 12.0.7+2
  • Retail

File Name

TooltipExtraData-1.4.4.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 12.0.1
## [1.4.4] - 2026-05-28

### Added
- Added option to show your own specialization, average item level, and equipment repair percentage on your own player tooltip (`playerself`). This option is enabled by default.
- Added a checkbox in the addon options: "Show Own Spec + ItemLvl + Repair" and a slash toggle `/ted playerself`.

### Changed
- Reused the existing `playerinfo` rendering code for the player's own tooltip when `playerself` is enabled.
- Added local fallbacks to obtain the player's specialization and item level (`GetInspectSpecialization`/`C_SpecializationInfo.GetInspectSpecialization` and `GetAverageItemLevel`) when direct APIs return nil.
- Adjusted inspect/resolve logic to safely allow the `player` unit when `playerself` is enabled while preserving existing taint-safe behavior for mouseover inspections.