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

Pickup Helper

Picks up loose gold, arrows, lockpicks, ingredients, flora, leather, hides, and ingots of the same type. Requires powerofthree's Papyrus Extender.

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.