Change Log:
--------------------
-----------------------------------------------------------------------------
Version 1.4.0
-----------------------------------------------------------------------------
* Fairly major rewrite of the code.
* Removed addon communication and guild roster feature(s).
* Made the addon double scan people to obtain accurate information.
* Addon now only tracks equipped item level of people who have been
scanned during the current session.
-----------------------------------------------------------------------------
Version 1.3.9
-----------------------------------------------------------------------------
* Updated the code and did some cleaning.
* Added a delay before updating tooltip which should force the addon to wait
a few seconds until all the information about a person's ilvl is available.
-----------------------------------------------------------------------------
Version 1.3.8
-----------------------------------------------------------------------------
* Added an in-game configuration which can be accessed via "/ilvl", "/eailt" or
"/eail". This eliminates the need to edit any of the lua files for configuration
and I eventually hope to expand on this section adding useful information
and more configuration options for further customization.
-----------------------------------------------------------------------------
Version 1.3.7
-----------------------------------------------------------------------------
* Resolved an issue with large number of decimal places being displayed for
your own gear.
* Added two variables to the top of the Core.lua file. EAILT_DEC and
EAILT_IGNORE_EMPTY. EAILT_DEC is the number of decimal places to
display and EAILT_IGNORE_EMPTY changes whether empty equipment
slots are ignore when determining ilvl. Blizzard does not care if you have
three pieces of gear on or sixteen, they will calculate item level as if...
Description:
--------------------
This is an addon that simply determines the average item level someone has equipped when you mouseover them and displays it in the tooltip. Helpful for random heroics to quickly see how well geared the people around you are. This can be useful in determining if they have decent gear on or if possibly they have a better set for their other spec or they filled their bags with crafted PvP gear so they could get their severely undergeared toon into a heroic sooner.
Due to the throttling of inspect requests by Blizzard, the addon scans a person twice before displaying their item level to make sure it is accurate. This may not always work 100% of the time and you may notice unusually long waits for item levels. Try re-mouseovering the person. I've done my best to work around Blizzard's restrictions.
--------------------
-----------------------------------------------------------------------------
Version 1.4.0
-----------------------------------------------------------------------------
* Fairly major rewrite of the code.
* Removed addon communication and guild roster feature(s).
* Made the addon double scan people to obtain accurate information.
* Addon now only tracks equipped item level of people who have been
scanned during the current session.
-----------------------------------------------------------------------------
Version 1.3.9
-----------------------------------------------------------------------------
* Updated the code and did some cleaning.
* Added a delay before updating tooltip which should force the addon to wait
a few seconds until all the information about a person's ilvl is available.
-----------------------------------------------------------------------------
Version 1.3.8
-----------------------------------------------------------------------------
* Added an in-game configuration which can be accessed via "/ilvl", "/eailt" or
"/eail". This eliminates the need to edit any of the lua files for configuration
and I eventually hope to expand on this section adding useful information
and more configuration options for further customization.
-----------------------------------------------------------------------------
Version 1.3.7
-----------------------------------------------------------------------------
* Resolved an issue with large number of decimal places being displayed for
your own gear.
* Added two variables to the top of the Core.lua file. EAILT_DEC and
EAILT_IGNORE_EMPTY. EAILT_DEC is the number of decimal places to
display and EAILT_IGNORE_EMPTY changes whether empty equipment
slots are ignore when determining ilvl. Blizzard does not care if you have
three pieces of gear on or sixteen, they will calculate item level as if...
Description:
--------------------
This is an addon that simply determines the average item level someone has equipped when you mouseover them and displays it in the tooltip. Helpful for random heroics to quickly see how well geared the people around you are. This can be useful in determining if they have decent gear on or if possibly they have a better set for their other spec or they filled their bags with crafted PvP gear so they could get their severely undergeared toon into a heroic sooner.
Due to the throttling of inspect requests by Blizzard, the addon scans a person twice before displaying their item level to make sure it is accurate. This may not always work 100% of the time and you may notice unusually long waits for item levels. Try re-mouseovering the person. I've done my best to work around Blizzard's restrictions.