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,741
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 10-28-08, 08:16 AM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
Dainton
Yes there is, but you will have to edit the lua file.

Tenelov
Not really sure what you mean, why wouldn't it work adding a line to the tooltip?
And the code change you posted makes a completely new frame to add the talents in, that doesn't really seem as handy as adding it to the tooltip.
Report comment to moderator  
Reply With Quote
Unread 10-27-08, 05:47 PM  
Dainton
A Flamescale Wyrmkin
 
Dainton's Avatar
AddOn Author - Click to view AddOns

Forum posts: 115
File comments: 64
Uploads: 1
Remove talent tree text

Is there any way to remove the talent tree text and just have the talent numbers?
Report comment to moderator  
Reply With Quote
Unread 10-23-08, 12:46 AM  
Tenelov
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 3
Addition in the tooltip (self:AddLine) does not work, but value receives (val, cache.name, cache[i].talents).
For test im created the frame for output value of talents:
http://ace.pastey.net/99313
Last edited by Tenelov : 10-23-08 at 12:47 AM.
Report comment to moderator  
Reply With Quote
Unread 10-13-08, 05:54 AM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
Tenelov
Cannot really do much, as I cannot test it, unless someone tells me exactly what part is making it not work with the Russian client.

Delena
Good idea, I've increased it to 25. But I probably wont be releasing a new one before version 3.0
Report comment to moderator  
Reply With Quote
Unread 10-03-08, 08:00 PM  
Delena
A Cyclonian
 
Delena's Avatar
AddOn Author - Click to view AddOns

Forum posts: 49
File comments: 19
Uploads: 3
Very nice addon I'm using it as TinyTip library script, works fine. But why do you cache only 10 telents builds? Why not 25? It would be nice don't get loadings in a pve raid while I'm healing.
I know I can mod it by myself. However thanks.
Last edited by Delena : 10-03-08 at 08:00 PM.
Report comment to moderator  
Reply With Quote
Unread 09-07-08, 03:25 AM  
Tenelov
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 3
TipTacTalents dont work on ruRU locale, but does not give out errors
Report comment to moderator  
Reply With Quote
Unread 06-19-08, 12:19 AM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
DJJoeJoe
There is little point in repeating myself, so read my previous post.
Report comment to moderator  
Reply With Quote
Unread 06-18-08, 06:36 PM  
DJJoeJoe
A Murloc Raider
 
DJJoeJoe's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 172
Uploads: 1
I've also been having issues with it loading improper talent builds, pretty much is never accurate anymore.

I cry.
__________________

Joetest - Ner'Zhul - Disciples of Death
Report comment to moderator  
Reply With Quote
Unread 05-07-08, 11:58 PM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
Pseudopod & evilimp
I've tried to reproduce this many times, but I've been unable to, so there isn't much I can do to fix this.
As for the inspect talent frame changing when you mouse over another player, there isn't much to do about this if you want tips to show talent spec of the person as they use the same function.
Report comment to moderator  
Reply With Quote
Unread 05-07-08, 03:27 PM  
evilimp
A Defias Bandit

Forum posts: 2
File comments: 1
Uploads: 0
Blank Tooltip Error

Originally posted by Pseudopod
So the problem I noticed that relates to TiptacTalents: Sometimes I can't see the item tooltips when I inspect someone. It just says Finger, Trinket, Legs, Hands etc.
It seems totally random but if I disable TipTacTalents, I can't reproduce the bug buy inspecting numerous people, whereas when it is enabled, usually it happens sooner rather than later. No error messages.

Also when I inspect a talent tree, it changes based on who's my mouse-over target. I don't know if that's intentional or not, but I'd like it to not behave like that.
I'm getting this error as well. It will happen eventually, and then consistently happen. The tooltip will happen when I mouseover someone, then use /inspect. The tooltip will say something like "Offhand" and nothing else. It will happen to both alliance and horde targets, and targets that are nearby.
Report comment to moderator  
Reply With Quote
Unread 04-27-08, 12:15 PM  
Pseudopod
A Deviate Faerie Dragon

Forum posts: 16
File comments: 104
Uploads: 0
So the problem I noticed that relates to TiptacTalents: Sometimes I can't see the item tooltips when I inspect someone. It just says Finger, Trinket, Legs, Hands etc.
It seems totally random but if I disable TipTacTalents, I can't reproduce the bug buy inspecting numerous people, whereas when it is enabled, usually it happens sooner rather than later. No error messages.

Also when I inspect a talent tree, it changes based on who's my mouse-over target. I don't know if that's intentional or not, but I'd like it to not behave like that.
Last edited by Pseudopod : 04-27-08 at 12:20 PM.
Report comment to moderator  
Reply With Quote
Unread 04-07-08, 10:28 AM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
Dixon Butz
I've heard of people who had the option menu not show correctly if they had MetaHUD installed, but I was never able to reproduce it, and I really couldn't see how that addon could interfere with TipTacOptions.
Report comment to moderator  
Reply With Quote
Unread 04-06-08, 01:00 PM  
Dixon Butz
A Deviate Faerie Dragon
 
Dixon Butz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 61
Uploads: 2
Working fine now
And I just installed tiptac. Wow very nice! Thx
I had a small bug with tip tac. But I can't reproduce it.
I changed options on one toon. Then logged on my main. Bought up optons and it was blank. The menu on the left was there and so was the three bottom buttons. Only happened once so far. No biggie
Edit:
I have seen this bug again on the options menu in TipTac. This time it wasn't completely blank. If I chose general, only a few of the options on the right were shown. Same with Seecial, Colors, and all the rest. Reloading the GUI fixes it.
Last edited by Dixon Butz : 04-06-08 at 05:24 PM.
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 01:32 PM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
Dixon Butz
It's not like I earn money on making this, so you don't really threaten me with that attitude. Instead you should try and find out exactly what conditions it takes for this error to happen, be more specific, because I am unable to reproduce the problem.

Anyways, in case you are even interested, the error should be fixed for the next release.
Report comment to moderator  
Reply With Quote
Unread 04-05-08, 08:30 AM  
Dixon Butz
A Deviate Faerie Dragon
 
Dixon Butz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 61
Uploads: 2
Its not just the auction house. Seems to happen with a lot of NPC"S.
Well, if you can't debug your own mod, I will delete this mod. Way too many errors.
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.