Create custom Alchemy Ingredient sorting methods using containers which automatically restock from your inventory only the ingredients they already contain.
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
Alchemy Storage Helper MWSE Update created by scruggs (studied for an example of item transfer loops in MWSE) MWScriptExtender was created by freshFish and improved upon by cdcooley. Scripts were edited and compiled using Dave Humphrey's MWEdit. GhanBuriGhan compiled all accumulated knowledge of the Morrowind scripting universe in the modder's bible, Morrowind Scripting For Dummies.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.2
Fixed case where one ingredient would not transfer if it was the only item in player inventory.
Version 1.1
Added "Dispense Ingredients" button to transfer all but 1 of each item to player inventory, which is desirable for mods like Alchemical Knowledge which filters ingredients by effects in the potion brewing menu.
Fixed case where one ingredient would not transfer if it was the last item in player inventory
Version 1.0
The scripts recognize ANY ingredient in your inventory, whether original to the game or added by another mod.
Adds containers which pull ingredients from your inventory when activated if at least one of those ingredients is already in the keg. This allows you to create your own sorting system and relieves the effort in maintaining it thereafter. They can be found in a Keg Dispenser near the classroom podium downstairs in Balmora, Guild of Mages.
The kegs can be used as follows:
- Place a keg on the ground at the desired location: This allows you to interact with it as a normal container. - Interact with the container and choose "Open Container" - Place at least one of each ingredient you would like to stockpile in the keg. - Next time you interact with the container, if your inventory contains any more of the same ingredients, choosing "Restock Ingredients" will pull them into the keg. - Using the "Dispense Ingredients" button will transfer all but 1 of each ingredient in the keg to your inventory, preserving your sorting system for next time you Restock. - If you must relocate the keg, make sure it is empty before repackaging or the ingredients will be lost.
This plugin REQUIRES MWScript Extender. This is an amazing tool, which was created by freshFish and greatly expanded upon by cdcooley. Without the enhanced scripting functions it provides, the features of this plugin could not have been implemented. You will need version 0.9.2 or higher; older versions don't support the new scripting functions used by this mod. Note: current versions of MGE XE should have MWSE integrated.