Download
(4 Kb)
Download
Updated: 11/04/14 02:04 PM
Pictures
File Info
Compatibility:
Update 5 (1.5.2)
Updated:11/04/14 02:04 PM
Created:05/04/14 05:20 PM
Monthly downloads:46
Total downloads:20,573
Favorites:114
MD5:
Categories:Discontinued & Outdated, Discontinued & Outdated
Harven's Provisioning Tooltips  Popular! (More than 5000 hits)
Version: 1.9b
by: Harven [More]
This simple addon adds an information to the ingredient item's tooltip. The information includes what can be made from given ingredient, ingerdient level, recipe type, food rank (1 - 6) and food level. It only displays known recipes (this is an API limitation). There is also an alliance indication for tier 1 ingredients (EN version only). To see food and ingredients level you must first "discover" it by crafting (or get the optional file listed below).

For tier 2 and 3 ingredients there is also some additional information displayed. It's the recipe type in corresponding colour. This info is displayed in the top right corner of the tooltip. The colours are: blue for tier 2 and pink for tier 3. You don't have to know any recipes for those ingredients to be able to see this additional info. It's written by hand - but only works in EN version for now.

Recipe ranks
Recipe rank 1 = level 1-15
Recipe rank 2 = level 20-25
Recipe rank 3 = level 30-35
Recipe rank 4 = level 40-45
Recipe rank 5 = level 50
Recipe rank 6 = VR5

Optional File: Ingredients Saved Variables
This file contains ingredients levels - EN version.
To use this file you must craft at least one food/drink item, then logout from the game and edit this file:
for us server:
Code:
%USERPROFILE%\Documents\Elder Scrolls Online\live\SavedVariables\HarvensProvisioningTooltip.lua
for eu server:
Code:
%USERPROFILE%\Documents\Elder Scrolls Online\liveeu\SavedVariables\HarvensProvisioningTooltip.lua
Inside this file find the section that begins with ["ingredients"] and ends with corresponding "}," characters. Then replace this whole section with the content of the patch.

Ingredients informations are taken from this site http://tamrieljournal.com/eso-provisioning-ingredients/

Donations
If you like my work you can make me happy by sending some in-game gold/items to @theharven on EU server (but please, no lockpicks ), eventually you can help me pay my monthly subscription by donating some money.


Version 1.9b
- API vesion changed to 100010.
Version 1.9a
- API vesion changed to 100009.

Version 1.9
- Fixed lua exception which occured after crafting food/drinks.

Version 1.8a
- API vesion changed to 100008

Version 1.8
- Fixed ingredients name comparsion. This should fix missing informations for some ingredients, like "Kaveh Beans".

Version 1.7a
- API vesion changed to 100007

Version 1.7
- fixed loot tooltip support,
- API vesion changed

Version 1.6
- fixed lua exception which appeared while crafting.

Version 1.5
- the tooltip can now display ingredients and crafted food levels (but you must first craft to "discover" the level)

Version 1.3
- added an alliance indication for tier 1 ingredients (EN only)

Version 1.2 quickfix
- fixed ingredient type text position in the loot tooltip.

Version 1.1
- added recipe rank information,
- added info about ingredient tier (for tiers > 1) - this info is provided from Ingredients_EN.lua file and for now works only for en version.
Optional Files (0)


Archived Files (12)
File Name
Version
Size
Uploader
Date
1.9a
4kB
Harven
09/16/14 05:44 PM
1.9
4kB
Harven
08/09/14 06:40 AM
1.8a
4kB
Harven
08/05/14 03:45 PM
1.8
4kB
Harven
07/09/14 03:15 PM
1.7a
4kB
Harven
06/25/14 03:23 PM
1.7
4kB
Harven
05/23/14 09:47 AM
1.6
4kB
Harven
05/09/14 03:18 PM
1.5
4kB
Harven
05/08/14 11:41 PM
1.3
3kB
Harven
05/07/14 05:19 PM
1.2
2kB
Harven
05/05/14 04:43 PM
1.1
2kB
Harven
05/05/14 04:33 PM
1.0
2kB
Harven
05/04/14 05:20 PM


Post A Reply Comment Options
Unread 05/05/14, 05:01 PM  
Aiiane
 
Aiiane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 23
Uploads: 0
Slight typo in your description - "ignredient" should be "ingredient".
Report comment to moderator  
Reply With Quote
Unread 05/05/14, 05:11 PM  
Harven
 
Harven's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 275
Uploads: 31
thanks, fixed.
Report comment to moderator  
Reply With Quote
Unread 05/06/14, 12:45 AM  
Nipper4369

Forum posts: 2
File comments: 20
Uploads: 0
Can I request a feature. How about level of food it can make. Not just tier.

http://tamrieljournal.com/eso-provisioning-ingredients/

has a list of level of the food it can make.
Last edited by Nipper4369 : 05/06/14 at 12:17 PM.
Report comment to moderator  
Reply With Quote
Unread 05/06/14, 02:31 PM  
Saftsuse
 
Saftsuse's Avatar

Forum posts: 13
File comments: 149
Uploads: 0
For example "Crawdad" has no ingredient description in it, and some other ingredients dont have any info on what it can be used for, this goes for the other addon like this too. Is it something with what info is available or what?

Thanks for this too
Report comment to moderator  
Reply With Quote
Unread 05/06/14, 05:29 PM  
Harven
 
Harven's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 275
Uploads: 31
Hey,
Nipper4369, I'm considering that feature. The site provides the ingrediens level only - not the crafted food.

Saftsuse, this is because you must first learn a recipe that uses given ingredient. The API doesn't allow you to query for all recipes - only the known ones.
Report comment to moderator  
Reply With Quote
Unread 05/07/14, 11:26 AM  
Busko

Forum posts: 0
File comments: 1
Uploads: 0
Hey this mod looks really intresting but could it by any chance also include what faction each of the ingredient is from would save me lots of space not hording items for other factions recepices.
Report comment to moderator  
Reply With Quote
Unread 05/07/14, 07:04 PM  
Nipper4369

Forum posts: 2
File comments: 20
Uploads: 0
Originally Posted by Harven
Hey,
Nipper4369, I'm considering that feature. The site provides the ingrediens level only - not the crafted food.

Saftsuse, this is because you must first learn a recipe that uses given ingredient. The API doesn't allow you to query for all recipes - only the known ones.
Thats what I want. The level of the ingredient is the level of the food it can make. Also if you want a full listing of food that can be crafted.

http://elderscrollsonline.wiki.fextr...m/Provisioning

Just view the recipe list. It has them all.
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 06:20 PM  
rotatorkuf

Forum posts: 0
File comments: 81
Uploads: 0
it appears the wrong file was uploaded?

zip says custom map pins
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 09:02 PM  
Nipper4369

Forum posts: 2
File comments: 20
Uploads: 0
Is there a way you can have the tooltip show the ingredient level thats shown on http://tamrieljournal.com/eso-provisioning-ingredients/


Even if it is a example I will fill out the database with all the entry's I don't mind.
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 11:47 PM  
Harven
 
Harven's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 275
Uploads: 31
Sorry about the wrong file

Nipper4369, the tooltip now shows ingredient level but you must first discover it by crafting. This is because it will work for all launguages.
Report comment to moderator  
Reply With Quote
Unread 05/08/14, 11:54 PM  
Nipper4369

Forum posts: 2
File comments: 20
Uploads: 0
Originally Posted by Harven
Sorry about the wrong file

Nipper4369, the tooltip now shows ingredient level but you must first discover it by crafting. This is because it will work for all launguages.

Is there a way to build the database without having to craft it. I already own all the recipes that I can craft. But hate to have to craft each one again. Plus I use another character for crafting my food.
Last edited by Nipper4369 : 05/08/14 at 11:55 PM.
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 12:07 AM  
Harven
 
Harven's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 275
Uploads: 31
Yes, craft at least one food/drink item, then logout from the game and edit this file:
for us server:
Code:
%USERPROFILE%\Documents\Elder Scrolls Online\live\SavedVariables\HarvensProvisioningTooltip.lua
for eu server:
Code:
%USERPROFILE%\Documents\Elder Scrolls Online\liveeu\SavedVariables\HarvensProvisioningTooltip.lua
You just need to edit the ["ingredients"] section. I'll try to prepare that file later today.
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 05:19 AM  
Harven
 
Harven's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 275
Uploads: 31
Hey, check the out addon description page. You can find ingredients levels file there and instructions how to install it.
Last edited by Harven : 05/09/14 at 05:20 AM.
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 02:51 PM  
wookiefrag
 
wookiefrag's Avatar

Forum posts: 0
File comments: 12
Uploads: 0
Since the vers. 1.5 I have that UI error when cooking:

"user:/Addons/HarvensProvisoningTooltips/HarvensProvisioningTooltips.lua:86:attempt to index a nil value
stack traceback:
user:/Addons/HarvensProvisoningTooltips/HarvensProvisioningTooltips.lua:86:in function 'HarvensProvisoningTooltips:CraftCompleted'
(tail call):?"

Note that I'm using MultiCraft 1.4.1 too.
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 03:19 PM  
Harven
 
Harven's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 275
Uploads: 31
It should be fixed in 1.6. Let me know if that's true.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: