Mod for replace QuickCompare or EquipCompare.
Compare equipped inventory items against items in chatframe hyperlink and bags/bank.
I just hook to compare chatframe hyperlink and container items(included bags and bank). Because there is already Blizzard orign feature for comparing items in AuctionHouse and Merchant.
Does it support the same options as EquipCompare? Mainly, can I make it so I need to be holding down a key for the compare window to show, etc? (Like EquipCompare can do)
At a glance doesn't seem it does yet, but wow wonderful little mod :).
Would love the functionality to only compare when holding a key as mentioned above. For example with EquipCompare, it only works when I hold shift.. therefore if I'm just looking at an item I only see the default tooltip, if I'm comparing I hold shift and see what I need. Particularly useful for trinkets where it will show 3 total tooltips when comparing.
As feature require, at new SVN version, I added display compare tooltip only while you are holding custom key.
It supports ctrl,alt and shift.
Also default holding key is set to none.
Regarding missing externals seemed to be a hiccup on the previous commit, as a few other mods committed in that time frame were missing externals. Seems fine now.
You could let Atlas think you run EquipCompare. I don't know how Atlas searches for EquipCompare but it would be similar to tricking addons you are running Chronos but instead youare running Timex.
You could let Atlas think you run EquipCompare. I don't know how Atlas searches for EquipCompare but it would be similar to tricking addons you are running Chronos but instead youare running Timex.
Atlasloot tested this "EquipCompare_RegisterTooltip". So I guess, it has to come from EquipCompare.
[2006/10/09 22:24:11-1248]: Ludwig_SellValue\sellValue.lua:68: Unknown link type
<in C code>: ?
Ludwig_SellValue\sellValue.lua:68: in function `SetHyperlink'
EQCompare\EQCompare.lua:200: in function <Interface\AddOns\EQCompare\EQCompare.lua:190>
<unknown>:
modules\UrlCopy.lua:96: in function <Interface\AddOns\Prat\modules\UrlCopy.lua:92>
<unknown>:
FrameXML\ChatFrame.lua:1534: in function `ChatFrame_OnHyperlinkShow'
<string>:"ChatFrame1:OnHyperlinkClick":2: in main chunk
---
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
check here,
http://www.wowace.com/files/index.php?path=EQCompare/
Mod for replace QuickCompare or EquipCompare.
Compare equipped inventory items against items in chatframe hyperlink and bags/bank.
I just hook to compare chatframe hyperlink and container items(included bags and bank). Because there is already Blizzard orign feature for comparing items in AuctionHouse and Merchant.
5kb lua and this sucker works like a charm..
Very nice indeed, thanks :)
Would love the functionality to only compare when holding a key as mentioned above. For example with EquipCompare, it only works when I hold shift.. therefore if I'm just looking at an item I only see the default tooltip, if I'm comparing I hold shift and see what I need. Particularly useful for trinkets where it will show 3 total tooltips when comparing.
It supports ctrl,alt and shift.
Also default holding key is set to none.
slash command: /eqc.
Report any bug please.
Excellent stuff.
Could you post the detail error?
add display tooltip while hover item feature
remove one non-usage hook
Regarding missing externals seemed to be a hiccup on the previous commit, as a few other mods committed in that time frame were missing externals. Seems fine now.
Atlasloot tested this "EquipCompare_RegisterTooltip". So I guess, it has to come from EquipCompare.