lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Crafting


Post A Reply
Author Comments Comment Options
Unread 08-17-2013, 07:43 AM  
Adurain
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
I always get the error message

..he Rings Online\Plugins\Vinny\CookingRef\CR_Main.lua:24: Unable to parse file!

Does anybody know what this means and how i can fix it?
Adurain is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-17-2013, 11:30 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 1.6

I've finally got all the food stats entered and can now officially release the Food Stat finder feature. The /crs command opens a new Food Stats window where you can select a desired stat and search through the top foods for the selected stat.

Note: I had to enter hundreds of values, so I'm sure I've made a few typos. Please let me know if you find any mistakes.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-06-2013, 06:45 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 1.5.4

This is a minor update that cleans up some issues that I've found. I've found a few data values that were entered wrong and the ingredient list for Breakfast Table wasn't formatted right. If the main window was positioned on the right side of the screen, the Find Recipe window would be positioned off-screen, so it now checks and positions it to the left if there isn't enough space.

I also continue to consolidate the code between my plugins and try to make it more efficient. Most of the code that handles the Plugin Manager options tab has been standardized and moved into the common folder to reduce duplication. I also made the Find Recipe window load-on-call, which means that it won't be loaded until the window is opened (saves on memory usage).

Lastly, I've got the code for stat food searches working, but still have most of the data left to enter. However, if you'd like to play with the first 3 tiers of data (up to level 20 food), you can use the command "/crs" to open the Stats window and try it out (its still beta). Let me know if you have suggestions.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-18-2013, 06:09 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 1.5

This is a significant update that adds a /crc command to make it easier to find the best recipes for improving your cooking skill. A "/cr quest" command displays known cooking quests. I've added over a dozen new recipes that were recently added to the game, but still lack some details on the four Wildermore faction recipes. I've made some minor improvements to the recipe window and the command line can now handle a link of an item stack.

Note: it will still take me a couple of weeks to earn enough rep to learn the four Wildermore faction recipes. I'll do a minor update when its done.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-05-2013, 04:02 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Wildermore recipes

I've found four new cooking recipes in Wildermore, but they require Ally standing to buy, so it will be awhile before I can get them and add them to CR.

PS. I finished the People of Wildermore quest line and have started on the Survivors of Wildermore dailies. I've calculated that its going to take another 3 weeks of dailies to achieve the required rep.

Last edited by Vinny : 06-14-2013 at 07:12 PM.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-15-2013, 08:35 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 1.4.6 - Update 11

This version just adds the cooking facility at Forlaw in the new Wildermore zone added with Update 11. I was hoping for new recipes, but haven't seen any so far.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-11-2013, 12:12 PM  
RJFerret
The Wary

Forum posts: 0
File comments: 32
Uploads: 0
Re: Version 1.4.5

Thanks for the fix and info, will do! :-)
RJFerret is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-04-2013, 03:08 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 1.4.5

This is a minor update that adds two new bulk guild recipes that I found on the Galadhrim guild vendor. It also fixes the logic error reported by RJFerret that occurs during a Used-In search.

Note to RJFerret: Thanks for the error report, but the error was in the code logic, not in the .plugindata file, so while your deletion prevented the error, it also corrupted the configuration so you should delete the file and do the check again to rebuild it.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-04-2013, 04:09 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Quote:
I'm failing terribly at finding the string that RJFerret found, so I hope it can be fixed fairly soon.
I'm ready to revisit this plugin and hope to have a fix soon. My main problem is that I have to many different things that I'm working on, so I have to ration my time and don't get to address things as soon as I'd like to.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-01-2013, 02:40 AM  
dianek93
The Wary
 
dianek93's Avatar

Forum posts: 1
File comments: 3
Uploads: 0
I'm failing terribly at finding the string that RJFerret found, so I hope it can be fixed fairly soon. I've really fallen in love with this plugin, but the error is preventing me from finding what ingredients I have can be turned into. Makes me sad because in order to clear out my bags of all of the low level ingredients, I either have to sell them or figure it out the hard way. Great plugin though!
dianek93 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-25-2013, 09:10 AM  
RJFerret
The Wary

Forum posts: 0
File comments: 32
Uploads: 0
... Rings Online\Plugins\Vinny\CookingRef\CR_Window.lua:230: bad argument #1 to 'find' (string expected, got nil)

I just downloaded this today, it seemed to be working fine, until I did /cr check. Now that error results when clicking "Used In".

Switching to an alt that didn't have /cr check applied, worked fine, the error/loss of functionality is only on my cook.

Ah! Looking in PluginData, I found an error, deleting the odd line permitted it to work again:

Code:
 ["20B21"] = "1",
 ["CharacterName"] = "1", 
 ["20B3B"] = "1",
I noticed another odd line in the data too, which didn't affect this bug, such as...
[1.000000] = "CharacterName",

Last edited by RJFerret : 02-25-2013 at 09:11 AM.
RJFerret is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-17-2013, 05:22 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Version 1.4.3

This is a minor update that enhances the Used-in list. If the player has known cooking recipes, any recipes in the list that are unknown will be listed with the tier in red. This helps the player find the recipes that they can craft using the selected ingredient.

Note: All cooking items are indexed by item id, so batch guild recipes will show up as known if the item can be crafted as a crit in a known recipe, even if the guild version isn't known.

Last edited by Vinny : 02-17-2013 at 05:24 PM.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-11-2013, 01:52 AM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Quote:
The common folder of this plugin has the same named common files as the Daily Tasks reference plugin. Will this pose a problem if you're using both plugins?
This is why they are in a common folder, so they can share the files instead of duplicating them. The routines are also shared in memory if both plugins are loaded together.
Vinny is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-11-2013, 12:55 AM  
zarden
The Undefeated
 
zarden's Avatar

Forum posts: 7
File comments: 38
Uploads: 0
The common folder of this plugin has the same named common files as the Daily Tasks reference plugin. Will this pose a problem if you're using both plugins?
zarden is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-10-2013, 07:54 PM  
Vinny
The Indomitable
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 807
Uploads: 12
Exclamation Version 1.4.2

This is a minor update. I added an auto-open setting in Plugin Manager Option tab that works like it does for my other plugins to automatically open the plugin window when it loads.

I've also added support for a new plugin that I wrote called "Vinny Loader" that lets you load any of my plugins with just a single click. If it is already loaded, it will just open the plugin window (or in the case of ET, display the event list).
Vinny 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 09:02 AM.


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