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,557
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 03-16-14, 12:37 PM  
goldman1337
A Murloc Raider

Forum posts: 6
File comments: 39
Uploads: 0
i have a kinda n00bish question:
how do i install this addon?
Report comment to moderator  
Reply With Quote
Unread 08-29-13, 11:58 AM  
Cowmonster
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 117
Uploads: 14
Re: Requests for consideration

Originally Posted by KippG
I would really appreciate it if you would consider distributing through Curse.com.

I have a couple ideas for you to consider.

1) It would be nice to see the addon intergrated to the Blizzard AddOns interface for configuring the addon.

The displaying of all gear "show list item" option is awesome. I love to have that available but I find it it very wide taking a lot of real estate all the time.
2) Show just the ilvl but expand to the item list when clicking (or dbl clicking) on the toon.

Thanks for a great addon!!!
Well, I don't like curse.com, so you won't see any of my addons on curse and if you do then they were uploaded there without my permission.

As to your requests, I'll see if I can squeeze it into my schedule. I am about to move, take a vacation and I'm in the process of getting things sorted so I can go back to school and I have several non-WoW related projects in development. In other words, I'm busier than a one-legged man in a butt kicking contest, but I'll see what I can do.
__________________


Author of:
Equipped Average Item Level :: ExtraBar :: Killing Blow Emote :: RecordTip
Report comment to moderator  
Reply With Quote
Unread 08-23-13, 11:34 PM  
Cowmonster
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 117
Uploads: 14
Re: Re: Re: Re: Item upgrades

Originally Posted by Cyna
I did some searching around and found on the wow forums where someone came up with a function to determine the upgraded item levels. All you have to do to put in a fix for this is to include this function:

Code:
function GetActualItemLevel(link)
  if(link ~= nil) then
	  local levelAdjust={ -- 11th item:id field and level adjustment
		["0"]=0,["1"]=8,["373"]=4,["374"]=8,["375"]=4,["376"]=4,
		["377"]=4,["379"]=4,["380"]=4,["445"]=0,["446"]=4,["447"]=8,
		["451"]=0,["452"]=8,["453"]=0,["454"]=4,["455"]=8,["456"]=0,
		["457"]=8,["458"]=0,["459"]=4,["460"]=8,["461"]=12,["462"]=16}
	  local baseLevel = select(4,GetItemInfo(link))
	  
	  local upgrade = string.match(link,":(%d+)\124h%[")
	  if baseLevel and upgrade then
		return baseLevel + levelAdjust[upgrade]
	  else
		return baseLevel
	  end
  end
end
Then change the line:
Code:
			local name, _, quality, itemLevel = GetItemInfo(GetInventoryItemLink(unit, i) or 0)
to be this:

Code:
			local itemLevel = GetActualItemLevel(GetInventoryItemLink(unit, i))
I'm sorry if there's any errors that come up that I've overlooked, but I've made these changes to my addon and it seems to be working OK, and most importantly, it's taking into account the upgrades properly now.

Hope this helps! I love the addon!

-Cyna

ps, the post was found here: http://us.battle.net/wow/en/forum/topic/7199032730#9
Thanks for the info, Cyna. I've noticed not all item upgrades are covered by that function, so I'll be searching for the rest of the numbers needed and I will push an update once that is sorted.
__________________


Author of:
Equipped Average Item Level :: ExtraBar :: Killing Blow Emote :: RecordTip
Report comment to moderator  
Reply With Quote
Unread 07-20-13, 09:11 PM  
strickland
A Cyclonian

Forum posts: 40
File comments: 195
Uploads: 0
does this addon still work?
Report comment to moderator  
Reply With Quote
Unread 02-17-13, 11:07 AM  
KippG
A Defias Bandit
Premium Member

Forum posts: 3
File comments: 3
Uploads: 0
Requests for consideration

I would really appreciate it if you would consider distributing through Curse.com.

I have a couple ideas for you to consider.

1) It would be nice to see the addon intergrated to the Blizzard AddOns interface for configuring the addon.

The displaying of all gear "show list item" option is awesome. I love to have that available but I find it it very wide taking a lot of real estate all the time.
2) Show just the ilvl but expand to the item list when clicking (or dbl clicking) on the toon.

Thanks for a great addon!!!
Report comment to moderator  
Reply With Quote
Unread 02-07-13, 12:42 AM  
Cyna
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Re: Re: Re: Item upgrades

As of yet, I have been unable to find an effective way to account for item upgrades as that information is not readily available to the API like the other information about the item is.
I did some searching around and found on the wow forums where someone came up with a function to determine the upgraded item levels. All you have to do to put in a fix for this is to include this function:

Code:
function GetActualItemLevel(link)
  if(link ~= nil) then
	  local levelAdjust={ -- 11th item:id field and level adjustment
		["0"]=0,["1"]=8,["373"]=4,["374"]=8,["375"]=4,["376"]=4,
		["377"]=4,["379"]=4,["380"]=4,["445"]=0,["446"]=4,["447"]=8,
		["451"]=0,["452"]=8,["453"]=0,["454"]=4,["455"]=8,["456"]=0,
		["457"]=8,["458"]=0,["459"]=4,["460"]=8,["461"]=12,["462"]=16}
	  local baseLevel = select(4,GetItemInfo(link))
	  
	  local upgrade = string.match(link,":(%d+)\124h%[")
	  if baseLevel and upgrade then
		return baseLevel + levelAdjust[upgrade]
	  else
		return baseLevel
	  end
  end
end
Then change the line:
Code:
			local name, _, quality, itemLevel = GetItemInfo(GetInventoryItemLink(unit, i) or 0)
to be this:

Code:
			local itemLevel = GetActualItemLevel(GetInventoryItemLink(unit, i))
I'm sorry if there's any errors that come up that I've overlooked, but I've made these changes to my addon and it seems to be working OK, and most importantly, it's taking into account the upgrades properly now.

Hope this helps! I love the addon!

-Cyna

ps, the post was found here: http://us.battle.net/wow/en/forum/topic/7199032730#9
Last edited by Cyna : 02-07-13 at 12:44 AM.
Report comment to moderator  
Reply With Quote
Unread 02-03-13, 04:23 PM  
Cowmonster
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 117
Uploads: 14
Re: Re: Item upgrades

Originally Posted by Uzumaki
Originally Posted by Uzumaki
Hey,

Firstly, thanks for the AddOn - it's made my life much easier, and for anybody interested, it works nicely partnered with another addon called StatBlock.

What I was wondering, is do you have any intention to update the addon to account for item upgrades done through the new Valor Point upgrading system? I have noticed that some of my items are upgraded, but the addon shows their original iLVL - my boots for example are upgraded to item level 511, but the addon still shows them to be 503.

Cheers
I'm also noticing the party chat spam "you're not in a party". This only seems to be happening in LFR so far - it could be something to do with the new "instance" groups and "dungeon" groups that were added recently.
As of yet, I have been unable to find an effective way to account for item upgrades as that information is not readily available to the API like the other information about the item is.

The chat spam is likely caused by the addon trying to send through the addon channel the request and response about your item info to other people who might be using the addon so the item level information won't have to be scanned.

I have some ideas for a major re-write of the addon that would eliminate the partial scans showing item level and actually indicate that not all information on all items equipped has been received. It would also streamline the scans, but at this point I don't have the time to work on addons. At this point, if someone wants to take on the project, I would give them my ideas for renovation of the addon and they could take over the addon.
__________________


Author of:
Equipped Average Item Level :: ExtraBar :: Killing Blow Emote :: RecordTip
Report comment to moderator  
Reply With Quote
Unread 01-15-13, 09:10 AM  
Uzumaki
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Re: Item upgrades

Originally Posted by Uzumaki
Hey,

Firstly, thanks for the AddOn - it's made my life much easier, and for anybody interested, it works nicely partnered with another addon called StatBlock.

What I was wondering, is do you have any intention to update the addon to account for item upgrades done through the new Valor Point upgrading system? I have noticed that some of my items are upgraded, but the addon shows their original iLVL - my boots for example are upgraded to item level 511, but the addon still shows them to be 503.

Cheers
I'm also noticing the party chat spam "you're not in a party". This only seems to be happening in LFR so far - it could be something to do with the new "instance" groups and "dungeon" groups that were added recently.
Report comment to moderator  
Reply With Quote
Unread 01-08-13, 09:32 AM  
Uzumaki
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Item upgrades

Hey,

Firstly, thanks for the AddOn - it's made my life much easier, and for anybody interested, it works nicely partnered with another addon called StatBlock.

What I was wondering, is do you have any intention to update the addon to account for item upgrades done through the new Valor Point upgrading system? I have noticed that some of my items are upgraded, but the addon shows their original iLVL - my boots for example are upgraded to item level 511, but the addon still shows them to be 503.

Cheers
Report comment to moderator  
Reply With Quote
Unread 12-01-12, 03:49 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
There's a bug it took me a day to narrow it down to this addon. After having done 1 - 3 BG's the addon will cause excessive "You are not in a raid group." spam in the chat while in battlegrounds. It's incredibly annoying it makes chat unreadable while during battlegrounds.
Do you mean it starts doing it after a few BGs ands not in the first? I will try it out. I thought I had that eliminated.
Sorry with MoP and everything I forgot I reported this bug, never checked back to see if you had any questions, I'll answer now rather late than never. It's never the first battleground (2-4). It also happens in arenas (never the first arena but after 2-4 arenas it starts happening.
Last edited by excitor : 12-01-12 at 03:49 AM.
Report comment to moderator  
Reply With Quote
Unread 10-23-12, 08:37 AM  
Cowmonster
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 117
Uploads: 14
Originally Posted by excitor
There's a bug it took me a day to narrow it down to this addon. After having done 1 - 3 BG's the addon will cause excessive "You are not in a raid group." spam in the chat while in battlegrounds. It's incredibly annoying it makes chat unreadable while during battlegrounds.
Do you mean it starts doing it after a few BGs ands not in the first? I will try it out. I thought I had that eliminated.
__________________


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

Forum posts: 5
File comments: 40
Uploads: 1
There's a bug it took me a day to narrow it down to this addon. After having done 1 - 3 BG's the addon will cause excessive "You are not in a raid group." spam in the chat while in battlegrounds. It's incredibly annoying it makes chat unreadable while during battlegrounds.
Report comment to moderator  
Reply With Quote
Unread 10-03-12, 03:19 PM  
Cowmonster
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 117
Uploads: 14
Originally Posted by crazyivan
Is there any way to save your choices in the options? Every time I log on I have to uncheck that i don''t want items showing in the tooltip.
I must have over looked something. I'll check on that.
__________________


Author of:
Equipped Average Item Level :: ExtraBar :: Killing Blow Emote :: RecordTip
Report comment to moderator  
Reply With Quote
Unread 10-03-12, 03:03 PM  
crazyivan
A Murloc Raider

Forum posts: 8
File comments: 72
Uploads: 0
Is there any way to save your choices in the options? Every time I log on I have to uncheck that i don''t want items showing in the tooltip.
Report comment to moderator  
Reply With Quote
Unread 09-09-12, 04:03 PM  
Cowmonster
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 40
File comments: 117
Uploads: 14
Originally Posted by chwolfgang
Originally Posted by Cowmonster
Originally Posted by excitor
Originally Posted by Cowmonster
Originally Posted by excitor
Originally Posted by Cowmonster
Originally Posted by excitor
Problem still sadly persists in 2.0.8 for me.
Okay, what other add-ons are you running? I could recreate your issues prior to my changes, but not now so there is something I am missing.
I disabled all addons, even the optional tip tac modules. So I just have the TipTac default module, and EquippedAverageItemLevelTooltip running. And the problem still persists.
What version of TipTac and please confirm that it is in fact version 2.0.8 and that you didn't get 2.0.7 prior to the upload actually getting approved by the wowi staff. If all of that is the absolute most current then just for kicks and grins try my addon by itself and see if you still have the issue. I need as much test data as you can provide so I can recreate your issue and resolve it.
It says Version: 2.0.8 in the ToC. Without TipTac it is working fine without problems. I have a feeling it might have something to do with the the health and mana bars I have enabled with TipTac in the tooltip. I have the TipTac version 12.09.05. I could send over my TipTac saved variables in a .rar or .zip folder to you if you'd like to try it with my settings?
Yes, let's try that. I am using the health and mana bars and the same version of tiptac without the issue, but I can compare our savedvariables anyway and do some more testing.
I can also confirm the same behavior w/ the newest version of TipTac and this addon. The health/mana bars change about a second after you get the tooltip and then looks correct. It does make the tooltip look "jumpy". It is as if it is inserting your data on an "update" after it has opened. Perhaps TipTac prints its info then looks for additional addon/information to insert into the tooltip? I really have no idea, just trying explain what the behavior looks like. Hope this helps some and thanks for all you work.
This problem has been resolved as of version 2.1.0. I had to add calls to the show method because of TipTac. I had them for the item list, but neglected them for the item level and specialization. You can thank excitor for being a good glab rat and providing me with test data and notifying me of the problem in the first place.
__________________


Author of:
Equipped Average Item Level :: ExtraBar :: Killing Blow Emote :: RecordTip
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: