Skyrim Delete Item From Inventory

  • 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.
Hi there,
Skyrim Delete Item From Inventory

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.

Skyrim delete item commandI'm trying to re-create some of my Oblivion/Fallout mods.Skyrim Delete Item From Inventory

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
Add item to inventory skyrimNaturally I don't want to check every item's ID but would prefer to use a boolean function (IsIngredient, IsAmmo) or at least check members of a predefined list.
In the CK I only foundSkyrim
  • lists: ArrowTypeFormList, CookingIngredientsList, SoulGemsAll
  • form types: AMMO, INGR, SLGM.
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 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!