True Item Level (Inspect/Scan Players Item Level)

A minimal World of Warcraft addon that displays an inspected player's average equipped item level.

File Details

1.0.2-release

  • R
  • May 31, 2026
  • 14.96 KB
  • 1.8K
  • 12.0.5
  • Retail

File Name

trueItemLevel-1.0.2-release.zip

Supported Versions

  • 12.0.5

True Item Level

1.0.2-release (2026-05-31)

Full Changelog Previous Releases

  • chore: bump 1.0.2 version
  • fix: replace GET_ITEM_INFO_RECEIVED with ITEM_DATA_LOAD_RESULT
    C_Item.RequestLoadItemDataByID fires ITEM_DATA_LOAD_RESULT, not
    GET_ITEM_INFO_RECEIVED. The previous pairing worked as an undocumented
    side effect. Use the correct event to match the API call.