Download
(3Kb)
Download
Updated: 10-19-14 05:59 PM
Compatibility:
Warlords of Draenor Pre-Patch (6.0.2)
Updated:10-19-14 05:59 PM
Created:unknown
Downloads:93,511
Favorites:924
MD5:

tekKompare  Popular! (More than 5000 hits)

Version: 6.0.0.10-Beta
by: Tekkub [More]

tekKompare is my own personal replacement for EquipCompare and similar addons. It's super-small, designed to do two things:

  • Give you always-on compare tooltips
  • Show tooltips for links in chat when hovering over them
If you want to disable the hovertips, just delete the HoverTips.lua file.

Visit my site for more great addons.
Please send all bugs, feature requests and questions to [email protected]

6.0.0.10-Beta
Add battlepets to hovertips
So yea, I didn't know about this for 5 years
Fuck ItemRefShoppingTooltip3
Ok, ok, don't fuck it on live

4.0.0.9-Release
I've never seen an instancelock tip, but whatever

3.3.0.8-Release
Forgot about moving the itemref tooltip

3.3.0.7-Release
Simplify the handlers to use blizzy's code

3.2.0.7-Beta
Don't let ItemRefTooltip fuck with the compare tips

3.2.0.6-Beta
Move to new itemref compare tips for 3.2
Use all three compare frames (even though the third is never used)
WTF was that thing?

3.0.3.5-Release
Hovertips for glyphs!

3.0.1.4-Release
Update TOC metadata
How the fuck did I miss "item"?

3.0.1.3-Release
Add achievements to hovertips
Allow for talent hovertips

2.4.0.2-Release
Make hovertips handle more types, thanks Arrowmaster

2.3.3.1-Release
Removing Cowtip Condom, ckk claims he's clean now
Optional Files (0)


Post A Reply Comment Options
Unread 02-09-07, 07:34 AM  
SquishyMage
A Deviate Faerie Dragon

Forum posts: 19
File comments: 43
Uploads: 0
Re: Re: Feature Request

Originally posted by doggabone
You can put your own key modifier in, by updating Tekkub's code. There's not much of it, and it's easy to poke around in.
Thanks. That is an easy change.
Report comment to moderator  
Reply With Quote
Unread 02-09-07, 01:35 PM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
Sorry Squishy, you're making a case for why I'm not highly compelled to implement requests. I write for myself, I always have and I've made that clear on many MANY occasions. Nonetheless, I do share my code because I'm nice, and I do implement requests that pique my interest.

Had you browsed on GCode for a moment, you would have noticed that "Issues" is an all encompasing tracker.

Anyway, no, I don't care about users, and I'm sorry if being that blunt pisses you off, but it's not my problem. I already have a userbase, and the do know what an asshole I am. Nonetheless they like my mods, and they know that there's always a chance I'll reject their feature suggestions. There are other Comprae mods out there, use one of those if this doesn't do what you want.
Report comment to moderator  
Reply With Quote
Unread 02-09-07, 02:07 PM  
Scae
A Deviate Faerie Dragon

Forum posts: 11
File comments: 84
Uploads: 0
I changed line 73 from:
if not slot or not GetInventoryItemLink("player", slot) or then return end
to:
if not slot or not GetInventoryItemLink("player", slot) or not IsControlKeyDown() then return end
Thanks for this doggabone, works perfectly.
Report comment to moderator  
Reply With Quote
Unread 02-14-07, 07:51 AM  
Spiderkeg
A Deviate Faerie Dragon

Forum posts: 18
File comments: 285
Uploads: 0
I have experienced one problem. If I apply any buff to my hand weapon, whether this is +dmg or added mana return upon hit, the buff is displayed along with all over buffs/debuffs and uses my wapon's icon as the buff icon. Hopefully that wasn't confusing. Anyways, if I hover over the icon for the buff, this mod attempts to compare the buff with my own hand weapon causing a screwy box to appear which is missing borders and completely blocks the beneficial read out of the buff.

Might want to look into this issue.
Last edited by Spiderkeg : 02-14-07 at 07:52 AM.
Report comment to moderator  
Reply With Quote
Unread 02-14-07, 07:07 PM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
tK ignores the weapon enchant frames, and I've confirmed this on my shaman. Are you using some other addon for those buff frames?
Report comment to moderator  
Reply With Quote
Unread 02-14-07, 07:22 PM  
Spiderkeg
A Deviate Faerie Dragon

Forum posts: 18
File comments: 285
Uploads: 0
CT Mod buffs/debuff... nothing else that would affect how buffs/debuffs act. Since CT Mod is one of the more typical mods to be used, would be interesting to see if this is the problem. I'll have to disable mine to find out if there is indeed a conflict.

Edit: Yep. There's a slight conflict with CT Mod Buffmod. The same issue happens with EquipCompare. Apparently the equipment comparison mods are triggering tooltip, though I'm not sure what fix can be made.
Last edited by Spiderkeg : 02-15-07 at 07:08 AM.
Report comment to moderator  
Reply With Quote
Unread 02-17-07, 09:53 AM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
Type this in your chat frame, hover over the frame that's giving a bad tooltip, and hit enter. Post here what it prints to your chat frame.

/script ChatFrame1:AddMessage(GetMouseFocus():GetName())
Report comment to moderator  
Reply With Quote
Unread 02-18-07, 05:04 PM  
Scae
A Deviate Faerie Dragon

Forum posts: 11
File comments: 84
Uploads: 0
I posted on the wowace forums regarding the tooltip not showing up in certain situations and you asked for more details.

From my testing it appears to be entirely related to the control key modification posted by doggabone. After adding the change to include a modifier, tooltips will only appear if you hold the ctrl key then mouseover. If your mouse is already hovering over the item then you press the ctrl key no tooltip appears. Naturally this has no effect on clicked 'chat links' as you there's no mouseover occuring, it's just a static tooltip.

Personally, I would prefer tooltips to appear when the modifier key is pressed regardless of when the tooltip was generated. But considered the added modfier key is out of scope of the addon I don't expect any support for it . Consider this post informational only (and to close any potential issues you may have thought your addon may have had).

P.S. Also this mod doesn't work with atlas loot, but I think atlasloot needs to code in support on a per addon basis. So it's up to them to add support.
Report comment to moderator  
Reply With Quote
Unread 02-18-07, 06:25 PM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
A modifier on-press could be devised, yes. You know where to put those requests.

tK current ONLY works with the GameTooltip. I don't see much reason why any mod that's showing on-hover tooltips wouldn't use the GameTooltip, but support could be added for them fairly easily I guess. I just need to know what Atlas's tooltip name is.
Report comment to moderator  
Reply With Quote
Unread 02-19-07, 05:54 PM  
doggabone
A Defias Bandit

Forum posts: 2
File comments: 6
Uploads: 0
By the way Scae (and any others who've used my tweak), my tweak is obsolete. tekkub has included two lines with the most up-to-date version. One is commented out, the other is not - both refer to "local validator". Uncomment the one you want to use, and comment out the other.

Original (pops up with no key press):
--~ local validator = IsShiftKeyDown
local validator = function() return true end

Alternate:
local validator = IsShiftKeyDown
--~ local validator = function() return true end

IsShiftKeyDown can be replaced with the other modifier functions if you prefer, and you don't need the parentheses for that line. No parentheses!

For what it's worth, I don't remember if my tweak required me to move in and out of the icon but I think that's what happened for me too. But I notice right now, checking the version I just downloaded from WoWInterface, that I can hit the Shift key while moused over a weapon in my inventory - both the default and the Baggins interface - and the tekKompare tooltips appear even if I am and remain moused over the icon. I can't attest for the auction interface or for any other window. I've switched to commenting out the appropriate line in tekkub's code, not just because it works but also because it's easier to keep in sync with stuff I haven't gimmicked up too much.
__________________
Knowledge is power, information is leverage.
Report comment to moderator  
Reply With Quote
Unread 02-24-07, 08:11 AM  
Scae
A Deviate Faerie Dragon

Forum posts: 11
File comments: 84
Uploads: 0
Ok. Using doggabone's (second) modification the modifier works as I expected for inventory items.

However it works only if you press the key before mousingover on bar items/hoverlinks. And it doesn't work on clicked link (the permament tooltips that appear after you click a chat link).

But it's an unsupported change so w/e :P


P.S. I added a request on the googlecode, but it dissapeared. Guess it got deleted *cry*.
Report comment to moderator  
Reply With Quote
Unread 02-24-07, 10:55 AM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
Yes, it dissappeared into the depths of *DOOM* page 2
Report comment to moderator  
Reply With Quote
Unread 02-25-07, 07:51 AM  
Scae
A Deviate Faerie Dragon

Forum posts: 11
File comments: 84
Uploads: 0
Hah, I promise I checked page 2! ... *goes away now*
Report comment to moderator  
Reply With Quote
Unread 02-27-07, 09:39 AM  
cheadstina
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 33
Uploads: 1
Uhm the download for 2.0.3.294 downloads tekKompare-2.0.3.286.zip
Report comment to moderator  
Reply With Quote
Unread 02-27-07, 05:09 PM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
I WIN AT TEH INTERNETZ! *grumble*
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.