Skyrim Delete Item From Inventory

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. How do you drop quest items before finishing the quests in Skyrim? Short answer: you don’t; the game won’t let you. Long answer: you can use the console with “player.removeitem xxxxxxx yy” where x is the item that you want to remove from your inve. Just a quick video i did to help any of you out that have the elder scroll in your inventory.Sorry not great camera work but i dont have a capture card so its all manual stuff but i hope it helps. 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. Import Updated CSV: Visit Items in your online Square Dashboard. Click Import Items at the top right of dashboard. Select Replace Item Library and click Next.

Hi there,
I'm trying to re-create some of my Oblivion/Fallout mods.
InventoryThose 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
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?

Skyrim Delete Item From Inventory Item

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 Inventory List


Skyrim Delete Item From Inventory Items

Many thanks in advance!

Comments are closed.