I spent the last 2 days looking for this and didn’t find anything, where do I have to look to add stuff to autopickup? I want to be able to autopickup components just like potions and money. Has anybody figured it out yet? thanks
There is no list of auto picked up items, they’re set by default.
You can however use the lua trigger “OnAddToWorld” and make the game give the corresponding item to the player so that it lands in it’s equipment immediatelly after dropping.
There are only a few bad sides of it - this will always trigger no matter how far away you are from the item, it will only trigger once so if the item lays on the ground and for some reason you didn’t get it into your inventory, it won’t be picked up automatically and finally you can not delete the item that lays on the ground which would mean that items get doubled as you get one directly into your inventory and one lays on the ground.
The latter can be dirty-solved by disabling the player from picking up this item but it’s not really pretty…