Skyrim Delete Item From Inventory

Posted on  by 



  1. Skyrim Delete Item From Inventory Turnover
  2. Skyrim Delete Item From Inventory
  3. Skyrim Item Prices
  4. Skyrim Delete Item From Inventory Items
  5. Skyrim All Items
Skyrim delete item from inventory spreadsheet
  1. I don’t think there’s a way to remove quest items. You get to use the ebony blade in cidna mine if you glitched it for yourself. It’s a fail safe in case so that you don’t lose something but it can cause some pretty frustrating situations too.
  2. I don’t think there’s a way to remove quest items. You get to use the ebony blade in cidna mine if you glitched it for yourself. It’s a fail safe in case so that you don’t lose something but it can cause some pretty frustrating situations too.
Hi there,Skyrim item prices
I'm trying to re-create some of my Oblivion/Fallout mods.

Could you use the removeallitems command, targeting yourself? Description: Removes all items in the targets inventory. Use the 'player' variable to transfer all items to own inventory. If my recollection isn't too fuzzy YASH gives most quest-items weight and this means you can drop them from your inventory. Neither the dragon stone for the main quest or the various Elder Scrolls you can be stuck with for long portions of the game should have any weight. Removing An Equipped Item. posted in Skyrim Special Edition Creation Kit and Modders: I have made a triggerbox base that I can place anywhere that if the player enters it (water will be falling or player will be submerged) and has a torch EQUIPPED, not important if player has x amount in inventory, that I want to dowse the torch i.e. Remove the torch the player has equipped.

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
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?CodesSkyrim Delete Item From Inventory
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 Turnover

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 particular

Skyrim Delete Item From Inventory

  • 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 Item Prices

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 Items


Skyrim All Items

Many thanks in advance!



Coments are closed