- Add Item To Inventory Skyrim
- Skyrim Delete Item From Inventory
- Skyrim Inventory Command
- Skyrim Item Prices
- Skyrim Delete Item From Inventory Turnover
I'm trying to re-create some of my Oblivion/Fallout mods.
But if you're like me and like to keep your inventory clean, then yes, you can sell it to the guy at the college. – user15797 Dec 3 '11 at 16:12 Quest items have always weighed nothing; I tested this pre-1.2 when Alto Wine became a quest item for me and I was worried that it was using up all my carrying capacity. For The Elder Scrolls V: Skyrim on the Xbox 360, a GameFAQs message board topic titled 'Cannot Remove Quest Items From Inventory'.
Those need to loop over all items in the player's inventory and remove items of a certain type, in particular- arrows
- potions
- crafting materials (ore, ingots, leather, ...)
- alchemy ingredients
- soul gems
In the CK I only found
- lists: ArrowTypeFormList, CookingIngredientsList, SoulGemsAll
- form types: AMMO, INGR, SLGM.
Any idea? Or should I wait for appropriate SKSE functions?
I find the CK-Wiki hard to navigate, is there a page that lists, for example, all valid arguments to AddInventoryEventFilter? (CookingIngredientsList is the one in the example)
Add Item To Inventory Skyrim
Many thanks in advance! Hi there,
Skyrim Delete Item From Inventory
I'm trying to re-create some of my Oblivion/Fallout mods.Those need to loop over all items in the player's inventory and remove items of a certain type, in particular
- arrows
- potions
- crafting materials (ore, ingots, leather, ...)
- alchemy ingredients
- soul gems
In the CK I only found
- lists: ArrowTypeFormList, CookingIngredientsList, SoulGemsAll
- form types: AMMO, INGR, SLGM.
Skyrim Inventory Command
Apart from the fact that I don't know yet how to code the checks, I didn't find a CK attribute I can use for all of the item types I'd like to handle (there's no AlchemyIngredientsList, no SmithingIngredientsList and smithing material is stored as form type MISC).Skyrim Item Prices
Any idea? Or should I wait for appropriate SKSE functions?I find the CK-Wiki hard to navigate, is there a page that lists, for example, all valid arguments to AddInventoryEventFilter? (CookingIngredientsList is the one in the example)