-------------------------------------------------------------
Pickit for d2hackit version .88

original author: ackmed@gotwalls.com
--------------------------------------------------------------

This module allows you to be notified when items are dropped
and auto pick them up based on the pickit.ini config
file. It allows you to hide items or log when they are dropped.
Please check out the config file for adding your own item 
definitions.

--------------------------------------------------------------
COMMANDS:

.pickit debug [devel|packet]
	Toggle debugging.
	devel add some extra debugging
	packet added packet level debugging

.pickit enable
	Toggle picking up items ON.

.pickit disable
	Toggle picking up items OFF.

.pickit toggle
	Toggle picking up items.

.pickit gold
	Toggle picking up gold.

.pickit goldenable
	Enable picking up of gold if it is disabled. Designed for use with JED.

.pickit golddisable
	Disable picking up of gold if it is enabled. Designed for use with JED.

.pickit dumpitems
	Toggle to have pickit dump extra information when 
	items are dropped. This is useful for getting the
	necessary information to build an item definition to 
	use in the config file.

.pickit load [file]
	Load the config file of your choice. If file is not specified,
        it will open "pickit.ini".

.pickit radius <n>
	Change the pickup radius. The default is 10. It does not change
        it in your ini file.

.pickit teleportradius <n>
        Change the telekinesis radius. The default is 20. It does not change
        it in your ini file.

.pickit log [file]
	Specify the log file of your choice. It will not change the file stored
        in the ini file.
--------------------------------------------------------------

If it sees an inventory full packet, the module will now try to pick up 
once every items. To enable full pickup back, you will need to type 
'.pickit activate'. I would suggest using the bind module and bind this 
command to a key.

If an a defined item drops outside of your pickup radius
pickit will tell you which direction to go to get to the
dropped item.  The direction information will be of the form
north, southeast, west, etc.  The direction has been adjusted
so the north is directly up on your screen as opposed to north
to your character which is more of a upper-left direction.

Thanks to thohell, nuttzy, and proff for information about
itemdrop packets on the message boards (ackmed).  

--------------------------------------------------------------
LOG:

0.89: Thrawn: Added a DisplayColor option, so you aren't forced to use white.
      Check the pickit.ini for information.

0.88: Thrawn: Added goldenable and golddisable. 
      This makes it easier to control when you are picking up gold or not,
      Much moreso than the toggle that was included before.

0.87: Cigamit: Unreleased. Added color logging option to the ini.
      This will be used in The Force module for JED.

0.86: by Smoke: Changed .pickit activate to .pickit enable. 
      Made the code more stable.

0.85: Thrawn release. Cleaned up some code and added a few safeties.

0.82: added work around for d2hackit feature/bug that was
        causing some people to crash when exiting a game.
      added isEthereal=0/1 support to config.
      updated the version number in the code this time

0.81: removed the config limit.

0.80: full rewrite
      added 'debug devel'
      added 'debug packet'
      changed command dumpinfo to dumpitems
      the trailing space is no longer required on the Code
	directive in the ini file.
      adjusted direction code (hopefully more precise)

0.76: fixed possible crash from reading beyond of end of a packet
      fixed typo in pickit.ini.  grand/large charm had the same
        section name
      added changelog to pickit.txt

0.75: initial release

--------------------------------------------------------------


