Go to Page... |
Compatibility: | Dragonhold (5.2.5) |
Updated: | 11/26/19 04:57 PM |
Created: | 04/15/15 08:36 PM |
Monthly downloads: | 21,207 |
Total downloads: | 1,018,770 |
Favorites: | 764 |
MD5: |
if ESOMRL and ESOMRL.ISMRLTracking(itemLink) then
File Name |
Version |
Size |
Uploader |
Date |
1.56.31 |
243kB |
Phinix |
10/26/19 06:05 AM |
|
1.56.29 |
345kB |
Phinix |
08/15/19 03:11 PM |
|
1.56.28 |
345kB |
Phinix |
05/31/19 08:06 PM |
|
1.56.27 |
345kB |
Phinix |
05/28/19 06:38 PM |
|
1.56.26 |
337kB |
Phinix |
05/21/19 08:47 AM |
|
1.56.25 |
332kB |
Phinix |
05/02/19 04:45 PM |
![]() |
Comment Options |
![]() |
||
I will consider adding a welcome message when logging in to tell you about the slash commands, but you can also set a keybind to show and hide the window from your control settings. To search for a recipe you can hover your mouse over the bottom right of the window and click in the search box, and type the name. To be able to move your mouse around without moving the camera, you must toggle In-Game Cursor mode. By default this is mapped to the '.' key, however you can set a custom keybind for this in your Controls also. It is under the User Interface section, at the very bottom (Toggle In-Game Cursor).
__________________
My Addons: ESO Master Recipe List - SALTI - Dungeon Tracker - EZReport - Poison Master - Vampire's Woe - Chat Window Manager ... (more) Also co-author for: Azurah - Srendarr - Show Motifs - Combat Cloud Phinix Addon-Powered UI PC NA |
||
![]() |
![]() |
Phinix |
View Public Profile |
Send a private message to Phinix |
Visit Phinix's homepage! |
Find More Posts by Phinix |
Add Phinix to Your Buddy List |
![]() |
||
![]() Try typing this in chat on the character with the error: Code:
/script d(ESOMRL.SV[800].ignorestolen)
__________________
My Addons: ESO Master Recipe List - SALTI - Dungeon Tracker - EZReport - Poison Master - Vampire's Woe - Chat Window Manager ... (more) Also co-author for: Azurah - Srendarr - Show Motifs - Combat Cloud Phinix Addon-Powered UI PC NA |
||
![]() |
![]() |
Phinix |
View Public Profile |
Send a private message to Phinix |
Visit Phinix's homepage! |
Find More Posts by Phinix |
Add Phinix to Your Buddy List |
![]() |
|
Why dosen't the addon show up with the cooking window and why is there no hint to the /mrl ingame?
How do I search for a ricept I want to craft? I thought this nice addon woud save me from scrolling through my whole list to craft 1 thing.
__________________
My Addons @ WoWInterface
Last edited by Tonyleila : 06/16/15 at 04:29 PM.
|
|
![]() |
![]() |
Tonyleila |
View Public Profile |
Send a private message to Tonyleila |
Visit Tonyleila's homepage! |
Find More Posts by Tonyleila |
Add Tonyleila to Your Buddy List |
Anceane |
View Public Profile |
Send a private message to Anceane |
Send email to Anceane |
Visit Anceane's homepage! |
Find More Posts by Anceane |
Add Anceane to Your Buddy List |
![]() |
||
Did you completely exit the game before deleting it? The game keeps a copy in memory until you do, so that might be something to check. Also, is it the exact same error, referencing line 2018? Last thing, does this character have any special characters in their name? It shouldn't make a difference but is worth checking. Generally though, if the game is having trouble creating saved variables for a character for whatever reason, it will be unable to create ANY, not just one specific variable. Especially if you delete the saved variables file for this addon with the game closed and reload. : perplexed :
__________________
My Addons: ESO Master Recipe List - SALTI - Dungeon Tracker - EZReport - Poison Master - Vampire's Woe - Chat Window Manager ... (more) Also co-author for: Azurah - Srendarr - Show Motifs - Combat Cloud Phinix Addon-Powered UI PC NA
Last edited by Phinix : 06/16/15 at 03:58 PM.
|
||
![]() |
![]() |
Phinix |
View Public Profile |
Send a private message to Phinix |
Send email to Phinix |
Visit Phinix's homepage! |
Find More Posts by Phinix |
Add Phinix to Your Buddy List |
![]() |
|||
Even changing the code to true or false into the .LUA does nothing at all.
I deleted the saved variables, logged this character first, the error still pop but only at log in. After dismissing the error pop up, and doing a reloadui the error do not show up. This happens only for this character, none of the 7 others have the problem. (i even applied manually to all characters the same *800* settings, nothing changed and Deserae still have the pop up window error at log in - i cleared her inventory so she had nothing in it even)
__________________
![]()
Last edited by Anceane : 06/16/15 at 04:05 PM.
|
|||
![]() |
![]() |
Anceane |
View Public Profile |
Send a private message to Anceane |
Send email to Anceane |
Visit Anceane's homepage! |
Find More Posts by Anceane |
Add Anceane to Your Buddy List |
![]() |
||
Try this: Logged in as the alt in question, go into addon setting for ESO Master Recipe List and toggle the setting 'Ignore Stolen Items' off and on. Does it generate an error doing that? If not, log out and back and see if the other error remains. If the error still happens, exit the game completely and navigate to your \Documents\Elder Scrolls Online\live\SavedVariables folder. There delete or rename (if you want to keep a backup) the MasterRecipeList.lua file. This will completely reset the addon, and should recreate all the proper variable tables. You will have to log in with each character again to rebuild the list of who knows what. Also any settings you have configured will have to be reconfigured. I hope this helps. I'm not sure why the game wouldn't be updating the new value. So far I am unable to replicate it. Alternately, if you have somewhere you can upload your \Documents\Elder Scrolls Online\live\SavedVariables\MasterRecipeList.lua and PM me the link, I can manually edit in the value for you so you can keep all your settings. You could try it too if you are confident (just make a backup first). Open the \Documents\Elder Scrolls Online\live\SavedVariables\MasterRecipeList.lua file and search for the name of the character in question (that is having errors). You will see their name in brackets followed by some curly brackets and a CharacterSettings header, then some numbered table entries like this: Code:
["The Character Name"] = { ["CharacterSettings"] = { [1] = 3, [2] = 0, [3] = 0, [4] = 0, [5] = 3, [6] = 0, ...etc. Code:
[800] = { ["debugmode"] = true, ["recipeconfigpanel"] = 0, ["lttshow"] = 1, ["tooltipstyle"] = 0, ["maxjunkquality"] = 2, ["maxjunkstack"] = 10, ["fcoitemsaver"] = false, ["ingtracklist"] = 0, ["inventoryicons"] = true, ["destroyjunkingredients"] = false, ["destroyunmarkedingredients"] = 0, ["xpos"] = 0, ["ypos"] = 0, ["junkunmarkedingredients"] = 0, ["recipetracklist"] = 0, ["destroyjunkrecipes"] = false, ["trackChar"] = true, ["junkunmarkedrecipes"] = 0, ["destroyunmarkedrecipes"] = 0, }, Code:
["ignorestolen"] = true,
__________________
My Addons: ESO Master Recipe List - SALTI - Dungeon Tracker - EZReport - Poison Master - Vampire's Woe - Chat Window Manager ... (more) Also co-author for: Azurah - Srendarr - Show Motifs - Combat Cloud Phinix Addon-Powered UI PC NA
Last edited by Phinix : 06/16/15 at 02:14 PM.
|
||
![]() |
![]() |
Phinix |
View Public Profile |
Send a private message to Phinix |
Send email to Phinix |
Visit Phinix's homepage! |
Find More Posts by Phinix |
Add Phinix to Your Buddy List |
![]() |
|
My provisionner cooking 50, does not have this message, but each time i log on my alt (working on provisionning too), i receive this :
Code:
2015-06-16T13:10:34.821-05:00 |cff0000Lua Error: user:/AddOns/MasterRecipeList/MasterRecipeList.lua:2018: attempt to index a nil value stack traceback: user:/AddOns/MasterRecipeList/MasterRecipeList.lua:2018: in function 'OnInventorySlotUpdate'|r
__________________
![]() |
|
![]() |
![]() |
Anceane |
View Public Profile |
Send a private message to Anceane |
Send email to Anceane |
Visit Anceane's homepage! |
Find More Posts by Anceane |
Add Anceane to Your Buddy List |
![]() |
|
|
You're welcome. Thanks for the quick fix, works great again!
![]() |
![]() |
![]() |
Migoda |
View Public Profile |
Send a private message to Migoda |
Send email to Migoda |
Visit Migoda's homepage! |
Find More Posts by Migoda |
Add Migoda to Your Buddy List |
![]() |
||
__________________
My Addons: ESO Master Recipe List - SALTI - Dungeon Tracker - EZReport - Poison Master - Vampire's Woe - Chat Window Manager ... (more) Also co-author for: Azurah - Srendarr - Show Motifs - Combat Cloud Phinix Addon-Powered UI PC NA
Last edited by Phinix : 06/15/15 at 03:32 PM.
|
||
![]() |
![]() |
Phinix |
View Public Profile |
Send a private message to Phinix |
Send email to Phinix |
Visit Phinix's homepage! |
Find More Posts by Phinix |
Add Phinix to Your Buddy List |
![]() |
|
Mousing over a recipe crash the game
I should have read the ESO notes : THE ADDON is not involved it comes directly from the patch maintenance
![]() I updated this morning to the last version. After the game maintenance, went on, stole a recipe, wanted to mouse over : crashed (it was marked ignored stolen item by default at logging). So i went back, changed the settings to OFF for the stolen items. open inventory, mouse over the recipe : crashed again. Went back on with another character, with no recipe in her inventory. I can mouse over any items fine. Opened my mail listing and mouse over a recipe waiting in it, crashed. The recipe was not a stolen one. Last test : delete the saved variables, log in, /recipes, mouse over the list : crash Went to check the saved variables : no new ones were created or registered probably because of the crash Reverting to the old version 1.32a : crashed after opening /recipes and mousing over a recipe
__________________
![]()
Last edited by Anceane : 06/15/15 at 10:11 AM.
|
|
![]() |
![]() |
Anceane |
View Public Profile |
Send a private message to Anceane |
Send email to Anceane |
Visit Anceane's homepage! |
Find More Posts by Anceane |
Add Anceane to Your Buddy List |
![]() |
|
|
Hey Phinix,
i found a little localization bug after updating to version 1.33. All text is displayed in russian now instead of german. |
![]() |
![]() |
Migoda |
View Public Profile |
Send a private message to Migoda |
Send email to Migoda |
Visit Migoda's homepage! |
Find More Posts by Migoda |
Add Migoda to Your Buddy List |
![]() |
||
This has been added to the new version 1.33!
Several other new features have been added, and many optimizations have been made. Take a look at the current changelog: Version 1.33:
__________________
My Addons: ESO Master Recipe List - SALTI - Dungeon Tracker - EZReport - Poison Master - Vampire's Woe - Chat Window Manager ... (more) Also co-author for: Azurah - Srendarr - Show Motifs - Combat Cloud Phinix Addon-Powered UI PC NA
Last edited by Phinix : 06/15/15 at 05:13 AM.
|
||
![]() |
![]() |
Phinix |
View Public Profile |
Send a private message to Phinix |
Send email to Phinix |
Visit Phinix's homepage! |
Find More Posts by Phinix |
Add Phinix to Your Buddy List |
![]() |
|
Forum posts: 26
File comments: 79
Uploads: 0
|
![]() Can we get the check marks for known/unknown recipes like sous chef provides? I'm running both add-ons right now but would prefer to run just yours.
The only reason I run sous chef still is for the check mark. I'd like the check mark to be visible on an alt, as long as the main provisioner we choose knows it. Thank you! |
![]() |
![]() |
Sidney |
View Public Profile |
Send a private message to Sidney |
Send email to Sidney |
Visit Sidney's homepage! |
Find More Posts by Sidney |
Add Sidney to Your Buddy List |
![]() |
||
![]()
__________________
My Addons: ESO Master Recipe List - SALTI - Dungeon Tracker - EZReport - Poison Master - Vampire's Woe - Chat Window Manager ... (more) Also co-author for: Azurah - Srendarr - Show Motifs - Combat Cloud Phinix Addon-Powered UI PC NA
Last edited by Phinix : 06/07/15 at 11:21 AM.
|
||
![]() |
![]() |
Phinix |
View Public Profile |
Send a private message to Phinix |
Send email to Phinix |
Visit Phinix's homepage! |
Find More Posts by Phinix |
Add Phinix to Your Buddy List |
![]() |
Items I would most like to have gifted: (To gift click the little gift icon at the bottom of the item in the in-game Crown Store.) Event Tickets (while it's on sale!) Other: CROWN CRATES (any season, any amount) UPGRADES -> Service Tokens -> Appearance Change Token @IllusoryID - PC NA |
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.