Picks up loose gold, arrows, lockpicks, ingredients, flora, leather, hides, and ingots of the same type.
Go to file
2022-02-13 03:32:01 +01:00
Scripts Initial commit 2022-02-13 03:24:30 +01:00
Source/Scripts Initial commit 2022-02-13 03:24:30 +01:00
.gitignore Initial commit 2022-02-13 03:24:30 +01:00
Pickup Helper.esp Initial commit 2022-02-13 03:24:30 +01:00
README.md Updated README 2022-02-13 03:32:01 +01:00

Pickup Helper

Picks up loose gold, arrows, lockpicks, ingredients, flora, leather, hides, and ingots of the same type.

Inspired by dylbill's Take All Loose Gold and Arrows, but approaches certain tasks differently. Made mainly for personal use, hence the lack of customization.

  • Pickup Helper is based on a perk with the Activate entrypoint instead of using OnItemAdded.
  • Picks up wider range of items, becoming a simple autoloot helper as well.
  • Does not rely on pre-defined item lists and uses automatic detection more extensively.
  • Has a weight limit per item, 4 lbs by default, to prevent picking up heavy Dwemer gears.