Page 1 of 1

Crafted invisibility potions cannot be used in Fine Elven Boots recipe

Posted: Fri Nov 12, 2021 12:49 am
by Void
I think invisibility potions crafted with brew potion cannot be used in Fine Elven Boots recipe. Those look like red bottles.

Dropped or bought potions (that look like orange vials) work.

Re: Crafted invisibility potions cannot be used in Fine Elven Boots recipe

Posted: Fri Nov 12, 2021 4:14 am
by The Rambling Midget
Invisibility potions crafted through Herbalism will work, however.

They also produce the orange variety.

Re: Crafted invisibility potions cannot be used in Fine Elven Boots recipe

Posted: Fri Nov 12, 2021 5:04 am
by Void
The Rambling Midget wrote: Fri Nov 12, 2021 4:14 am Invisibility potions crafted through Herbalism will work, however.

They also produce the orange variety.
Meaning the script checks for some sort of item ID (or something similar), and that ID is not the same.

For comparison, crafting system had no problem accepting old and new tanning acids. ("old" is the one that looks like a vial wrapped in something, and "new" is the one that looks like a bottle with yellow-greenish liquid)

Re: Crafted invisibility potions cannot be used in Fine Elven Boots recipe

Posted: Fri Nov 12, 2021 11:34 am
by The Rambling Midget
Void wrote: Fri Nov 12, 2021 5:04 amMeaning the script checks for some sort of item ID (or something similar), and that ID is not the same.
Correct. The issue with brewed potions isn't about old/new. It's a completely different item. Same issue with using brewed Owl's Wisdom in a Speaker's Visage, for example. And "creature water" in the old days.

Re: Crafted invisibility potions cannot be used in Fine Elven Boots recipe

Posted: Fri Nov 12, 2021 12:03 pm
by Spyre
Crafting recipes use item resref. If it’s not recognizing it, it’s because the resref is different than the one in the recipe.

The only way to get it to match is to eliminate one or have two recipes.

Re: Crafted invisibility potions cannot be used in Fine Elven Boots recipe

Posted: Sun Nov 14, 2021 1:39 am
by Void
Spyre wrote: Fri Nov 12, 2021 12:03 pm Crafting recipes use item resref. If it’s not recognizing it, it’s because the resref is different than the one in the recipe.

The only way to get it to match is to eliminate one or have two recipes.
Why not add a "water potion down" recipe that will convert crafted potion into normal one? IIRC crafted version is much stronger.