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:896
Total downloads:75,790
Favorites:207
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 02/25/19, 06:49 PM  
Thallassa

Forum posts: 2
File comments: 28
Uploads: 0
Wrathstone Update Error

Oddly enough this is the only addon I've found with an error! Error occurs with only this addon enabled. Go to new guild store UI, and try to search any item category that contains potions, such as "all items" or "consumables". The UI continues to function normally in other views such as inventory.

Such a neat little addon I hope it gets updated!

EsoUI/Libraries/Globals/globalapi.lua:117: operator / is not supported for nil / number
stack traceback:
EsoUI/Libraries/Globals/globalapi.lua:117: in function 'zo_roundToNearest'
EsoUI/Ingame/TradingHouse/TradingHouse_Shared.lua:29: in function 'ZO_TradingHouse_CreateItemData'
(tail call): ?
EsoUI/Ingame/TradingHouse/Keyboard/TradingHouse_Keyboard.lua:839: in function 'ZO_TradingHouseManager:RebuildSearchResultsPage'
EsoUI/Ingame/TradingHouse/Keyboard/TradingHouse_Keyboard.lua:760: in function 'ZO_TradingHouseManager:OnSearchStateChanged'
EsoUI/Ingame/TradingHouse/Keyboard/TradingHouse_Keyboard.lua:47: in function 'callback'
EsoUI/Ingame/TradingHouse/Keyboard/TradingHouse_Keyboard.lua:42: in function 'callback'
EsoUI/Libraries/Utility/ZO_CallbackObject.lua:111: in function 'ZO_CallbackObject:FireCallbacks'
EsoUI/Ingame/TradingHouse/TradingHouse_Shared.lua:273: in function 'ZO_TradingHouseSearch:SetSearchState'
EsoUI/Ingame/TradingHouse/TradingHouse_Shared.lua:243: in function 'ZO_TradingHouseSearch:OnResponseReceived'
EsoUI/Ingame/TradingHouse/TradingHouse_Shared.lua:200: in function '(anonymous)'
Report comment to moderator  
Reply With Quote
Unread 07/12/18, 06:42 PM  
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 288
File comments: 763
Uploads: 7
still works fine just needs another - API Bump
Report comment to moderator  
Reply With Quote
Unread 02/18/18, 08:27 AM  
Nighn_9
 
Nighn_9's Avatar

Forum posts: 10
File comments: 50
Uploads: 0
update please
Report comment to moderator  
Reply With Quote
Unread 05/24/17, 09:58 AM  
Zarhawk
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 10
Uploads: 3
Re: Re: Fixes for Morrowind

Sorry for anyone that grabbed my first patch, rookie mistake, I left a couple debug lines in that are likely filling your chat window. Patch 11a I removed those debug lines.
Report comment to moderator  
Reply With Quote
Unread 05/23/17, 06:15 PM  
Daxxie

Forum posts: 0
File comments: 30
Uploads: 0
Re: Fixes for Morrowind

Originally Posted by Zarhawk
The SafeAddString() function is used in two places in this add-on. For Morrowind (APIVersion 100019) this function must have a third parameter specified:
SafeAddString(SI_TOOLTIP_ITEM_NAME, ("|c%s%s|r"):format(color:ToHex(), zo_strformat(SI_TOOLTIP_ITEM_NAME, GetItemLinkName(itemLink))),1)
SafeAddString(SI_TOOLTIP_ITEM_NAME, orgText, 1)
ZIP file should appear momentarily under OTHER FILES that contains the patches to fix this, and update the add-on to register as not being an out-of-date add-on
Edited and made the 2 fixes, works like a charm now. Thanks a bunch!
Report comment to moderator  
Reply With Quote
Unread 05/23/17, 05:42 PM  
Zarhawk
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 10
Uploads: 3
Fixes for Morrowind

The SafeAddString() function is used in two places in this add-on. For Morrowind (APIVersion 100019) this function must have a third parameter specified:
SafeAddString(SI_TOOLTIP_ITEM_NAME, ("|c%s%s|r"):format(color:ToHex(), zo_strformat(SI_TOOLTIP_ITEM_NAME, GetItemLinkName(itemLink))),1)
SafeAddString(SI_TOOLTIP_ITEM_NAME, orgText, 1)
ZIP file should appear momentarily under OTHER FILES that contains the patches to fix this, and update the add-on to register as not being an out-of-date add-on

[Updated]
The files in the ZIP need to be extracted into this folder on your PC, replacing the two that exist there:
...\Documents\Elder Scrolls Online\live\AddOns\CraftedPotions
The date on the files after you replace the existing ones should be May 23 2017
Last edited by Zarhawk : 05/24/17 at 04:28 AM.
Report comment to moderator  
Reply With Quote
Unread 05/23/17, 11:43 AM  
Daxxie

Forum posts: 0
File comments: 30
Uploads: 0
vote for update

Had to disable, now I really miss it, my vote is for an update! :-)
Report comment to moderator  
Reply With Quote
Unread 05/23/17, 10:23 AM  
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 288
File comments: 763
Uploads: 7
upvote for update take your time for it thought!
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
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 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 01/22/16, 01:18 PM  
Enodoc
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 159
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/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/17/16, 07:27 AM  
Enodoc
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 159
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 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
Post A Reply



Category Jump: