promotional bannermobile promotional banner

GearLens Inspector

Shows character/inspected player info about sockets, enchants, ilevel, gear track upgrade

File Details

GearLensInspector_v3.1.0.zip

  • R
  • Mar 21, 2026
  • 1.63 MB
  • 99
  • 12.0.1
  • Retail

File Name

GearLensInspector_v3.1.0.zip

Supported Versions

  • 12.0.1

NEW FEATURES

  Localization System
  - Added full localization support for 9 languages: English (enUS), German
    (deDE), French (frFR), Spanish (esES/esMX), Russian (ruRU), Simplified
    Chinese (zhCN), Traditional Chinese (zhTW), Korean (koKR), Brazilian
    Portuguese (ptBR)
  - All settings menu labels, tab names, toggle labels, anchor names, and
    overlay headers are now translated
  - New Localization/ folder with per-locale .lua files and Localization.xml
  - Locale-appropriate default font applied on first install (e.g. Cyrillic
    font for ruRU, CJK fonts for zhCN/zhTW/koKR)
  - No external library dependency — simple Lua table with English fallback

  Character Panel — Average iLvl Decimal Places
  - Hooks CharacterStatsPane.ItemLevelFrame.Value (Blizzard's built-in avg
    iLvl FontString, confirmed via in-game frame scan)
  - Replaces Blizzard's rounded integer with configurable decimal format
    in real time — no reload required
  - Controlled via new "iLvl Decimal Places" checkbox + tiny 0/1/2 cycle
    button in Feature Toggles (Character Panel column)
  - Uses GetAverageItemLevel() return 2 (equipped-only) — excludes bag items
  - Disabling reverts to Blizzard's original display in real time

  Inspect Panel — Average iLvl Decimal Places
  - Inspect avg iLvl now supports configurable decimal places (0, 1, or 2)
  - Controlled via matching "iLvl Decimal Places" checkbox + 0/1/2 button
    in Feature Toggles (Inspect Panel column)

  Inspect Avg iLvl — Parent Frame Dropdown
  - New "Anchor To" dropdown in Inspect Avg iLvl tab to choose which frame
    the label is positioned relative to
  - Options: Inspect Frame, Main Hand, Off Hand, Head, Chest, Legs, Feet
  - Fully translated in all 9 languages

  Reset to Default Buttons
  - Every settings tab now has a "Reset to Default" button at the bottom
  - Resets only the settings belonging to that specific tab
  - Confirms via Blizzard's native StaticPopup dialog before resetting

BUG FIXES and CHANGES

  - Font Mode toggle changed from dropdown to a simple toggle button
    (Global Font / Individual Fonts)
  - Removed dedicated "Char Avg iLvl" settings tab — simplified to
    inline controls in Feature Toggles
  - Inspect avg iLvl hardcoded "%.1f" format replaced with configurable
    decimal setting
  - config.lua applies locale-appropriate default font in initDB() on
    first install
  - "Anchor To" parent frame dropdown removed from its own section header,
    now sits inline below Self/Parent Anchor as a compact same-style row