Sign in to your dashboard and click Items. Age of empires 2 definitive edition vs 2013. 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. The follower/Housecarl will take all the items inside the chest. Now talk again to your follower/Housecarl and select 'I need you to carry some things'. Age of empires 2 hd edition full tek link indir. Take back your items from his/her inventory. Your items are not marked as Stolen anymore. I tested this with many chests and the trick worked for me.
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. For the item you want to remove, type 'removeitem #' Get the # from the code in parenthesis next to the item name. You do not need to input the zeros before a command, the game ignores those.
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
- 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.
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 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.
Any idea? Or should I wait for appropriate SKSE functions?