Download
(2 Kb)
Download
Updated: 05/27/20 02:23 PM
Pictures
File Info
Compatibility:
Greymoor (6.0.5)
Updated:05/27/20 02:23 PM
Created:11/07/15 02:58 PM
Monthly downloads:714
Total downloads:74,901
Favorites:204
MD5:
Crafted Potions  Popular! (More than 5000 hits)
Version: 2.0.1
by: Ayantir, sirinsidiator
This addon set the Quality level of Crafted potions and poisons depending if :
  • Normal = They're not crafted
  • Green = They're crafted and got 1 bonus
  • Blue = They're crafted and got 2 bonus
  • Purple = They're crafted and got 3 bonus
v2.0.1 - code65536
======
- Fixed wrong return value getting modified for buyback and player trade
- Updated for Greymoor

v2.0.0 - sirinsidiator
======
- Simplified addon code and made it more robust for future API changes
- Updated for Wrathstone
- New GitHub Url: https://github.com/sirinsidiator/CraftedPotions

v14
======
- API Bump

v13
======
- API Bump
- CraftedPotions is now on GitHub : https://github.com/Ayantir/CraftedPotions

v12
======
- API Bump
- Little fix for API compliance.

v11
======
- API Bump

v10
======
- API Bump

v9
======
- API Bump

v8
======
- API Bump for Dark Brotherhood DLC (Version both compatible with Live and DB DLC)
- Now include poisons

v7
======
- API Bump for Thieves Guild DLC

v6
======
- Fixed an error causing incorrect listing in buyback list

v5
======
- Color is now displayed everywhere

v3
======
- Color is now displayed almost everywhere

v2
======
- Color is now changed also in trading house listings. Please note you still need to make your researchs with "white" quality, but results are now colorized.

v1
======
Initial release, color changed in Bags (& Banks)
Optional Files (2)
File Name
Version
Size
Author
Date
Type
11a
3kB
05/24/17 09:50 AM
Patch
11
3kB
05/23/17 05:40 PM
Patch


Archived Files (14)
File Name
Version
Size
Uploader
Date
2.0.0
2kB
sirinsidiator
03/02/19 05:08 PM
14
3kB
Ayantir
09/19/17 04:11 PM
13
3kB
Ayantir
07/15/17 05:14 AM
12
3kB
Ayantir
05/24/17 03:13 PM
11
3kB
Ayantir
01/28/17 12:01 AM
10
3kB
Ayantir
09/05/16 07:02 AM
9
3kB
Ayantir
06/28/16 07:53 AM
8
3kB
Ayantir
05/02/16 11:56 AM
7
3kB
Ayantir
03/06/16 11:20 PM
6
3kB
Ayantir
12/08/15 03:45 AM
5
3kB
Ayantir
11/15/15 12:50 AM
4
3kB
Ayantir
11/14/15 07:14 AM
2
2kB
Ayantir
11/08/15 12:46 AM
1
1kB
Ayantir
11/07/15 02:58 PM


Post A Reply Comment Options
Unread 11/08/15, 02:00 PM  
Kyoma
AddOn Author - Click to view AddOns

Forum posts: 125
File comments: 328
Uploads: 10
Ohhhh very nice. I've been trying to make this but couldn't figure out how to retrieve a potion's data.
Report comment to moderator  
Reply With Quote
Unread 11/09/15, 04:15 AM  
svan

Forum posts: 0
File comments: 209
Uploads: 0
Thanx for this great addon idea
Report comment to moderator  
Reply With Quote
Unread 11/10/15, 06:49 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4913
File comments: 5990
Uploads: 78
Thanks so much Ayantir! This is such an helping hand, as all the potions look the same...

Idea (as there are some color-blind ppl playign this game who have asked me to change some stuff in the past already; and because I get confused by the item colors somehow):
Add an option to change the way the difference is shown.
a) Color (like it is now)
b) Color & text (like it is now + change the end of the item's text inside the inventory and add the number of boni in brackets.

Example:
Potion with no bonus - Essence of health
Potion with 1 bonus - Essen of health (1)
Potion with 3 bonus - Essence of health (3)

c) Only change text

If you like the idea I'll try to implement it and send you the code.
Last edited by Baertram : 11/10/15 at 06:50 AM.
Report comment to moderator  
Reply With Quote
Unread 11/10/15, 07:08 AM  
@AlphaLemming
 
@AlphaLemming's Avatar
AddOn Author - Click to view AddOns

Forum posts: 122
File comments: 316
Uploads: 4
Nice idea. But did this work with Grid View - the background there must be colored, not the name (no name).
@Baertram: A (x) confused also ^^ because it mostly means an amount.
Other idea would be an icon like a "Hand" for crafted, "Hand with one star" ... "Hand with 3 stars".
Report comment to moderator  
Reply With Quote
Unread 11/10/15, 07:21 AM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
Originally Posted by Baertram
Thanks so much Ayantir! This is such an helping hand, as all the potions look the same...

Idea (as there are some color-blind ppl playign this game who have asked me to change some stuff in the past already; and because I get confused by the item colors somehow):
Add an option to change the way the difference is shown.
a) Color (like it is now)
b) Color & text (like it is now + change the end of the item's text inside the inventory and add the number of boni in brackets.

Example:
Potion with no bonus - Essence of health
Potion with 1 bonus - Essen of health (1)
Potion with 3 bonus - Essence of health (3)

c) Only change text

If you like the idea I'll try to implement it and send you the code.
Problem for item name that there is lots of possibilities.

I can add a prefix per exemple, or let a zo_strformat() with a generic like "Tri-Stat" :

ex : Tri-Stat Essence of Health


But did this work with Grid View - the background there must be colored, not the name (no name).
It works. All addons, and esoui to too is cheated.


Tooltips (which are displayed in craft station, quickslots and inventory) are not modified because they parse the itemLink (and don't use any API function).

If you look at the GamepadUI, this addon works a way better than in the Keyboard mode !

I will look how to rewrite a tooltip
I know how to add things, I'll look if I can modify/delete things
Last edited by Ayantir : 11/10/15 at 07:21 AM.
Report comment to moderator  
Reply With Quote
Unread 11/10/15, 08:58 AM  
Jhenox
 
Jhenox's Avatar
AddOn Author - Click to view AddOns

Forum posts: 42
File comments: 392
Uploads: 6
Thank you!

I've been looking for something like this forever! Thank you!
Report comment to moderator  
Reply With Quote
Unread 11/13/15, 10:40 AM  
Eldorhaan
 
Eldorhaan's Avatar

Forum posts: 2
File comments: 142
Uploads: 0
Very good Idea
Report comment to moderator  
Reply With Quote
Unread 12/07/15, 09:54 PM  
Jhenox
 
Jhenox's Avatar
AddOn Author - Click to view AddOns

Forum posts: 42
File comments: 392
Uploads: 6
There seems to be a small problem with this addon. It is causing all the items in the buyback tab at merchants to all appear as the same item. I've gone through all of my addons and finally tracked it down to this one. I do still use this but hopefully you can remedy this issue. Thank you.
Report comment to moderator  
Reply With Quote
Unread 12/08/15, 03:45 AM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
Originally Posted by Jhenox
There seems to be a small problem with this addon. It is causing all the items in the buyback tab at merchants to all appear as the same item. I've gone through all of my addons and finally tracked it down to this one. I do still use this but hopefully you can remedy this issue. Thank you.
Oops , you're right, there was a wrong copy/paste for the buyback function. I updated the addon.
Report comment to moderator  
Reply With Quote
Unread 01/17/16, 07:27 AM  
Enodoc
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 158
Uploads: 6
Grey for Drops?

Hey there, this add-on is great! A request/suggestion: dropped pots have slightly lower stats than vendor-bought pots, so would it be possible to colour dropped pots in grey (ITEM_QUALITY_TRASH) to distinguish them from vendor pots, which would stay in white? Thanks!
Report comment to moderator  
Reply With Quote
Unread 01/17/16, 08:46 AM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
I didn't knew that there was a diff between looted and the ones bought to a merchand.
I'll check and do it.
Last edited by Ayantir : 01/17/16 at 08:46 AM.
Report comment to moderator  
Reply With Quote
Unread 01/22/16, 01:18 PM  
Enodoc
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 158
Uploads: 6
Originally Posted by Ayantir
I didn't knew that there was a diff between looted and the ones bought to a merchand.
I'll check and do it.
Yeah I wasn't sure to start with either. It's most obvious by the fact that drops and bought ones don't stack with each other. I think some of them have completely different potency, while others (like the Lvl 40-ish one) have different duration. It's possible that it's partly or entirely down to level; I think dropped pots of a certain tier are lower than store pots.
Last edited by Enodoc : 01/22/16 at 05:07 PM.
Report comment to moderator  
Reply With Quote
Unread 01/30/16, 01:52 PM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
Just an answer that I won't implement this for 2 reasons.

First, it concerns only pre vet potions, vet potions are same.
Second, I don't have any possibility to identify looted potions compared to bought ones.
Report comment to moderator  
Reply With Quote
Unread 05/22/17, 02:40 PM  
Rothry

Forum posts: 1
File comments: 126
Uploads: 0
LUA Error

since morrowind i get this error:

user:/AddOns/CraftedPotions/CraftedPotions.lua:253: in function 'SetLink'

can you fix it?
Report comment to moderator  
Reply With Quote
Unread 05/23/17, 03:43 AM  
April
 
April's Avatar

Forum posts: 0
File comments: 24
Uploads: 0
Unfortunately this addon is causing all kinds of UI errors when trying to use any crafting station since the Morrowind update so I've had to disable it, which fixes all the problems... any chance of getting an update?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: