lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Crafting

Category: CraftingRecipeTracker
Interface Information
Download
How do I install this? (FAQ)
Name: RecipeTracker   Popular!
Author:
Date: 01-26-2013 12:11 AM
Size: 39.11 Kb
Version: 1.3
Rate File: 5 out of 5 with 3 votes  
Pictures
Click to enlarge 

Views: 0
Size: 47.45 Kb
Dimensions: 706 x 491
 
Description
RecipeTracker will automatically track all of your known recipes on each of your characters on a server. It allows any characters crafting list to be viewed instantly, without needing to log out and in again. It also includes a quick recipe search which will tell instantly which characters can use that recipe that just dropped, and which characters already know it.

Features:
  • Tracks/views all known recipes on all alts
  • Tracks crafting proficiency/mastery status and experience for all alts
  • Minimized plugin icon (disable from options if you don't want it)
  • Recipe quick search - just drag a recipe to the quickslot and instantly see which character already know it, and which characters need it. Or search by simply typing part of the recipe name.
  • Shows ingredients required for a recipe, even for recipes known only by alts.

Commands:
  • /recipetracker options
  • /recipetracker show
  • /recipetracker hide
  • /recipetracker toggle

Limitations:
  • There's a bug in the LUA API which means that when you learn a new recipe it won't show up in the list. You'll have to log out and then log in again in order for the new recipe to appear in the characters list.
  • Only the known recipes can be tracked, there is no way to see a list of the unknown recipes, as the LUA API doesn't show this information yet.
  • The quickslot search is a bit primitive since it is based only on the recipe name. Let me know if it fails on any recipes and I'll patch it. Also there's no way in the API to tell for what profession a recipe is intended, so the list of characters just says 'All characters' when an unknown recipe is found.

Changelist:
1.3 - 26/1/13
  • Profiency and mastery experience is now tracked and can be seen on all alts.
  • Search text box in addition to the quickslot, allows searching by typing part of the recipe name.
  • Fixed session play bug where a new character entry was created for the session character.
  • More fixes for the German client where recipe name does not match the result (thanks again to Amethadan for these).
1.2 - 3/11/12
  • Ingredients are now stored for every recipe and can be seen on a separate tab.
  • Full German localization (thanks to Amethadan)
  • Fixes for issues in German client where recipe name does not match the result.
1.1 - 30/10/12
  • Reduced memory usage by removing duplication of recipe data
  • The "Needed by" list now shows characters in gray if they have not yet achieved the required proficiency for the recipe.
  • Quickslot is cleared after searching
  • German clients use correct recipe format for quickslot search
1.01 - 29/10/12
  • Fixed a bug with the expand/collapse icons
  • Added plugincompendium file
Archive List (Old Versions)
File Name
Version
Size
Author
Date
1.2
37.88 Kb
scarlim
11-02-2012 07:34 PM
1.1
26.73 Kb
scarlim
10-29-2012 07:02 PM
1.01
26.12 Kb
scarlim
10-28-2012 07:20 PM
1.0
25.59 Kb
scarlim
10-28-2012 06:41 AM
File Statistics
User Rating:
5 out of 5 with 3 votes
Downloads: 59245
Views: 119044
Favorites: 60
Uploaded By:
 
Last Modified: N/A

View Pictures. Download Now! Post A Comment


Post A Reply
Author Comments Comment Options
Unread 10-28-2012, 12:18 PM  
Koroeth
The Wary
 
Koroeth's Avatar

Forum posts: 0
File comments: 11
Uploads: 0
Wow! This plug-in is a blessing! For someone who has five lvl 75+ characters and all of them are grand masters in their guilds this is really usefull. Will keep a close eye on this one. No more wasting space in my shared storage, i simply check what recipe i know and where and throw it away on the spot. Keep up the good work!
Koroeth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-28-2012, 01:48 PM  
Salahn
The Wary
 
Salahn's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
Just what I was looking for, great

Can't find this on Plugin Compendium though, any chance you can make it so it works with it?

http://www.lotrointerface.com/downlo...ompendium.html

Last edited by Salahn : 10-28-2012 at 01:49 PM.
Salahn is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-28-2012, 08:40 PM  
scarlim
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 18
Uploads: 1
Glad to hear it's being found useful

It's now available in Plugin Compendium too.
scarlim is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-28-2012, 10:38 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
Great plugin

I have alts in every crafting guild, so this will help a lot.

Is there any way to see what the recipe components are? It would be very nice if my farmer could check and see which items my cook uses.

Also a suggestion; in the "Needed by" list, color the alt name in red (or flag in some way) if they aren't capable of learning it yet.

PS. After running through all my alts, I had a look at your plugindata file and was shocked to see that it was 1201 KB! I'm having second thoughts about auto-loading this for each character because of the extra overhead. I noticed that the full recipe record is duplicated for every character that knows it. It would be much more efficient to only store it once and have the character record point to it or have the recipe record list which characters know it.

Last edited by Vinny : 10-29-2012 at 01:05 AM.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-29-2012, 02:28 AM  
scarlim
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 18
Uploads: 1
Thanks for the suggestions, I'll have them in the next version. That data size is definitely a bit larger than I was expecting, how many alts do you have out of curiosity? Luckily it will be easy to optimize as you noted.
scarlim is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-29-2012, 04:48 AM  
Amethadan
The Undefeated
 
Amethadan's Avatar
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 88
Uploads: 18
Patches for Germans

On german Clients the Scan to check Recipes doesn't work, so if germans want use the Search they have to patch the Line 595

Quote:
local recipeName = string.match(itemName, "(.+) Recipe$");
to

Quote:
local recipeName = string.match(itemName, "Rezept*");
Amethadan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-29-2012, 05:02 AM  
Koroeth
The Wary
 
Koroeth's Avatar

Forum posts: 0
File comments: 11
Uploads: 0
I have a suggestion (or reporting bug not sure):
Each time i check for recipe availibility on my characters and then close the window that recipe will stuck in the search box. Would it be possible to clear that search box after i close the window? Or is it working as intended?
Koroeth is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-29-2012, 06:17 AM  
scarlim
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 18
Uploads: 1
Re: Patches for Germans

Quote:
On german Clients the Scan to check Recipes doesn't work, so if germans want use the Search they have to patch the Line 595
So the German recipes are then all of the form "Rezept Wienerschnitzel", not "Rezept für Wienerschnitzel" or something else like that? Does anybody have the format for the French client too? I can have the plugin check the language and use the right one.
scarlim is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-29-2012, 07:25 AM  
Amethadan
The Undefeated
 
Amethadan's Avatar
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 88
Uploads: 18
Form in German

The Right Form at the German Clients is like this

Rezept: Silberner Mallorn-Wurfspiess

but the Addon have a second bug i seen.
On german Clients the Professions and the Tier apear in english not in german. I looked in the Files to see if i can translate this but it seems, that you read this Data out of the GameDB. So it seems that this Problem comes from there. But my Programming Knowledge is not enough big to try to solve this for myself.
Amethadan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-29-2012, 08:11 AM  
scarlim
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 18
Uploads: 1
Quote:
I have a suggestion (or reporting bug not sure):
Each time i check for recipe availibility on my characters and then close the window that recipe will stuck in the search box. Would it be possible to clear that search box after i close the window? Or is it working as intended?
That was the original intent, to clear the quickslot after every search, but I couldn't get it working. But I've tried again and now it works, so it will be in the next version
scarlim is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-29-2012, 08:14 AM  
scarlim
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 18
Uploads: 1
Re: Form in German

Quote:
The Right Form at the German Clients is like this

Rezept: Silberner Mallorn-Wurfspiess

but the Addon have a second bug i seen.
On german Clients the Professions and the Tier apear in english not in german. I looked in the Files to see if i can translate this but it seems, that you read this Data out of the GameDB. So it seems that this Problem comes from there. But my Programming Knowledge is not enough big to try to solve this for myself.
If you give me the correct translations for the tiers and professions then I'll put them in manually. Sadly I can't get them automatically from Lua like the recipe/category names.
scarlim is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-29-2012, 10:23 AM  
jasonspeed
The Undying
 
jasonspeed's Avatar

Forum posts: 29
File comments: 55
Uploads: 0
This is AWESOME. Thank you for making this very useful plugin. I have 5 alts and no I can save time and storage space transferring recipes back and forth. I can give already known recipes to kin mates.
jasonspeed is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-29-2012, 11:22 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 776
Uploads: 11
Quote:
Thanks for the suggestions, I'll have them in the next version. That data size is definitely a bit larger than I was expecting, how many alts do you have out of curiosity? Luckily it will be easy to optimize as you noted.
I have 8 characters and 7 of them have GM crafting guild rep, i.e. they know all the guild recipes through tier 8.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-29-2012, 07:04 PM  
Amethadan
The Undefeated
 
Amethadan's Avatar
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 88
Uploads: 18
German Translations

Tailor = Schneider
Woodworker = Drechsler
Farmer = Bauer
Cook = Koch
Jeweller = Goldschmied
Scholar = Gelehrter
Weaponsmith = Waffenschmied
Metalsmith = Schmied
Forester = F\195\182rster
Prospector = Schürfer

Apprentice = Lehrling
Journeyman = Geselle
Expert = Experte
Artisan = Virtuose
Master = Meister
Supreme = \195\156berragend
Westfold = Westfold
Eastemnet = Ost-Emnet
Amethadan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-29-2012, 07:13 PM  
scarlim
The Wary
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 18
Uploads: 1
New version

New version released, it should hopefully use quite a bit less memory. Also bear in mind that the memory use in the game will typically be less than half the size of the data, as the binary format is more efficient than the text format used for saving.
scarlim is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 08:32 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui