Download
(7Kb)
Download
Updated: 12-09-12 06:26 PM
Pictures
File Info
Updated:12-09-12 06:26 PM
Created:09-13-09 08:21 PM
Downloads:15,149
Favorites:112
MD5:
Categories:Graphic UI Mods, Auction House & Vendors, Bags, Bank, Inventory

AlreadyKnown  Popular! (More than 5000 hits)

Version: 121210
by: villiv [More]

"I'm NOT any kind of coder" made. Use at your own risk please.


AlreadyKnown - Colorizes the item that is already known in some default frames.

This is really simple one and I want to keep it as is because I like the addon that I can forget about it.
It basically tries to indicate the "Already Known" string in a tooltip without mouse hovering.
"in some default frames" means the frames that you can see a red (unusable) icon in it (Beside GuildBank and GuildRewards).
If you find other frames that need to be supported, please let me know.

Any thoughts, ideas and surely any helps are welcome. Please leave your comments.

121210: Thanks to 5.1, now we can throw away the pet list.

121130: BMAH fix.

121026: Adds GuildBack and GuildRewards support.

121024: Scans mini-pets when needed only. Now supports Auction, BlackMarket, Loot, Merchant, OpenMail, QuestInfo, Trade frames.

121015: Mini-pets fix.

120906: Now supports Loot frame.

110512: Temporarily (I hope so), removed the AddonLoader support.

110416: 4.0.6 fix from biggoofyus. tyvm. :) Now supports Guild Bank.

101018: Quick fix for the Glyphs since we can lean them now.

091104: Minor changes just for me. Let me know if any differences in output.

091023: I overlooked some local functions. :(

091003: Added a support for AddonLoader.

090929: Added a local value for custom color. The default color is greenish now.
Optional Files (1)
File Name
Version
Size
Author
Date
Type
101018 Fix
2kB
02-08-11 11:57 PM
Patch


Post A Reply Comment Options
Unread 10-24-09, 12:45 AM  
jmcgrath
A Deviate Faerie Dragon
 
jmcgrath's Avatar

Forum posts: 16
File comments: 185
Uploads: 0
I really appreciate this addon. Makes things easier in game, so thanks.
Report comment to moderator  
Reply With Quote
Unread 10-26-09, 05:29 PM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Thank you.

A warm comment is a big reason to make things better always.
I will try to change the function so that I can maintain this more easily.
Report comment to moderator  
Reply With Quote
Unread 11-04-09, 12:15 AM  
winarski80
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Thanks tons!!!

TY for your time u have put into getting this back on track.And this is for U
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 11-06-09, 05:30 PM  
Lyssanne
A Kobold Labourer

Forum posts: 1
File comments: 13
Uploads: 0
Re: Thanks tons!!!

I love, love, love this idea, but it doesn't work for me, which I imagine is because I am using Auctioneer. Is there any chance of making this work with Auctioneer?
Report comment to moderator  
Reply With Quote
Unread 11-09-09, 01:39 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
To winarski80

Thanks for your warm comment.
Though I'm afraid that if you missed author's name or something.


To Lyssanne

Sadly, this addon is for only default merchant and auction frames as you noticed.
I think you can request it to Auctioneer dev team though. Or it should be another addon as a plug-in for Auctioneer. (Anyone? )
Last edited by villiv : 11-09-09 at 02:14 AM.
Report comment to moderator  
Reply With Quote
Unread 12-07-09, 02:09 AM  
vpr
A Theradrim Guardian

Forum posts: 65
File comments: 272
Uploads: 0
Would it be possible to have recipes from professions that you DON'T have trained to be grayed out?

I was looking through my guilds bank, and they had lots of recipes in there, all different professions, and I had to mouse over each one to see which profession it was for. Had AlreadyKnown just grayed them out, I would have known instantly which ones I needed.

Thanks, enjoy it a lot!
Report comment to moderator  
Reply With Quote
Unread 12-13-09, 07:28 PM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Hello vpr.

Technically, yes it's possible but ...

All this tiny addon wants to do is that make Already-Known strings indicate itself without mouse-over. And written for it.

I'm sorry for your inconvenience and my bad English.
Report comment to moderator  
Reply With Quote
Unread 02-08-11, 04:39 PM  
creepy_inc
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
4.0.6 worked fine until this patch

Code:
1x AlreadyKnown\AlreadyKnown.lua:10: table index is nil

Locals:

  ---
Anyone know of a workaround, or better yet an update
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 02-08-11, 11:39 PM  
biggoofyus
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 76
Uploads: 1
4.0.6 FIXED ERROR

OK, I got this addon to work again. Change the following:

Change Line 9 from:
Code:
local WEAPON, ARMOR, CONTAINER, CONSUMABLE, GLYPH, TRADE_GOODS, PROJECTILE, QUIVER, RECIPE, GEM, MISCALLANEOUS, QUEST = GetAuctionItemClasses()
To:
Code:
local WEAPON, ARMOR, CONTAINER, CONSUMABLE, GLYPH, TRADE_GOODS, RECIPE, GEM, MISCALLANEOUS, QUEST = GetAuctionItemClasses()
Basically delete "PROJECTILE" and "QUIVER" from line 9 as these are 2 items no longer in the game.

Enjoy!
Report comment to moderator  
Reply With Quote
Unread 02-09-11, 03:50 PM  
Codex
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 280
Uploads: 12
Re: 4.0.6 FIXED ERROR

thanks!
Report comment to moderator  
Reply With Quote
Unread 03-09-11, 04:01 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
I'm trying to update this one with more frames support.
Maybe next one will come with "beta" tag so if you want to use stable one, please try http://www.wowinterface.com/download...n4.0.6Fix.html.

Thanks for your support.
Report comment to moderator  
Reply With Quote
Unread 04-18-11, 06:16 PM  
Mitrax
A Murloc Raider
 
Mitrax's Avatar

Forum posts: 3
File comments: 28
Uploads: 0
Does this register your alts professions, what they know/need and such?

Is it like Recipe Book?

Iv been trying to find a good replacement for it for ages
Report comment to moderator  
Reply With Quote
Unread 04-24-11, 10:49 PM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Hello Mitrax.

All this tiny addon wants to do is that make Already-Known strings indicate itself without mouse-over. And written for it. So it has no extra futures right now.

If it's a common demand ... please let me think.
Report comment to moderator  
Reply With Quote
Unread 05-07-11, 07:04 PM  
tralkar
An Onyxian Warder
 
tralkar's Avatar

Forum posts: 352
File comments: 215
Uploads: 0
tryed it and don't see anything colored or changed? hmm
Report comment to moderator  
Reply With Quote
Unread 05-09-11, 12:07 AM  
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 73
Uploads: 8
Hello tralkar.

It only supports default MerchantFrame, GuildBankFrame and AuctionFrame.
And only for the toon currently you log-in with.

Or please let me know more details of your experience.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: