Download
(155Kb)
Download
Updated: 11-16-12 07:15 AM
Pictures
File Info
Updated:11-16-12 07:15 AM
Created:unknown
Downloads:11,315
Favorites:234
MD5:
Categories:Graphic UI Mods, Bags, Bank, Inventory, TradeSkill Mods, Beta-version AddOns

RecipeKnown  Popular! (More than 5000 hits)

Version: 0.28
by: Kjasi [More]

Ever have a problem going through a merchant's or the auction house's list of recipes, schematics, or patterns, and trying to quickly figure out which ones you already know and which ones you don't?

Well, fret no more, cause RecipeKnown is here!

RecipeKnown will send out brilliant little Gnomes* with a magic crayonbox, and color all the recipes you already know! It'll even color recipes your alternate characters know!


* Note: These Gnomes are not intelligent. You must open your tradeskill windows at least once before they'll know what recipes to color!

To access the command-lines, simply type /recipeknown or /rk!


All of my Addons can now be downloaded from one convenient spot!
Visit https://bitbucket.org/Kjasi/kjasis-wow-addons to get the latest versions and even updates that haven't been released!

Please hit the donate button to keep me in the game! I also accept WoW tokens! Message me on Battletag Kjasi#1526 to arrange a meet-up!

v0.28
- 5.0.x TOC support.
- Added 4.3-5.1 Pets.
- Lockbox Tooltips will now state the profession/skill the person uses to open the box.
- Lockbox Tooltips will now list people who can learn recipes that will open the box.
- People with multiple skills that can open Lockboxes will now have all their skills shown. So Rogue Engineer Blacksmiths will have 3 listings on the Lockbox tooltips.
- Fixed a lockbox bug that wouldn't list anyone unless at least 1 person could unlock the box.
- Fixed a bug that would think the Rope Pet Leash was actually a pet.
- Update and Scan functions will now properly update Cooking and First Aid.
- Fixed a scanning bug.


v0.27
- 4.2 Update
- Tooltips now work with Pets! (No coloring yet.)
- Updated Database.
- RecipeKnown now works in the zhCN locale, thanks to simshi on WoWInterface!
- Lockbox tooltips now list Blacksmiths and Engineers who can fashion keys or explosives that can open them.
- Fixed some coloring issues. Recipes will now color the way they were meant to!
- Fixed a bug where Recipes for pets would think they ARE pets.
- Fixed a bug that would spam the unknown pet message. These messages will now display only once.
- Removed Keys and their functions.


v0.26
- Offical 4.0.x release.
- Reenabled Rogue Lockpicking. (Still testing...)
- No longer Beta release.
Post A Reply Comment Options
Unread 07-30-13, 11:14 PM  
samvx
A Defias Bandit
 
samvx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 118
Uploads: 3
Hi, any chance to update?
Report comment to moderator  
Reply With Quote
Unread 11-07-12, 01:39 AM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Originally Posted by illiath
I ran into this too, with Cooking, and Inscription.

Quick look, it appears that in scanners.lua line 205, tsid can sometimes be null.

I put an if-end block around that basically just:-
Code:
if (tsid) then
<original line>
end
[snip] I'm seriously just guessing that tsid = tradeskill id
Actually, you are completely correct that tsid is Tradeskill ID.

One of my biggest issues with trying to fix ANY of my addons is that I don't have any game-play time. I could make the change, and have a good idea of what would happen, but I have no way to test it. That's the biggest impediment for fixing and updating my addons right now.
Report comment to moderator  
Reply With Quote
Unread 10-18-12, 09:21 PM  
illiath
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 12
Uploads: 4
I ran into this too, with Cooking, and Inscription.

Quick look, it appears that in scanners.lua line 205, tsid can sometimes be null.

I put an if-end block around that basically just:-
Code:
if (tsid) then
<original line>
end
And now it's working fine for me. However, before other people go running off to do that, I don't know what that will affect, just wanted to mention it for Kjasi to look into in more detail.

I assume it has to do with the new sub-subcategories in some tradeskills (cooking's various "ways", and inscriptions "bind on use/bind on equip" headers). But as I don't know the addon all that well, I'm not sure, I'm seriously just guessing that tsid = tradeskill id

Originally Posted by Kjasi
I'll take a look but at first glance, nothing sticks out at me...
Originally Posted by def9
I get the following error on my Inscriptionist :

Code:
Date: 2012-09-15 23:01:37
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\RecipeKnown\scanners.lua line 205:
   table index is nil
Debug:
   [C]: ?
   RecipeKnown\scanners.lua:205: RecipeKnown_Scanner()
   RecipeKnown\Main.lua:140: RecipeKnown_OnEvent()
   [string "*:OnEvent"]:1:
      [string "*:OnEvent"]:1
Report comment to moderator  
Reply With Quote
Unread 10-16-12, 12:08 AM  
Tr909Tom
A Kobold Labourer

Forum posts: 0
File comments: 34
Uploads: 0
error @AuctionHouse

Date: 2012-10-16 08:05:52
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\RecipeKnown\colorgnomes.lua line 36:
bad argument #1 to 'pairs' (table expected, got nil)
Debug:
[C]: pairs()
RecipeKnown\colorgnomes.lua:36: RecipeKnown_ColorBox()
RecipeKnown\colorgnomes.lua:133: RecipeKnown_ColorGnomes()
RecipeKnown\scanners.lua:441: RecipeKnown_ScanItems()
RecipeKnown\main.lua:137: RecipeKnown_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
Locals:
(*temporary) = nil
(*temporary) = "table expected, got nil"
= <function> defined =[C]:-1
Report comment to moderator  
Reply With Quote
Unread 09-28-12, 04:16 AM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
I'll take a look but at first glance, nothing sticks out at me...
Originally Posted by def9
I get the following error on my Inscriptionist :

Code:
Date: 2012-09-15 23:01:37
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\RecipeKnown\scanners.lua line 205:
   table index is nil
Debug:
   [C]: ?
   RecipeKnown\scanners.lua:205: RecipeKnown_Scanner()
   RecipeKnown\Main.lua:140: RecipeKnown_OnEvent()
   [string "*:OnEvent"]:1:
      [string "*:OnEvent"]:1
Locals:
ScanType = "Recipes"
tradename = "Inscription"
tradecurrentskill = 513
trademaxskill = 525
found = true
headercount = 3
(for index) = 24
(for limit) = 397
(for step) = 1
i = 24
skillName = "Bind on Pick Up"
skillType = "subheader"
tsid = nil
(*temporary) = <table> {
 57703 = "Hunter's Ink"
 57716 = "Snowfall Ink"
 57709 = "Celestial Ink"
 57707 = "Jadefire Ink"
 57704 = "Lion's Ink"
 57708 = "Royal Ink"
 57714 = "Darkflame Ink"
 52843 = "Moonglow Ink"
 52738 = "Ivory Ink"
 57712 = "Ink of the Sky"
 57706 = "Dawnstar Ink"
 61288 = "Minor Inscription Research"
 57715 = "Ink of the Sea"
 86005 = "Inferno Ink"
 53462 = "Midnight Ink"
 57710 = "Fiery Ink"
 57711 = "Shimmering Ink"
 57713 = "Ethereal Ink"
 61177 = "Northrend Inscription Research"
 86004 = "Blackfallow Ink"
}
(*temporary) = "Nadorn"
(*temporary) = "table index is nil"
rk = <table> {
 Database = <table> {
 }
 Defaults = <table> {
 }
 CharName = "Nadorn"
 Constants = <table> {
 }
 Color2 = ""
 ErrorList = <table> {
 }
 Version = "0.271 Beta"
 ClassName = "WARLOCK"
 Localization = <table> {
 }
 Color1 = ""
 Faction = "Horde"
 Realm = "Runetotem"
}
Report comment to moderator  
Reply With Quote
Unread 09-28-12, 04:15 AM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Originally Posted by Tonyleila
Originally Posted by Kjasi
If I get an $18 donation (or more) I can get a month of game time, and focus on updating all my addons, starting with RecipeKnown.
You coud just make an Account an play for free (only untill lvl 20 but I haven't seen one of your addons that need a high level char)
Those only last for 10 days, and I've already got 3 or 4 of them that I don't play.
Report comment to moderator  
Reply With Quote
Unread 09-15-12, 09:03 PM  
def9
A Cobalt Mageweaver
 
def9's Avatar
AddOn Author - Click to view AddOns

Forum posts: 219
File comments: 108
Uploads: 1
I get the following error on my Inscriptionist :

Code:
Date: 2012-09-15 23:01:37
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\RecipeKnown\scanners.lua line 205:
   table index is nil
Debug:
   [C]: ?
   RecipeKnown\scanners.lua:205: RecipeKnown_Scanner()
   RecipeKnown\Main.lua:140: RecipeKnown_OnEvent()
   [string "*:OnEvent"]:1:
      [string "*:OnEvent"]:1
Locals:
ScanType = "Recipes"
tradename = "Inscription"
tradecurrentskill = 513
trademaxskill = 525
found = true
headercount = 3
(for index) = 24
(for limit) = 397
(for step) = 1
i = 24
skillName = "Bind on Pick Up"
skillType = "subheader"
tsid = nil
(*temporary) = <table> {
 57703 = "Hunter's Ink"
 57716 = "Snowfall Ink"
 57709 = "Celestial Ink"
 57707 = "Jadefire Ink"
 57704 = "Lion's Ink"
 57708 = "Royal Ink"
 57714 = "Darkflame Ink"
 52843 = "Moonglow Ink"
 52738 = "Ivory Ink"
 57712 = "Ink of the Sky"
 57706 = "Dawnstar Ink"
 61288 = "Minor Inscription Research"
 57715 = "Ink of the Sea"
 86005 = "Inferno Ink"
 53462 = "Midnight Ink"
 57710 = "Fiery Ink"
 57711 = "Shimmering Ink"
 57713 = "Ethereal Ink"
 61177 = "Northrend Inscription Research"
 86004 = "Blackfallow Ink"
}
(*temporary) = "Nadorn"
(*temporary) = "table index is nil"
rk = <table> {
 Database = <table> {
 }
 Defaults = <table> {
 }
 CharName = "Nadorn"
 Constants = <table> {
 }
 Color2 = ""
 ErrorList = <table> {
 }
 Version = "0.271 Beta"
 ClassName = "WARLOCK"
 Localization = <table> {
 }
 Color1 = ""
 Faction = "Horde"
 Realm = "Runetotem"
}
__________________
Epiria, level 100 Ret/Holy Paladin
Simkin level 100 Combat Rogue
Feldeemus, level 100 Arcane Mage
Report comment to moderator  
Reply With Quote
Unread 09-11-12, 07:17 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Originally Posted by Kjasi
If I get an $18 donation (or more) I can get a month of game time, and focus on updating all my addons, starting with RecipeKnown.
You coud just make an Account an play for free (only untill lvl 20 but I haven't seen one of your addons that need a high level char)
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 09-09-12, 12:23 PM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Originally Posted by stargatingit
Any chance this addon will get updated soon? I'd love for it to work right!
Originally Posted by kasca
This is now tossing errors like crazy. It going to get update? or is it time to find a new one.
I want to update it, but I'm currently out of WoW time, and I can't afford any more. And since the Beta server went down, I can't test out my changes.

If I get an $18 donation (or more) I can get a month of game time, and focus on updating all my addons, starting with RecipeKnown.
Report comment to moderator  
Reply With Quote
Unread 08-07-12, 08:24 AM  
kasca
A Frostmaul Preserver

Forum posts: 288
File comments: 204
Uploads: 0
This is now tossing errors like crazy. It going to get update? or is it time to find a new one.
Report comment to moderator  
Reply With Quote
Unread 07-15-12, 02:58 AM  
stargatingit
Premium Member
Premium Member

Forum posts: 4
File comments: 19
Uploads: 0
Any chance this addon will get updated soon? I'd love for it to work right!
Report comment to moderator  
Reply With Quote
Unread 03-27-12, 11:50 AM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Thank you for this info! Guess I missed them. ^_^ I've added them, and I'll check for others.
Originally Posted by DjarumX42
RecipeKnown does not have a record for Festival Lantern (Itemid: 74611). Please give this information to the development team, so they can add it.
RecipeKnown does not have a record for Lunar Lantern (Itemid: 74610). Please give this information to the development team, so they can add it.

i'm sure you've already been sent this info, but since i'm waiting for LFR, figured i would be useful...
GL/Thx...
Report comment to moderator  
Reply With Quote
Unread 03-21-12, 11:29 PM  
DjarumX42
Goomba Elite
 
DjarumX42's Avatar

Forum posts: 0
File comments: 4
Uploads: 0
RecipeKnown does not have a record for Festival Lantern (Itemid: 74611). Please give this information to the development team, so they can add it.
RecipeKnown does not have a record for Lunar Lantern (Itemid: 74610). Please give this information to the development team, so they can add it.

i'm sure you've already been sent this info, but since i'm waiting for LFR, figured i would be useful...
GL/Thx...
Report comment to moderator  
Reply With Quote
Unread 03-11-12, 05:09 AM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Re: Confirming RK broken

Originally Posted by Szyarah
It neither colors tooltips nor offers comparison (RKnownby) tooltips.

Please fix
I would, but I don't have any money for game-time, so any changes I make would be untested, and I don't like releasing addons like that...
Report comment to moderator  
Reply With Quote
Unread 02-09-12, 01:44 PM  
Szyarah
A Defias Bandit

Forum posts: 2
File comments: 139
Uploads: 0
Confirming RK broken

It neither colors tooltips nor offers comparison (RKnownby) tooltips.

Please fix
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.