Kiwi Item Info

WoW Classic Addon | Shows iLvl (with colors) | Weapon/Armor Differences(shift hover) | Vendor Prices (unit/stack) | Highlights All Grey Named Items with LCTRL | Provides an Item Database for Searching in-client

File Details

v2.2.4-beta_004

  • B
  • Oct 22, 2019
  • 678.19 KB
  • 179
  • 1.13.2
  • Classic

File Name

KiwiItemInfo-v2.2.4-beta_004.zip

Supported Versions

  • 1.13.2

lightweight tag cb986e15821c49100c26120a69e90d0f9fbbd7d9 v2.2.4-beta_004
Author:    Polite Kiwi <deocojo1@gmail.com>
Date:    Tue Oct 22 00:00:09 2019 -0400

commit cb986e15821c49100c26120a69e90d0f9fbbd7d9
Author: Polite Kiwi <deocojo1@gmail.com>
Date:   Tue Oct 22 00:00:09 2019 -0400

    Added The Following...

    - Updated to version 2.2.4
    - Added variable tooltip_ilvl_nocolors (boolean)
    - Added variable tooltip_ilvl_nocolors_rgb (string)
    - You can now disable my coloration of ilvl
      - Make them all one single color
      - Make them all a custom color
      - Defaults to white
    - Tooltip updated to not crash on GetItemInfo
      - Variables there are either there or forces to not work
      - Doesn't error when GetMouseFocus() is somehow nil
      - Count doesn't error when GetMouseFocus() is somehow nil
    - Added locale znCN.lua but isn't supported in-code
      - Unsure if translated properly, as was contributed by hu71e
    - Fixed bug in Command where strings where parsed as numbers
      - When the string value expected a string of numbers
      - When the string value could be a hex number prefixed with 0x...