Skyrim Delete Item From Inventory

  1. Skyrim Delete Item From Inventory
Hi there,

For The Elder Scrolls V: Skyrim on the Xbox 360, a GameFAQs message board topic titled 'Cannot Remove Quest Items From Inventory'. Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. However, there are a lot of quest items you still have after the quest is complete, that are still flagged quest items. The one in particular I'm trying to deal with comes out of the Thieve's Guild chain, and has a weight of 5! There are TWO of the items, but once you complete the quests one un flags and you can drop it. I used the console to remove the Chimarvamidium from my inventory, and that didn't do it. I even used the console to add the Chimarvamidium to the chest itself, and then looted it, and that didn't work. And because there are two different versions of the book (I guess one is a quest item.


I'm trying to re-create some of my Oblivion/Fallout mods.From
Skyrim Delete Item From InventorySkyrim Delete Item From InventoryThose need to loop over all items in the player's inventory and remove items of a certain type, in particularInventory
  • arrows
  • potions
  • crafting materials (ore, ingots, leather, ...)
  • alchemy ingredients
  • soul gems
Naturally 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 found
  • 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).
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! Hi there,
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 particularInventory
  • arrows
  • potions
  • crafting materials (ore, ingots, leather, ...)
  • alchemy ingredients
  • soul gems
Naturally 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 found
  • 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).
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)

Skyrim Delete Item From Inventory

Many thanks in advance!