- Looking for a mod, or way, to remove quest items from inventory. Posted by 5 years ago. Looking for a mod, or way, to remove quest items from inventory. Skyrim Realistic Conquering makes the world change dynamically as you clear locations, resulting in a Skyrim which feels like it's getting back on its feet.
- Remove the specified amount of an item from a character's inventory. E.g., player.removeitem 000669A5 5 will remove five leeks from your player's inventory. Changes to an NPC's inventory will usually appear immediately if you're pickpocketing them when you open the console.
- Sign in to your dashboard and click Items. Click Actions Import/Export at the top-right of the page Export Items. Make the necessary edits to you item library by delete the item rows that you do not need.
I tried dropping the items by adding them to a burner character on survival mode and then dying, but no dice; the items won't leave even when they're cosmetic pieces. Is there a way to edit a character save to delete items from their inventory? Every time I try to use or remove a steel weapon or item, the game crashes to desktop. This happens with all steel items only. Everything else works just find. The only mods I'm using are: Dragonborn, Hearthfires, Dawnguard, highrestexturepack 1,2 & 3, The Final Breezehome Cellar and Hunters Keep.
I'm trying to re-create some of my Oblivion/Fallout mods.Skyrim Inventory List
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 Delete Item From Inventory Turnover
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)
Many thanks in advance!