Pick Boxes Instructions

From Elanthipedia
Revision as of 17:28, 29 May 2008 by Maintenance script (talk | contribs) (New page: ==Overview== <pre> The idea behind this script is that after hunting, you'll have a lot of boxes in some sort of a container (backpack, shipping crate, etc.) that need to be picked. ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

     The idea behind this script is that after hunting, you'll have a lot of boxes in some sort of a
container (backpack, shipping crate, etc.) that need to be picked.  This script can pick these boxes
in containers that you either are wearing or have put on the ground.  By passing a command line
variable to the script when it is started every box in that container will be picked.

     To make the script as hands free as possible, it will perform such actions as:

1.  Getting an empty gem pouch when the one you have been putting gems in fills up
2.  Stopping and warning you when a box trap is set off
3.  Removing trash from the boxes and disposing of them in a trash bin that is defined at runtime
4.  Dismantling the boxes to reduce clutter
5.  Pausing the script when you become mind locked
6.  Getting a new lockpick out when the one being used breaks
7.  Keeps herbs that are found in the boxes
8.  Keeps cards used for card collections
9.  Loots all the coin from the box
10. Removes your armor before even trying to disarm the first box

Below, you will find information on how to configure this script to your personal use followed by an
explantion of how to run this script.

Configuring Variables

Running the Script