Change Log:
--------------------
-----------------------------------------------------------------------------
Version 2.0.2
-----------------------------------------------------------------------------
* Found some timer problems and disabled those timers
for now.
-----------------------------------------------------------------------------
Version 2.0.1
-----------------------------------------------------------------------------
* Removed automatic group scanning until I get it working
as it should.
-----------------------------------------------------------------------------
Version 2.0.0
-----------------------------------------------------------------------------
* Fixed small bug that was counting too many items for
some players.
* Added your items to tooltip when mousing over yourself
just like when mousing over other players.
-----------------------------------------------------------------------------
Version 2.0.0
-----------------------------------------------------------------------------
* Converted the addon to use the Ace Libraries.
* Revamped a lot of old functions.
* Added list of items equipped to tooltip with item levels
as well as the usual equipped average item level.
-----------------------------------------------------------------------------
Version 1.4.4
-----------------------------------------------------------------------------
* Removed the TitanPanel specific support and added
LDB support instead. Tested with ChocolateBar and
seems to work fine.
-----------------------------------------------------------------------------
Version 1.4.3
-----------------------------------------------------------------------------
* Removed login message.
* Added a preliminary version of TitanEAILT for
compatibility with Titan Panel. It is TitanDefense modified
to work for EAILT.
------------------------------------------------------------------------...
Description:
--------------------
Displays a person's equipped average item level when you mouseover them and has LDB support to show your equipped/overall item levels and a tooltip to show a sorted list of all the item levels of your group members who have been scanned (mouse'd over). The list of group members and their item levels can be send to party/raid by left clicking on the LDB display.
There are a few lua config variables near the top of the Core.lua file:
addons.decimal_places controls the number of decimal places displayed in item levels.
addons.show_items controls whether a list of the person's items is displayed in their tooltip. (not shown for yourself)
I am planning on adding color coding for the item names as well as displaying the person's talents.
As of right now I am still unable to guarantee that all the item levels are returned by blizzard right away (those that leave the list of items enabled on the tooltip will see better what I mean). Blizzard throttles inspect requests because of addons like GearScore. Due to that fact when you mouseover someone blizzard may only give a partial list of their items and then in a few seconds the rest of the list is sent. You will most likely see short lists of items and low item levels at first then shortly or after re-mousovering the person the numbers will jump as the list is fully populated.
The addon scans the gear that the person is wearing, so if a person is only wearing two pieces of gear the item level displayed will be the average of the two items equipped. In these situations the item level displayed will not be the same as what blizzard says the person's equipped item level is on their own character sheet because Blizzard averages based on what the person could have equipped and not what they actually have equipped.
--------------------
-----------------------------------------------------------------------------
Version 2.0.2
-----------------------------------------------------------------------------
* Found some timer problems and disabled those timers
for now.
-----------------------------------------------------------------------------
Version 2.0.1
-----------------------------------------------------------------------------
* Removed automatic group scanning until I get it working
as it should.
-----------------------------------------------------------------------------
Version 2.0.0
-----------------------------------------------------------------------------
* Fixed small bug that was counting too many items for
some players.
* Added your items to tooltip when mousing over yourself
just like when mousing over other players.
-----------------------------------------------------------------------------
Version 2.0.0
-----------------------------------------------------------------------------
* Converted the addon to use the Ace Libraries.
* Revamped a lot of old functions.
* Added list of items equipped to tooltip with item levels
as well as the usual equipped average item level.
-----------------------------------------------------------------------------
Version 1.4.4
-----------------------------------------------------------------------------
* Removed the TitanPanel specific support and added
LDB support instead. Tested with ChocolateBar and
seems to work fine.
-----------------------------------------------------------------------------
Version 1.4.3
-----------------------------------------------------------------------------
* Removed login message.
* Added a preliminary version of TitanEAILT for
compatibility with Titan Panel. It is TitanDefense modified
to work for EAILT.
------------------------------------------------------------------------...
Description:
--------------------
Displays a person's equipped average item level when you mouseover them and has LDB support to show your equipped/overall item levels and a tooltip to show a sorted list of all the item levels of your group members who have been scanned (mouse'd over). The list of group members and their item levels can be send to party/raid by left clicking on the LDB display.
There are a few lua config variables near the top of the Core.lua file:
addons.decimal_places controls the number of decimal places displayed in item levels.
addons.show_items controls whether a list of the person's items is displayed in their tooltip. (not shown for yourself)
I am planning on adding color coding for the item names as well as displaying the person's talents.
As of right now I am still unable to guarantee that all the item levels are returned by blizzard right away (those that leave the list of items enabled on the tooltip will see better what I mean). Blizzard throttles inspect requests because of addons like GearScore. Due to that fact when you mouseover someone blizzard may only give a partial list of their items and then in a few seconds the rest of the list is sent. You will most likely see short lists of items and low item levels at first then shortly or after re-mousovering the person the numbers will jump as the list is fully populated.
The addon scans the gear that the person is wearing, so if a person is only wearing two pieces of gear the item level displayed will be the average of the two items equipped. In these situations the item level displayed will not be the same as what blizzard says the person's equipped item level is on their own character sheet because Blizzard averages based on what the person could have equipped and not what they actually have equipped.