D2jsp config problems!?

Aale

New Member
Joined
Jul 4, 2005
Messages
2
Reaction score
0
Hi I installed d2jsp and it runs Mephi, Countress, Eldrecht and pindle. How do i configured it to run baal also? or how do i just configured it to run baal?

Pls help...
 

Johnny

IMMERSION RUINED
Joined
Mar 24, 2005
Messages
2,375
Reaction score
1
Location
Garden Grove, CA
just change it, i wouldnt think any1 would have a problem with this 1...

Code:
//YAMXXP.push("Pindle");
//YAMXXP.push("Eldritch");
//YAMXXP.push("Trav");
//YAMXXP.push("Countess");
//YAMXXP.push("Meph");
//YAMXXP.push("Shenk");
//YAMXXP.push("Cow");
//YAMXXP.push("Hephasto");
//YAMXXP.push("Andy");
//YAMXXP.push("Pit");
//YAMXXP.push("ThreshSocket"); 
YAMXXP.push("Baal");	// baal must be last for the other script to run unless you want to use the special feature.
make it look like that where all of the runs have a "//" in front except the baal

it will do the run in that order; so if you have it look like this:
Code:
YAMXXP.push("Pindle");
//YAMXXP.push("Eldritch");
//YAMXXP.push("Trav");
//YAMXXP.push("Countess");
//YAMXXP.push("Meph");
//YAMXXP.push("Shenk");
//YAMXXP.push("Cow");
//YAMXXP.push("Hephasto");
//YAMXXP.push("Andy");
//YAMXXP.push("Pit");
//YAMXXP.push("ThreshSocket"); 
YAMXXP.push("Baal");	// baal must be last for the other script to run unless you want to use the special feature.
then it will do pindle and then baal

change the public mode from "0" to a "1" to make it do public runs
 

NewPosts

New threads

Top