True Item Level 2.0

A UI addon to show the specialization and item level (iLVL) of a player within inspect range

File Details

v1.0

  • R
  • May 4, 2017
  • 218.28 KB
  • 77
  • 7.2.0
  • Retail

File Name

trueitemlevel-v1.0.zip

Supported Versions

  • 7.2.0

commit fb71f16b28d53d819065e93804a263fbc20fb895
Author: Thelaris
Date:   Fri May 5 02:55:31 2017 +1000

    Fixed small typo

commit 65da0e64dea13e4336d9ebdda7db5314a9eeb917
Author: Thelaris
Date:   Fri May 5 01:48:23 2017 +1000

    Fix remaining LUA errors

    Removed reference to GENERAL stats frame as it no longer exists in the
    current client.
    Added check for Artifact weapon at 750ilvl, will rescan if found (this
    kind of fixes the blizzard issue with artifacts returning as 750ilvl for
    the first scan of the session.
    This check also includes checks for Protection Warriors and Paladins as
    their MH will have a 750ilvl at all times.
    Changed average ilvl calculation back from ceil to floor. Must have had
    some false positives when testing that lead me to believe that the
    totals were rounded differently.

commit 68661036b8e98759f8f0b186eccebd99947720b2
Author: Thelaris
Date:   Thu May 4 16:26:03 2017 +1000

    Update TOC file

    Update table of contents file for 7.2 interface number (70200) and
    changed Author and description/notes to current

commit 452cefc1a86918cb6af80b3b881ac5692c904c08
Author: Thelaris
Date:   Thu May 4 16:07:20 2017 +1000

    Update to support Legion 7.2

    Updated base code to include fixes for Legion 7.2 Artifact weapons.
    Included updated version of LibItemUpgradeInfo-1.0 (Updated as of
    27-MAR-2017).
    Current known issues:
    Artifacts need to be scanned twice before showing correct values
    An error to add a UI modification references the GENERAL location in the
    character profile window. This no longer exists in the game and hence an
    error is created
    Protection Warriors and Paladins artifact shields will have the
    incorrect iLVL show on their main hand item slot. This does not affect
    the calculation of currently equipped iLVL

commit 28676e9dbcacb1620364f77cf9d358df04ca3d54
Author: Thelaris
Date:   Thu May 4 16:00:33 2017 +1000

    Initial project commit

    Commiting initial version for updating (Build: 22OCT2012)

commit baf94cce02674bb4a17ca9d3c70e9d2fbee1514e
Author: Thelaris
Date:   Thu May 4 15:23:33 2017 +1000

    Initial commit