D2Dropper
D2Dropper copied to clipboard
Diablo 2 Dropper
Stats
Dropper Install:
- Download ItemManagerServer.zip and unzip everything to C drive root.
- Navigate to C drive and install
01.vcredist_x862012.exe
- Open start menu type in CMD and run it as Administrator.
- In command line console type in
cd /
and press enter - Type in
02.tradelistfix.bat
then enter - Type in
03.install.bat
then enter - Type in
exit
and press enter - Download this repository with Download ZIP option
- Navigate to main folder select all files inside of
D2Dropper-main\html\
folder and unzip them toC:\Apache\htdocs\
Adding Admin User and Resellers:
- Navigate to this page
- On left side input your username and password for dropper login in following format: "username[onefreespace]password"
- Use "Generate htpasswd content" on right side to generate user line
- Copy generated content.
- Navigate to
C:\Apache\htdocs\
and open.htpasswd
file in notepad++ - Each line represents one user what can log in to your dropper.
- Paste copied content in new line.
- Save
.htpasswd
file - To add resellers accounts repeat all steps.
- Navigate to
C:\Apache\htdocs\
folder and openconfig.php
file in notepad++ - Define your self as Admin
- Add your self in
$authorized
list. - Decide how many dropper profiles you want to use for dropping items. (ussually good choice is between 2 and 4 profiles)
- If you want add resellers add , on end of line and press CTRL+G to clone line.
- Input reseller name in cloned line.
- Adjust dropper profiles for resellers if needed..
- Save
config.php
file.
Testing Page:
- Click here
- Use your login credentials to log in into dropper page.
- You should see now your dropper page and be able to use Drop, TradeList and Admin menu.
Setting Up Kolbot for Droppers:
- Download latest kolbot from https://github.com/blizzhackers/kolbot
- Copy and replace files from
D2Dropper-main\kolbot\
subfolder tod2bs\kolbot\
- Navigate to
d2bs\kolbot\
and runlink.bat
as Admin - This will create folder called
databases
- Inside this folder you will see exactly same content as in
C:\Apache\htdocs\
- Start D2Bot
- Create New profiles in D2Bot and name them in same way as you defined them in
config.php
- Default names are
dropper1
,dropper2
and so on. - Use
D2BotDropper.dbj
as starter file. - Setup as many profiles as you defined in
config.php
- It is important to have same ammount of profiles in D2Bot and in config.php to avoid issues.
YOU MUST HAVE ALL DEFINED DROPPER PROFILES ALWAYS RUNNING IN D2BOT
Logging existing mules to dropper page:
- After those steps all items Automuled since now will be added automatically to page.
- To add all mules what you had BEFORE installing dropper you need to use MuleLogger.
- Instruction how to use MuleLogger can be found inside
MuleLogger.js
file insided2bs\kolbot\libs\
folder. - Starter used to log items must be
D2BotMuleLog.dbj
Multiple Bot folders:
- If you use more than one folder to bot you can make all of them log items to database.
- Instead of copying all files from kolbot to your bot folder you are required to copy only couple:
-
d2bs\kolbot\link.bat
-
d2bs\kolbot\D2BotMule.dbj
-
d2bs\kolbot\libs\ItemDB.js
-
d2bs\kolbot\libs\MuleLogger.js
-
- Then run
d2bs\kolbot\link.bat
as Administrator to createdatabases
folder. - This will make your current kolbot instance to log into global database
Dropping Items:
- Click here to open your local dropper webpage
- Log in.
- Pick item(s) what you want to drop.
- Use DROP menu to define game name and password.
- Type in value (must be more than 0) and use drop button.
Enjoy your personal dropper.
After words
This is my work. I make it public because its right thing to do.
Code is provided as it is. Feel free to contribute.