Download
(129Kb)
Download
Updated: 08-29-13 10:45 AM
Pictures
File Info
Updated:08-29-13 10:45 AM
Created:04-10-11 06:10 AM
Downloads:21,591
Favorites:56
MD5:

Equipped Average Item Level Tooltip  Popular! (More than 5000 hits)

Version: 2.1.1
by: Cowmonster [More]

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.

Use '/eailt' in-game to configure the addon.

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.1.1
-----------------------------------------------------------------------------

* Updated TOC for 5.3.

* Added preliminary support for a possible solution to the problem of
detecting item upgrades. Thanks to Cyna on wowinterface.com for
providing a link to a forum post with the work-around.

-----------------------------------------------------------------------------
Version 2.1.0
-----------------------------------------------------------------------------

* Did away with the options in the slash command and added a simple GUI
interface for configuration which is accessible via '/eailt' slash
command.

* Removed unused libraries from the Libs directory.

* Fixed another small conflict with TipTac when the items list is not
displayed.

-----------------------------------------------------------------------------
Version 2.0.9
-----------------------------------------------------------------------------

* Refined the inspect function(s).

* Added addon.InspectDelay to control how often an inspect request can
be sent. Essentially this controls the throttling of NotifyInspect.

* Fixed a conflict with another tooltip addon.

* Added /eailt slash command to configure addon settings in-game.
Variables no longer available at the top of the .lua file for
configuration.

-----------------------------------------------------------------------------
Version 2.0.8
-----------------------------------------------------------------------------

* Fixed a problem with attempting to check specialization on characters
below level 10.

* Fixed tooltip sizing issues with the default GameTooltip (also
compatible with TipTac) so information should no longer appear
outside of the tooltip or overlap other information.

-----------------------------------------------------------------------------
Version 2.0.7
-----------------------------------------------------------------------------

* Fixed a problem that was causing the tooltip to become jumpy and not
show all information within the constraints of the tooltip at first.

-----------------------------------------------------------------------------
Version 2.0.6
-----------------------------------------------------------------------------

* Specialization replaced Talents in tooltip. Point distribution will
not be shown, but the particular Specialization will be shown.

* LibQTip-1.0 embedded to provide a better tooltip for the LDB plugin.

* Specialization added to the LDB plugin tooltip.

-----------------------------------------------------------------------------
Version 2.0.5
-----------------------------------------------------------------------------

* Discovered and fixed various miscellaneous error messages.

* Added compatibility for beta and in-turn for the upcoming expansion's
API changes.

* Talent info will no longer be displayed in tooltip as of MoP. The
talent setup would require showing a line for each chosen talent as
there are no longer distinct trees.

* Hopefully removed error spam when in arenas/BGs.

-----------------------------------------------------------------------------
Version 2.0.4
-----------------------------------------------------------------------------

* Fixed an error on login.

-----------------------------------------------------------------------------
Version 2.0.3
-----------------------------------------------------------------------------

* Colorized item names in tooltip.

* Added AceComm and AceSerializer libraries for addon communication
to be alerted by other users of the addon on new versions and
share item information with raid/party members without scanning
them.

* Resorted the items in tooltip so they stay in a static order and
and added showing empty/not scanned slots (not scanned are the
ones blizzard has not given us information on yet).

* Added table pruning so database does not exceed 50 records.

* Added talents to tooltip (can be toggled with lua variable near
top of Core.lua file).

-----------------------------------------------------------------------------
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.

-----------------------------------------------------------------------------
Version 1.4.2
-----------------------------------------------------------------------------

* Cumulative small adjustments and tweaks.

-----------------------------------------------------------------------------
Version 1.4.1
-----------------------------------------------------------------------------

* Hopefully fixed a bug that was causing an error message.

* Various unspecified small tweaks.

-----------------------------------------------------------------------------
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
you had sixteen (seventeen in the case of dual wield) items equipped.
These two variables may become an in-game config later, but for now
they give a quick and dirty way for users to customize the addon just
a bit.

-----------------------------------------------------------------------------
Version 1.3.6
-----------------------------------------------------------------------------

* More debugging and tweaking.

-----------------------------------------------------------------------------
Version 1.3.5
-----------------------------------------------------------------------------

* More debugging and tweaking trying to get everything working inspite of
the limitation imposed by Blizzard.

* Thanks to Fastlane [Hellscream] for his assistance in testing and input
which ultimately has led to what I hope are some improvements.

-----------------------------------------------------------------------------
Version 1.3.4
-----------------------------------------------------------------------------

* Debugging code.

-----------------------------------------------------------------------------
Version 1.3.3
-----------------------------------------------------------------------------

* Revised some code to hopefully make things run smoother.

* Added background scanning for raid/party to collect item levels without
having to mouseover people. Hope to add a frame in the near future to
display party/raid item levels in order from highest to lowest.

-----------------------------------------------------------------------------
Version 1.3.3
-----------------------------------------------------------------------------

* Changed the way item level was calculated slightly so the numbers would
coincide with blizzard's numbers. Previously the addon ignored empty slots,
but blizzard does not ignore those slots when calculating equipped item
levels. Now my addon won't ignore them either. If someone is half dressed
their item level will reflect their lack of equipment.

-----------------------------------------------------------------------------
Version 1.3.3
-----------------------------------------------------------------------------

* Tweaked the tooltip update to hopefully overcome an issue that was leaving
some people stuck on an infinite "Loading..." message in their tooltip.

-----------------------------------------------------------------------------
Version 1.3.2
-----------------------------------------------------------------------------

* Fixed a capitalization mistake which was causing the addon not to function.

-----------------------------------------------------------------------------
Version 1.3.1
-----------------------------------------------------------------------------

* Updated TOC for 4.3.

* Hopefully resolved the issues that arose with 4.3 and transmogrified gear
giving inaccurate item levels.

* Hopefully tooltips no longer require you to "re-mouseover" a player to get
their information, but automatically update the tooltip instead.

* Removed player item level from the paperdoll frame since blizzard made theirs
"Item Level: equipped / average" thus making it pointless for me to add the
information.

* Added 2 decimal points to the item equipped item level.

* Hopefully eliminated some of the error messages displayed in the chat frame
for things like mousing over a person under the affects of "Herbouflage".

-----------------------------------------------------------------------------
Version 1.2.0
-----------------------------------------------------------------------------

* More debugging fixed (hopefully) some more little nuances and got some
features finally working like they should.

-----------------------------------------------------------------------------
Version 1.1.9
-----------------------------------------------------------------------------

* Did a little more debugging found an error where sometimes
the realm was nil and concatinating it with unit name was
causing an error. This is the same error reported by
JohnDoe03.

-----------------------------------------------------------------------------
Version 1.1.8
-----------------------------------------------------------------------------

* Did a little debugging hopefully if other people in your party
even from other realms are using the addon then it will
properly show their item levels.

-----------------------------------------------------------------------------
Version 1.1.7
-----------------------------------------------------------------------------

* Updated the .TOC for patch 4.2.

-----------------------------------------------------------------------------
Version 1.1.6
-----------------------------------------------------------------------------

* Tweak the internal addon communication to eliminate the "You
are not in a raid group." message while in battle grounds.

-----------------------------------------------------------------------------
Version 1.1.5
-----------------------------------------------------------------------------

* Updated the .TOC for patch 4.1.

-----------------------------------------------------------------------------
Version 1.1.4
-----------------------------------------------------------------------------

* More tweaking to eliminate bugs. One of which reported by
Meneldor.

-----------------------------------------------------------------------------
Version 1.1.3
-----------------------------------------------------------------------------

* Unspecified bug fix.

-----------------------------------------------------------------------------
Version 1.1.2
-----------------------------------------------------------------------------

* More tweaking to eliminate bugs.

* Added "Equipped iLvl" to the paperdoll frame. Open your character
paperdoll frame and look under the general stats and it will be
located right above your blizzard item level.

-----------------------------------------------------------------------------
Version 1.1.1
-----------------------------------------------------------------------------

* Fixed an issue with tooltips not populating the information.

* Added a small frame under guild member detail frame to show
item level equipped and average of guild members who also
use the addon or that you have "scanned" yourself. (Note:
The information is not saved between sessions to cut down
on database size and to force you to get the freshest data
for PUGs.)

-----------------------------------------------------------------------------
Version 1.1.0
-----------------------------------------------------------------------------

* I discovered a problem with the Blizzard code and wrote a little
patch to get rid of the error.

* Added new feature which uses SendAddonMessage() to share
your equipped item level and your average item level from
Blizzard with your party/raid members. This is so you will get
more information a little bit sooner. Even if you are not in
inspect range if the other members of your party/raid have
the addon you'll get their information asap.

-----------------------------------------------------------------------------
Version 1.0.0
-----------------------------------------------------------------------------

* Original Release
Optional Files (0)


Post A Reply Comment Options
Unread 09-06-12, 04:18 AM  
F1NCH
A Kobold Labourer
 
F1NCH's Avatar

Forum posts: 0
File comments: 49
Uploads: 0
Originally Posted by Cowmonster
Originally Posted by F1NCH
Hi!
How can i disable the function that the character frame will open at mouseover?
Hope you know what i mean^^
No, not a clue. Your character frame as in the paper doll frame that shows all your stats and items? It is opening at your cursor location? I need more information on this situation cause my addon doesn't (or at least is not supposed to) do this.
Sorry^^
If I go with the cursor over a player, the charakter frame (this with all items, stats, default button C^^) will open automatically. But when it is not supported by the addon, maybe other addons dont like yours.
well, hope this information helps you. Thanks in advance for the help!
__________________
Zum Lügen gehören immer 2, einer der lügt und einer der's glaubt!
Report comment to moderator  
Reply With Quote
Unread 09-06-12, 12:50 AM  
Cowmonster
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 117
Uploads: 14
Originally Posted by excitor
Originally Posted by Cowmonster
Originally Posted by excitor
I'm getting a bug conflict with TipTac when the addon is checking the ilvl of a person there's a second or two where the tooltip looks like this before it expands and everything looks normal.

It makes the tooltip look jumpy when it suddenly gets larger.
I will be working on finding a way to force a refresh when information is added. The problem is that the normal information is added to the tooltip and my addon does an update after it receives the information it reqested and adds it all to the tooltip which makes the tooltip much larger than it was originally and then the tooltip refreshes to the new size to accomodate all the additional information. I think I have an idea for a solution. I'll upload it this evening if it works out right.
The 2.0.7 version doesn't seem to have changed anything for me sadly.
I fixed it (for the most part) with the normal tooltip. There are still some issues with width that I have to resolve, but I have some ideas to resolve that as well. If you are still having major issues with the up and down and not just the left and right overlap of data or stuff just flat going outside the tooltip then it seems I need to load TipTac and see if I can't work out a solution.
__________________


Author of:
Equipped Average Item Level :: ExtraBar :: Killing Blow Emote :: RecordTip
Report comment to moderator  
Reply With Quote
Unread 09-06-12, 12:42 AM  
Cowmonster
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 117
Uploads: 14
Originally Posted by F1NCH
Hi!
How can i disable the function that the character frame will open at mouseover?
Hope you know what i mean^^
No, not a clue. Your character frame as in the paper doll frame that shows all your stats and items? It is opening at your cursor location? I need more information on this situation cause my addon doesn't (or at least is not supposed to) do this.
__________________


Author of:
Equipped Average Item Level :: ExtraBar :: Killing Blow Emote :: RecordTip
Report comment to moderator  
Reply With Quote
Unread 09-05-12, 12:51 PM  
F1NCH
A Kobold Labourer
 
F1NCH's Avatar

Forum posts: 0
File comments: 49
Uploads: 0
Hi!
How can i disable the function that the character frame will open at mouseover?
Hope you know what i mean^^
__________________
Zum Lügen gehören immer 2, einer der lügt und einer der's glaubt!
Report comment to moderator  
Reply With Quote
Unread 09-05-12, 11:54 AM  
excitor
A Murloc Raider
 
excitor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 40
Uploads: 1
Originally Posted by Cowmonster
Originally Posted by excitor
I'm getting a bug conflict with TipTac when the addon is checking the ilvl of a person there's a second or two where the tooltip looks like this before it expands and everything looks normal.

It makes the tooltip look jumpy when it suddenly gets larger.
I will be working on finding a way to force a refresh when information is added. The problem is that the normal information is added to the tooltip and my addon does an update after it receives the information it reqested and adds it all to the tooltip which makes the tooltip much larger than it was originally and then the tooltip refreshes to the new size to accomodate all the additional information. I think I have an idea for a solution. I'll upload it this evening if it works out right.
The 2.0.7 version doesn't seem to have changed anything for me sadly.
Report comment to moderator  
Reply With Quote
Unread 09-02-12, 03:53 PM  
Cowmonster
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 117
Uploads: 14
Originally Posted by excitor
I'm getting a bug conflict with TipTac when the addon is checking the ilvl of a person there's a second or two where the tooltip looks like this before it expands and everything looks normal.

It makes the tooltip look jumpy when it suddenly gets larger.
I will be working on finding a way to force a refresh when information is added. The problem is that the normal information is added to the tooltip and my addon does an update after it receives the information it reqested and adds it all to the tooltip which makes the tooltip much larger than it was originally and then the tooltip refreshes to the new size to accomodate all the additional information. I think I have an idea for a solution. I'll upload it this evening if it works out right.
__________________


Author of:
Equipped Average Item Level :: ExtraBar :: Killing Blow Emote :: RecordTip
Report comment to moderator  
Reply With Quote
Unread 09-02-12, 03:47 AM  
excitor
A Murloc Raider
 
excitor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 40
Uploads: 1
I'm getting a bug conflict with TipTac when the addon is checking the ilvl of a person there's a second or two where the tooltip looks like this before it expands and everything looks normal.

It makes the tooltip look jumpy when it suddenly gets larger.
Last edited by excitor : 09-02-12 at 03:47 AM.
Report comment to moderator  
Reply With Quote
Unread 09-02-12, 02:49 AM  
Cowmonster
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 117
Uploads: 14
Originally Posted by Strongbow
Getting this error every time I mouseover my unitframe, addon version 2.0.5.

Message: FrameXML\TalentFrameBase.lua:69: Usage: UnitClass("unit")
Time: 09/01/12 01:59:09
Count: 1
Stack: [C]: in function `UnitClass'
Interface\FrameXML\TalentFrameBase.lua:69: in function `TalentFrame_Update'
...ace\AddOns\Blizzard_InspectUI\InspectTalentFrame.lua:213: in function `InspectTalentFrameTalents_OnShow'
...ace\AddOns\Blizzard_InspectUI\InspectTalentFrame.lua:13: in function <...ace\AddOns\Blizzard_InspectUI\InspectTalentFrame.lua:7>

Locals: (*temporary) = nil

-Strongbow-
What other addons do you have loaded? I just posted version 2.0.6 and without other addons loaded I have no error messages. There may be a conflict with another addon that I need to look into.
__________________


Author of:
Equipped Average Item Level :: ExtraBar :: Killing Blow Emote :: RecordTip
Report comment to moderator  
Reply With Quote
Unread 08-31-12, 06:04 PM  
Strongbow
A Deviate Faerie Dragon
 
Strongbow's Avatar

Forum posts: 12
File comments: 95
Uploads: 0
Getting this error every time I mouseover my unitframe, addon version 2.0.5.

Message: FrameXML\TalentFrameBase.lua:69: Usage: UnitClass("unit")
Time: 09/01/12 01:59:09
Count: 1
Stack: [C]: in function `UnitClass'
Interface\FrameXML\TalentFrameBase.lua:69: in function `TalentFrame_Update'
...ace\AddOns\Blizzard_InspectUI\InspectTalentFrame.lua:213: in function `InspectTalentFrameTalents_OnShow'
...ace\AddOns\Blizzard_InspectUI\InspectTalentFrame.lua:13: in function <...ace\AddOns\Blizzard_InspectUI\InspectTalentFrame.lua:7>

Locals: (*temporary) = nil

-Strongbow-
Report comment to moderator  
Reply With Quote
Unread 08-23-12, 02:06 PM  
Cowmonster
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 117
Uploads: 14
Re: Re: Re: MoP Updates

Originally Posted by Adam77
Originally Posted by Cowmonster
Originally Posted by Adam77
Do you have a prevision for a MoP Updated version?

Actually it crashes on login with :

Code:
Message: Interface\AddOns\EquippedItemLevelTooltip\Core.lua:364: attempt to call global 'GetNumRaidMembers' (a nil value)
I haven't played the beta, so once MoP is released I'll be doing a quick update to fix errors before I level my toons.
Ty for the great addon ^^

If you can be interested this is all news on API : http://www.wowpedia.org/Patch_5.0.4/API_changes
Thanks and thanks for the info on the changes. I am testing right now on the beta and then I will go back and test on the normal game and release an update hopefully this evening with the changes which will make the addon compatible with both versions and then I will release a MoP only version once MoP is actually released. If all goes well I have basically created a local reference for the global functions that reference the the cataclysm version if it exists or the MoP one if the cataclysm one doesn't exist. I am also disabling display of talents until I decide if and how I want to display that info in MoP. It will continue to function in cataclysm, but will disappear (at least temporarily) in MoP.
__________________


Author of:
Equipped Average Item Level :: ExtraBar :: Killing Blow Emote :: RecordTip
Report comment to moderator  
Reply With Quote
Unread 08-23-12, 06:33 AM  
Adam77
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 32
Uploads: 3
Re: Re: MoP Updates

Originally Posted by Cowmonster
Originally Posted by Adam77
Do you have a prevision for a MoP Updated version?

Actually it crashes on login with :

Code:
Message: Interface\AddOns\EquippedItemLevelTooltip\Core.lua:364: attempt to call global 'GetNumRaidMembers' (a nil value)
I haven't played the beta, so once MoP is released I'll be doing a quick update to fix errors before I level my toons.
Ty for the great addon ^^

If you can be interested this is all news on API : http://www.wowpedia.org/Patch_5.0.4/API_changes
Report comment to moderator  
Reply With Quote
Unread 08-22-12, 11:33 PM  
Cowmonster
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 117
Uploads: 14
Re: MoP Updates

Originally Posted by Adam77
Do you have a prevision for a MoP Updated version?

Actually it crashes on login with :

Code:
Message: Interface\AddOns\EquippedItemLevelTooltip\Core.lua:364: attempt to call global 'GetNumRaidMembers' (a nil value)
I haven't played the beta, so once MoP is released I'll be doing a quick update to fix errors before I level my toons.
__________________


Author of:
Equipped Average Item Level :: ExtraBar :: Killing Blow Emote :: RecordTip
Report comment to moderator  
Reply With Quote
Unread 08-21-12, 02:22 AM  
Adam77
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 32
Uploads: 3
MoP Updates

Do you have a prevision for a MoP Updated version?

Actually it crashes on login with :

Code:
Message: Interface\AddOns\EquippedItemLevelTooltip\Core.lua:364: attempt to call global 'GetNumRaidMembers' (a nil value)
Report comment to moderator  
Reply With Quote
Unread 07-12-12, 02:21 PM  
Cowmonster
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 117
Uploads: 14
Originally Posted by ReverendD
Is there any chance you can either remove the wall of text that loads when logging in with your addon enabled or at least offer an option to disable it? Would be much appreciated.

~Rev
yep
__________________


Author of:
Equipped Average Item Level :: ExtraBar :: Killing Blow Emote :: RecordTip
Report comment to moderator  
Reply With Quote
Unread 06-20-12, 05:21 PM  
ReverendD
A Rage Talon Dragon Guard
 
ReverendD's Avatar
AddOn Author - Click to view AddOns

Forum posts: 343
File comments: 53
Uploads: 1
Is there any chance you can either remove the wall of text that loads when logging in with your addon enabled or at least offer an option to disable it? Would be much appreciated.

~Rev
__________________
"Computers have enabled people to make more mistakes faster than almost any invention in history, with the possible exception of tequila and hand guns" - Mitch Ratcliffe
“A computer once beat me at chess, but it was no match for me at kick boxing” - Emo Phillips
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: