ProdigiousLucidOsprey
Member!
- Joined
- Jan 23, 2003
- Messages
- 1,723
- Reaction score
- 0
- Location
- Monterey, Cali
- Website
- www.cold-xero.com
This setup guide will help you install your d2jsp bot. This guide is not for complete beginners.
*You may need to register an account with d2jsp to download the files needed.
*You may need to register an account with d2jsp to download the files needed.
- Copy Character Config.exe from existing d2jsp directory and place on desktop
*If you have an existing d2jsp older version - Remove all files from d2jsp directory
- Dl this: d2jsp v0.31 Installer:
*In d2jsp releases
a. d2jsp downlaod site - Dl this: Character Config.exe
*In utilities
*If you do not have from previous version
a. d2jsp downlaod site - Install the d2jsp_v.31_setup.exe (full installer!)
a. If file that was dled is called "index" rename it to "d2jsp_v.31_setup.exe" and run it - Install/Extract copy of character config.exe into d2jsp directory
- Run character config.exe
a. If run time error:
1. dl vb and run it: vbrun60.exe
2. delete all files from d2jsp folder(un-install)
3. restart system to take affect
4. re-install d2jsp using full installer
5. return to step #6
b. If MSComctl.ocx or Comdlg32.ocx is missing take this link to get and install missing file(s)
c. d2jsp supposrt files
*Run the included .bat file to install and register
1. Restart system for register to take affect --Continue with step #7 - Enter in characters name (CaSe SeNSiTivE) and choose a bot (pwndefault.d2j)
a. To find characters name correct spelling. Enter game and open characters stat window look at spelling at top - Dl bots you want to run and extract to scripts folder
*Not for newbies use the pwndefault.d2j bot that comes with install - Configure all bot(s) files
*d2jsploader.ini and pwnsettings.d2j
*open with notepad - Run d2jsploader.exe
[/list=1]
**Note**
If you recieve message: "Scripts Not Found"
follow these steps
1. Open the scripts folder
2. Open Default.d2j
3. Delete everything in that file
4. copy and paste the script below
delay(1000);
function main() {
print("This will run pwnpindle with any char you have selected");
load("bots/pwndefault.d2j");
}
5. Save Default.d2j
This is all you need to do.
load("bots/pwndefault.d2j"); <=== this line tells d2jsp to load pwndefault.d2j located in bots folder
if you wish to use the sav multi mf edit it to look like this
load("bots/scav_multi_mf.d2j");
Thanks to the d2jsp support crew for their hard work the the great guide.