D2JSP Faq for Newbies(BOT)

Status
Not open for further replies.

Scharfys

Member!
Joined
Sep 11, 2003
Messages
84
Reaction score
0
Website
Visit site
Ok. It's running smoothly besides this: D2jsp trys to open twice and d2 twice.Giving me this message
Critical error Diablo 2
You can only up one session at once.
So then it causes an error. Something like:

D2jsploader.exe cuased an error in Kernel32.dll
D2jspLoader will now close.

This is a pop up message.

Also it won't pay merc and I have it set to.
 

OMGLOLWTFPWN

Member!
Joined
Jun 15, 2003
Messages
1,476
Reaction score
0
Location
Canada
Website
Visit site
Thanks everyone I have it working. But now I need a good sorc mine chickens all the time, it is a fire sorc thats probably why.
 

Balbanes

Member!
Joined
Aug 30, 2003
Messages
335
Reaction score
0
Website
Visit site
Originally posted by Scharfys
Ok. It's running smoothly besides this: D2jsp trys to open twice and d2 twice.Giving me this message
Critical error Diablo 2
You can only up one session at once.
So then it causes an error. Something like:

D2jsploader.exe cuased an error in Kernel32.dll
D2jspLoader will now close.

This is a pop up message.

Also it won't pay merc and I have it set to.
check your d2jsploader.ini u have a second bot enabled.

Originally posted by eCentric
my sorc wont do orbs only static help me!
go to your lib (for pindle its pwnsettings.d2l, for meph its mbm_settings.d2l) and find a variable that looks like this:

//spelllist.push(FROZENORB);

make it look like this:

spelllist.push(FROZENORB);

Originally posted by TreeFrog123
Thanks everyone I have it working. But now I need a good sorc mine chickens all the time, it is a fire sorc thats probably why.
second link in my sig.
 

scalzo

Member!
Joined
Aug 29, 2003
Messages
68
Reaction score
0
Location
Earth
Website
Visit site
NOTE:
To all having trouble configuring the default file,or if the bot wont read the script download this default file http://www.d2jsp.org/show.php/s/1c6b37a8ffd52682e2c821c78087c59c/a/dl/dl/57 and just replace the old one with that one.Once you've done that just open the new default file with notepad and instructions are inside!

EDIT:
To make it easier(so you dont have to download)ill just post up whats in the default file,your choice ethier download or just copy and paste over the old file.

Erase everything in the old one and replace with this:
Code:
/*	default.d2j, modify the values below to suit your needs. [by njaguar]*/
// IGNORE THIS LINE
var TRUE=true,FALSE=false;


// *******************
// THIS IS IF YOU WANT TO RUN PINDLE, IF YOU WANT TO RUN OTHER BOSSES,
// SET THE RunMephistoBot to true
var RunPindleBot=false;
// *******************


// ******************
// IF YOU WOULD PREFER TO RUN MEPHISTO, CHANGE false TO true
var RunMephistoBot=true;
// *******************



// *******************
// IF YOU WANT TO OVERRIDE THE ABOVE FEATURES, SET THE FLAG BELOW TO true AND
// CHANGE THE FILENAME TO THE EXACT SCRIPT FILENAME OF THE SCRIPT YOU WANT
// TO RUN. PLEASE BE SURE TO INCLUDE THE DIRECTORY, MOST COMMON IS bots/
var RunCustomScript=false;
var CustomScriptName="bots/IceCountessBot.d2j";
// *******************



// *******************
// SET THIS TO true IF YOU ARE AN ADVANCED USER AND WANT TO HAVE DIFFERENT
// CHARACTERS RUNNING DIFFERENT BOTS
var RunMultipleBots=false;
// *******************






// ******************
// ONLY MODIFY BELOW THIS IF YOU ARE AN ADVANCED USER AND WANT TO RUN
// DIFFERENT BOTS PER CHARACTER!
// ******************

function main() {
	if(RunMultipleBots) {
		switch(me.name) {
			case "YourCharacterNameHere":
				load("bots/pwndefault.d2j");
				break;
		
			default:
				load("bots/pwndefault.d2j");
				break;
		}
	} else {
		if(RunCustomScript) {
			load(CustomScriptName);
		} else if(RunMephistoBot) {
			load("bots/scav_multi_mf.d2j");
		} else {
			load("bots/pwndefault.d2j");
		}
	}
}

[Do not add this in there]
As you can see for single botting if u wanna run pindle just type in true,same with meph,and if u wanna run other bots put false for meph/pindle type true in custom and replace "IceCountessBot" with whatever the bots name is.
 

invispoet

Member!
Joined
Sep 21, 2003
Messages
19
Reaction score
0
Website
Visit site
when i try to run d2jsploader, it opens up d2, but then i get a msg saying "this application has failed to start because js32.dll was not found"...but that file is right in my d2jsp folder...any ideas on what i'm doing wrong or missing?
 

invispoet

Member!
Joined
Sep 21, 2003
Messages
19
Reaction score
0
Website
Visit site
ok, the bot runs, selects realm, char, makes game, but just stands there...i thought i followed the guide pretty well, but i must have missed soemthing...
 

Balbanes

Member!
Joined
Aug 30, 2003
Messages
335
Reaction score
0
Website
Visit site
erm--- fixed an issue where the dmg would fluctate due to delays being too long..

future features hopefully:

--Aura levels displayed on screen
--Total Bonuses from auras on screen
--infinite aura switching (now it only lasts for the first 20 mins after u join a game, u have to rj to restart it)
--follow bot function
--ability to choose which auras u want

erm think that's all it might need.... anyway here's the updated file (like anyone cares lol :))
 

AngelojKOS

New Member
Joined
Jun 14, 2003
Messages
3
Reaction score
0
Website
Visit site
ok ok i'm playing hc xpac now, i used to play hcc but now im in xpac, the boting steps were really clear ^^ tey helped a lot, my pindle bot is running with no prob. i wanted to know how can i make my bot to pick up all uniques and/or all sets, would i have to type each and every name and code of every item :fwink or is there a shorter way to do it?
 

_CM

Respected Member
Joined
May 19, 2003
Messages
3,874
Reaction score
3
Location
Luxembourg
FryCowBot Guide released

I promised that i would release it and here it is. A complete guide on how to set up your frycowbot. it can be downloaded here.

My download server

Enjoy

~coolmission
 

_CM

Respected Member
Joined
May 19, 2003
Messages
3,874
Reaction score
3
Location
Luxembourg
thx , i told those guys that i d finish it today and i did it . i think it helps some ppl to set up their fry cow bot
 
Joined
Sep 27, 2003
Messages
12
Reaction score
0
Website
Visit site
hey :D

ive dl'ed d2jsp v0.33 and configurered it to the best of my ability, lots of thnx for this guide here btw.

Im having one problem though.
The bot starts d2 fine and logs in to my account, select character and all that. But, when it has created a game.... my character just stands there. And then.... it still stands there, doin nuthin :/

What can be wrong i wonder ?
 
Status
Not open for further replies.
Top