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,515
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-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-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-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: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-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-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, 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, 07:31 AM  
SquishyMage
A Deviate Faerie Dragon

Forum posts: 19
File comments: 43
Uploads: 0
Originally posted by Tekkub
but these feature requests haven't been too compelling to me so far
It's your code. You can do what you want, or not do what you don't want. But you aren't going to win over any fans by blowing them off like this. And by submitting your code to WoWInterface, you clearly want fans.

You could have provided the solution that doggabone did -- either in this forum, or in the code but commented out so a user *COULD* uncomment it and be happy. No DB, no options menu - just old school hard coding to keep your code simple and streamlined.

You also completely ignored the fact that you ask for feature requests on gcode, but there's no bloody link to add feature requests in gcode.

Good luck with your "piss off, don't care about your wants" attitude towards your userbase.

I'll stick with authors like Maul of TrinityBar that actually, you know, care about user requests - especially simple ones.
Report comment to moderator  
Reply With Quote
Unread 02-09-07, 01:52 AM  
doggabone
A Defias Bandit

Forum posts: 2
File comments: 6
Uploads: 0
Re: Feature Request

Originally posted by SquishyMage
Well, I don't see a way on GCode to add a feature request.

Would you consider adding a key modifier option to hide the tooltip unless ctrl/shift/and-or/alt are held? I've tried TipOnDemand with tekKompare and didn't like it.
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.

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

There is also IsShiftKeyDown() and IsAltKeyDown(). You can mix and match those to create your own custom modifier chord. IsModifierKeyDown() checks if any of true for Alt, Ctrl, or Shift being down. There may also be a better place to slip that edit in, but that worked for me and it seemed like a good place to throw a short circuit in.
__________________
Knowledge is power, information is leverage.
Report comment to moderator  
Reply With Quote
Unread 02-08-07, 07:49 PM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
Yea, EQCompare was the base mod that I whittled down for this, and hover links were just fluff to me. I wasn't aiming for a robust feature-full mod here, just the basic compare tips all the time like EquipCompare always gave me.

I can include Dongle if need be for DB and slashes, but these feature requests haven't been too compelling to me so far
Report comment to moderator  
Reply With Quote
Unread 02-08-07, 07:35 PM  
Mazzlefizz
A Pyroguard Emberseer
 
Mazzlefizz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3521
File comments: 60
Uploads: 2
Then I'm guessing the ability to get a tooltip when hovering over a link (like eqcompare) is not something you'd be interested in either? Perhaps, it could be a module so you wouldn't have to add a db or slash commands.
__________________
MazzleUI Home Page: Mazzlefizz.WoWInterface.com
Info, FAQs, Forums, Download can be found at that link.
Report comment to moderator  
Reply With Quote
Unread 02-08-07, 07:45 AM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
I want this addon to be super simple, adding toggleable features requires a DB and slash commands and... nope, sorry.
Report comment to moderator  
Reply With Quote
Unread 02-08-07, 07:33 AM  
SquishyMage
A Deviate Faerie Dragon

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

Well, I don't see a way on GCode to add a feature request.

Would you consider adding a key modifier option to hide the tooltip unless ctrl/shift/and-or/alt are held? I've tried TipOnDemand with tekKompare and didn't like it.
Report comment to moderator  
Reply With Quote
Unread 02-07-07, 10:52 PM  
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view AddOns

Forum posts: 960
File comments: 334
Uploads: 67
It runs entirely off like 3 hooks, and hooks are faster to do by hand. Besides it doesn't have any options or what have you, so there's no need for an underlying library just for hooks.
Report comment to moderator  
Reply With Quote
Unread 02-07-07, 10:50 PM  
Farook
A Molten Giant
 
Farook's Avatar

Forum posts: 595
File comments: 113
Uploads: 0
Tekkub and not using Ace?

Or is it just that small that there is absolutely no need to ace this?
__________________
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.