marius00 / iagd

MIT License
108 stars 33 forks source link

Consider reintroduzing "instaloot" #148

Closed marius00 closed 2 years ago

marius00 commented 2 years ago

Consider adding the instaloot feature again.

The feature was removed due to a rare bug where it would loot all the equipment off the character. The issue was never reproduced, but would happen once in a while.

  1. Do not loot items with transmutes
  2. If attempting to loot an item with transmute, automatically disable the feature (clearly something wrong, cannot place these in transfer stash)
  3. Do not loot items with components (just to be safe. If an item does have a component, they'll just have to run off from stash using the regular method)
  4. Do not loot recipes, potions, etc etc based on baserecord
  5. Do not transfer items using a named pipe, store them in randomly named .txt files in appdata.
  6. IA reads these files and deletes them when processed. If an anomaly is detected, simply re-deposit them into the transfer file instead of looting.
marius00 commented 2 years ago

Added in 1.3.8053.35328