Download
(6Kb)
Download
Updated: 10-31-20 05:52 PM
Pictures
File Info
Compatibility:
Shadowlands pre-patch (9.0.1)
Visions of N'Zoth (8.3.0)
Updated:10-31-20 05:52 PM
Created:unknown
Downloads:39,734
Favorites:432
MD5:

TipTacTalents  Popular! (More than 5000 hits)

Version: 20.10.31
by: Aezay [More]

TipTacTalents - Show Player Talents in Tooltips
Using this addon, you will see the talent specialization of players added to the tooltip.

A cache up to 25 is stored for the last scanned players, so you quickly can see their talents again without having to wait for talents to load.

To avoid inspect issues, TipTacTalents will not request talents if you have an inspect frame open.
That includes the default inspect frame, as well as the addon Examiner.

There is no command line switch or configurable options for TipTacTalents when used alone.
Using TipTac and TipTacOptions however, you can change the cache size and the option to turn it on or off.

This addon is also included as part of the TipTac package, but is released here on it's own, for those who do not need special tip customisations.
You can find the main TipTac addon package here:
http://www.wowinterface.com/download...93-TipTac.html

TipTacTalents Changes | 2020 Oct 31
- Updated the TOC version to 90001 for the Shadowlands 9.0.1 pre-patch.

TipTacTalents Changes | 2018 Jul 30
- Localized the "Loading..." text.
- Restructured the code.

TipTacTalents Changes | 2018 Jul 19
- Updated the TOC version to 80000 for the Battle for Azeroth 8.0 pre-patch.

TipTacTalents Changes | 2017 Oct 10
- Updated the TOC version to 70300 for the 7.3 patch.

TipTacTalents Changes | 2016 Oct 27
- Updated the TOC version to 70100 for the 7.1 patch.

TipTacTalents Changes | 2016 Jul 21
- TOC version updated to 70000 for the Legion 7.0.3 pre-patch.

TipTacTalents Changes | 2015 Jul 02
- TOC version changed to 60200 for the 6.2 patch.

TipTacTalents Changes | 2015 Mar 04
- TOC version updated to 60100 for the 6.1 patch.

TipTacTalents Changes | 2014 Oct 15
- TOC version has been changed to 60000 for the Warlords of Draenor 6.0.2 patch.

TipTacTalents Changes | 2013 Sep 21
- Changed the TOC version to 50400 for the 5.4 patch.

TipTacTalents Changes | 2013 Apr 17
- Changed the TOC version to 50200 for the 5.2 patch.

TipTacTalents Changes | 2013 Feb 19
- Changed the TOC version to 50100 for the 5.1 patch.

TipTacTalents Changes | 2012 Sep 05
- Now shows the talent spec even when the tooltip shows yourself.

TipTacTalents Changes | 2012 Sep 01
- Removed some remnant debug code.
- Fixed a talent inspection issue that could occur, if the inspection window was opened from the unitframe's right click menu.
- Localised the string used for when a person has no specialization.

TipTacTalents Changes | 2012 Aug 30
- Changed the TOC version to 50001 for the 5.0 Mists of Pandaria patch.
- Moved inspect frame check to a helper function.
- Added a second inspect frame check for the scheduled inspect.
- Modified the code to support the changes in the Mists of Pandaria expansion.
- Removed the InspectPaperDollFrame.lua @ line 23 inspect workaround.

TipTacTalents Changes | 2012 May 20
- Changed the TOC version to 40300 for the 4.3 patch.

TipTacTalents Changes | 2011 Sep 29
- Changed the TOC version to 40200 for the 4.2 patch.

TipTacTalents Changes | 2010 Nov 23
- Will no longer clear the inspect data when done. This was causing an issue for inspection addons, as the data they requests, was getting cleared by TipTacTalents.

TipTacTalents Changes | 2010 Nov 17
- Added option to only show talents for people in your party or raid.

TipTacTalents Changes | 2010 Oct 27
- Actually fixed the "InspectPaperDollFrame.lua" error this time, no really, I swear!
- The variable "lastInspectRequest" used to throttle how often inspecting is done, by checking when the last request happened, has been made into a global, meaning other addons are welcome to use this as well.

TipTacTalents Changes | 2010 Oct 19
- Showing talents on your own tooltip, no longer overwrites the previous person in the cache.
- Made a workaround for the "InspectPaperDollFrame.lua" error that were happening once you had used the default inspection frame at least once.

TipTacTalents Changes | 2010 Oct 14
- Major rework of how TipTacTalents is allowed to inspect, these changes have been done to lessen the strain on the inspection routines.
- There is now a delay of 0.2 seconds from when the tooltip is shown, to when the talent request is done. This was to avoid wasting requests when moving the mouse quickly over a crowd of people.
- An inspect request can never happen more often, than once every two second.
- Unit GUID is now used to make sure the returning data from an inspect request, is indeed who we wanted data on.

TipTacTalents Changes | 2010 Oct 12
- Changed the TOC version to 40000 for the 4.0.1 pre Cataclysm patch.
- Made compatible with the changes to the Cataclysm API.

TipTacTalents Changes | 2010 Feb 27
- Changed the TOC version to 30300 for the 3.3 patch.

TipTacTalents Changes | 2009 Aug 13
- Changed the TOC version to 30200 for the 3.2 patch.

TipTacTalents Changes | 2009 May 17
- Cleaned up the code a bit.

TipTacTalents Changes | 2009 Apr 17
- Changed the TOC version to 30100 for the 3.1 patch.
- Will now show the proper spec, for people using their secondary spec.
- The tooltip line added will now be localised.
- Optimised the code a bit.

TipTacTalents Changes | 2009 Mar 28
- The tooltip line added will now be localised.
- Optimised the code a bit.

TipTacTalents Changes | 2009 Mar 13
- Occasionally the TipTac fadeout could get halted because of an update from TipTacTalents, I've fixed this by not allowing TipTacTalents to call "GTT:Show()" to resize the tip during fadeout.

TipTacTalents Changes | 2009 Mar 12
- After some more testing with adjusting the trottle time, it seems that compeltely removing it, that is setting it to zero, actually seems like the best solution, at least this is where I found the least mixed talents. Please let me know if you're still seeing wrong specs in the tips.
- Made some minor code changes.

TipTacTalents Changes | 2008 Nov 05
- Increased the throttle time for talent queries from 0.25 to 0.75 sec, hopefully that fixes some more of the problems with wrong talents listed on tips. But they will still occur with rapid mouse moving.

TipTacTalents Changes | 2008 Oct 22
- TipTacTalents will no longer request talents when the default inspect window is open, just like it already does when the Examiner addon is open.

TipTacTalents Changes | 2008 Oct 16
- Changed the TOC version to 30000 for the Wrath of the Lich King patch.
- When Examiner is installed, and opened, TipTacTalents will not request talent info, as this would cause problems in Examiner's talent tab.
- If the player has no talents, it will no longer state the name of the first talent tab and (0/0/0), but instead: "No Talents".
- Changed the default cache size up to 25.

TipTacTalents Changes | 2008 Jun 11
- Changed the default cache size up to 15.
- Player inspection has been throttled, hopefully that fixes some problem with talents showing up on the wrong player.

TipTacTalents Changes | 2008 Apr 06
- Added some different formatting styles for the Talent line in the tip, you have to edit the Lua file to change it though, by uncommenting some lines. Look at line 17 and after.
- Removed the obsolete 2.3.3 inspect checking.
- Fixed a nil error that could happen under special circumstances.
- TipTacTalents should no longer block you from getting the talents of same faction players who are marked for PvP.
- Cached players who are now out of range should now show with the cached data.

TipTacTalents Changes | 2008 Mar 24
- Initial Release.
Optional Files (0)


Post A Reply Comment Options
Unread 09-01-12, 02:55 AM  
堂吉先生
A Kobold Labourer
 
堂吉先生's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 35
Uploads: 9
tiptac
Last edited by 堂吉先生 : 09-01-12 at 07:23 AM.
Report comment to moderator  
Reply With Quote
Unread 12-14-10, 01:00 PM  
khurzog
A Frostmaul Preserver
 
khurzog's Avatar

Forum posts: 266
File comments: 194
Uploads: 0
i'd like to suggest possibly including average ilevel to be displayed on the tooltip =D
Report comment to moderator  
Reply With Quote
Unread 11-04-10, 12:34 PM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
ForeverTheGM
That's odd, that means its unable to receive talent information, even though WoW reported that inspect data is ready. Maybe something changed on the beta, or its just a bug?

If anyone else is seeing the same, or you know of some change regarding inspection, please let me know.
Report comment to moderator  
Reply With Quote
Unread 11-04-10, 01:45 AM  
Talyrius
An Onyxian Warder
 
Talyrius's Avatar
AddOn Author - Click to view AddOns

Forum posts: 363
File comments: 259
Uploads: 3
I receive this on the beta every time I mouse-over someone.
Code:
1x TipTacTalents-10.10.27\core.lua:51: attempt to concatenate field '?' (a nil value)
TipTacTalents-10.10.27\core.lua:97: in function <TipTacTalents\core.lua:94>

Locals:
self = TipTacTalents {
 0 = <userdata>
 current = <table> {}
 nextUpdate = 1.8589999999851
 cache = <table> {}
}
event = "INSPECT_READY"
guid = "0x01000000004BA4EA"
current = <table> {
 name = "Baddaboomer"
 guid = "0x01000000004BA4EA"
 unit = "mouseover"
}
GatherTalents = <function> @ TipTacTalents\core.lua:28:

  ---
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 09:41 AM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
Patch 4.0.1 Inspecting Issue
The current patch, which at this date is 4.0.1, has a bug that can cause the whole inspecting features of WoW to break down, causing all further inspection attempts to fail. The only way to fix it once it has broken, is to restart the client.
This issue was known even back on the PTR, and now here it is on live. I have yet to pinpoint what exactly causes this breakdown.
The issue is in fact perfectly replicable without any addons at all, and is not caused by any of my addons which uses the inspection features, TipTacTalents or Examiner. It is however possible, that exceesive inspection can speed up this process.
I do not expect a fix for this until we get a new patch.
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 03:41 AM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
ichik
This error is actually caused by the default inspection frame, still listening to the inspection ready message. I'll try and see if I can add some kind of workaround so this doesn't happen. Reason I never noticed this is, that I run with Examiner, which is replaces the default inspection frame.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 06:54 PM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
Code:
[04:52:32] ...\AddOns\Blizzard_InspectUI\InspectPaperDollFrame.lua:23: Usage: UnitLevel("unit")
[C]: ?
[C]: in function `UnitLevel'
...\AddOns\Blizzard_InspectUI\InspectPaperDollFrame.lua:23: in function `InspectPaperDollFrame_SetLevel'
...\AddOns\Blizzard_InspectUI\InspectPaperDollFrame.lua:18: in function <...\AddOns\Blizzard_InspectUI\InspectPaperDollFrame.lua:8>
Everytime i mouseover someone. Also talents don't always show up.
__________________
Proud author of IntricateChatMods, Wanderlust and SimplerMount.
Last edited by ichik : 10-14-10 at 07:36 PM.
Report comment to moderator  
Reply With Quote
Unread 05-22-09, 07:38 PM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
Codex
It doesn't really matter which you use. Usually the one coming with TipTac will be the newest, but I will do a seperate release here if needed or something major was changed.
Report comment to moderator  
Reply With Quote
Unread 05-22-09, 11:50 AM  
Codex
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 280
Uploads: 12
do we use this release or the one bundled with tiptac?
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 12:34 AM  
sietelle
A Kobold Labourer

Forum posts: 1
File comments: 37
Uploads: 0
Originally posted by Aezay
sietelle
Just updated it now, forgot it the other day when I updated TipTac.
thanks
Report comment to moderator  
Reply With Quote
Unread 04-18-09, 05:14 PM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
sietelle
Just updated it now, forgot it the other day when I updated TipTac.
Report comment to moderator  
Reply With Quote
Unread 04-18-09, 02:25 PM  
sietelle
A Kobold Labourer

Forum posts: 1
File comments: 37
Uploads: 0
Re: update?

I would love an update to this addon, otherwise my tooltip on mouseover has inaccurate reading :\
Report comment to moderator  
Reply With Quote
Unread 02-25-09, 04:00 PM  
Peis
A Fallenroot Satyr

Forum posts: 10
File comments: 6
Uploads: 0
update?

I saw that you meantioned a tiptac version 3, is it still in the works?
Report comment to moderator  
Reply With Quote
Unread 01-01-09, 03:15 PM  
krattan
A Kobold Labourer

Forum posts: 1
File comments: 17
Uploads: 0
additional info

This is totally off topic but i thought it cant hurt to ask

I dont have enchanting on my toon, so instead i ask people to help me with disenchanting, nobody ever answers me when i just ask in trade etc but if i whisper them they usually help me...

To minimize the amount of whispers, i have started inspecting people before and checking if they have their rings enchanted.

Now to my question :P
Would it be possible to add something to your mod that checks if the rings are enchanted and printing it in the tooltip?

I would also like to say that this mod is one of my very favorite mods.
Keep up the great work!
Report comment to moderator  
Reply With Quote
Unread 10-28-08, 12:31 PM  
Dainton
A Flamescale Wyrmkin
 
Dainton's Avatar
AddOn Author - Click to view AddOns

Forum posts: 115
File comments: 64
Uploads: 1
I tried looking through the lua file, but I can't tell what I'd need to take out/change to be able to get the desired result. Any help would be greatly appreciated.

Edit: Wow, nevermind. I'm pretty dumb.
Last edited by Dainton : 10-31-08 at 05:47 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.