Pls help with djsp v0.32

kumi

Member!
Joined
Jul 29, 2003
Messages
19
Reaction score
0
Website
Visit site
hi.. i have 2 sorcs.. and i can run this bot 2 times.. and it works.. but this only is only pindle..

i want to run 1 sorc on mephi and 1 sorc on pindle.. is this possbile??

i pressed the search buttem and searched but.. i found nothing

also in the d2jsp forums i found nothing.. or i'm just 2 stupid??

pls help :-/
 

_CM

Respected Member
Joined
May 19, 2003
Messages
3,874
Reaction score
3
Location
Luxembourg
well yes its possible :
#1 Get the custom default.d2j file for ur d2jsp so that u can use characterconfig.exe and edit ur chars in the default file with that program: so
~ ur first sorc is called SorcA (spelling !!! capital S and A) so u edit a line and call it SorcA and u select the bot u want to run
~ ur second sorc is called SorcB so u do the same process with that sorc and select the script (for ex : this runs pindle and the other one runs mephi)

then it will look like this in your default.d2j file :

Code:
function main() {
   switch(me.name) {
  
		case "pwnbot":
			load("pwndefault.d2j");

         
			break;
		case "Gamezorc":
			load("bots/MarsPindleMephScript.d2j");

         
			break;
		case "countess":
			load("bots/nookiecb.d2j");

         
			break;
		case "bloody":
			load("bots/MarsBrandMeph.d2j");

         
			break;
		case "SorcA":
			load("bots/YourMephiScript");

         
			break;
		case "SorcB":
			load("bots/YourPindleScript.d2j");

			break;
}
}
dont forget to get the compatible default.d2j file for the characterconfig.exe , otherwise it wont work and you get an error. also check that u have the right spelling of ur chars . I hope i could help you out and happy botting.
 

NewPosts

New threads

Top