lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Crafting


Post A Reply
Author Comments Comment Options
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, 11:22 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 779
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, 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, 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, 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, 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, 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, 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, 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, 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-28-2012, 10:38 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 779
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-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, 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, 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
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 12:59 PM.


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