Mover 0.02b(for jhj's runpbotsor or other act5 bot) written by xiaokui@zixia

NoteThis mover is to run with jhj's runpbot or other bot for moveing all items from inventory to cube and stashstash. The mover will start once per a number of games, the numbers is input by users.

How to use

There are 2 files included: mover.d2h and mover.ini, copy them to d2 plugin file, then edit d2hackit.ini inside plugin. There should be a line AutoLoad, add "mover".
            	
Note: Before using it please put the cube inside the stash, and get rid of all tome, put all charms on the right side of inventory.

File mover.ini
[default]
ReservedSpace=2		(The space for charms that you are using, indicates the row from right side to the left. "2" in here means 2 rows on the right side of inventory, and any items on these 2 row space will not be moved when mover starts working.)

MaxTime=12                 (Maximum time for the mover to operate, prevent the game from getting stuck.)
StopCmd=runpbotsor pause		(Paulse bot's commandunpaulse will start mover again.)
CallBackCmd=runpbotsor pause	(Finish mover, command for restoreing bot)
ClearCount=50			Start mover once per number of games.
;Logpath=			Record log's directory.
;Logfile=			Record the name of fires.
Log=1				Whether record the log or not.

How does the mover work:

1. Stop the bot
2. Walk to the stash
3. Open the stash and then cube
4. Scan every items in the inventory (except the ReservedSpace)
5. If the cube is filled, close it and reopen the stash.
6. Repeat 4, except this time all items are moved to stash instead of cube.
7. If all items are being moved, stop the mover, run command CallBackCmd, restore bot)
