D2jsp bot help

kevilay

Member!
Joined
Jul 13, 2003
Messages
222
Reaction score
0
Website
Visit site
i have d2jsp bot running under mars meph bot
it joins the game then says
D2JSP: Script Does Not Exist
and dosent do any thing after that
 

Davemeister

Member!
Joined
Feb 19, 2003
Messages
317
Reaction score
0
Website
Visit site
what version d2jsp are you running? if you're running 0.31 then you need to modify the default.d2j file in the scripts folder. in the default section at the bottom, make sure it says

load("bots/marsbrandmeph.d2j");

or wherever that particular script is loaded.
 

kevilay

Member!
Joined
Jul 13, 2003
Messages
222
Reaction score
0
Website
Visit site
mine says this i use the meph bot well i try


function main() {
switch(me.name) {
case "pwnbot":
load("pwndefault.d2j");
break;
case "mephpindle":
load("bots/MarsPindleMephScript.d2j");
break;
case "countess":
load("bots/nookiecb.d2j");
break;
case "bloody":
load("bots/editedbloody.d2j");
break;
case "mysorc": // EXAMPLE OF MULTI LOADING, BE CAREFUL HERE!
load("tools/location.d2j");
load("tools/autoskills.d2j");
load("tools/guardian_angel.d2j");
break;
default:
print("loading the default, no character config'd");
load("bots/MarsBrandMeph.d2j");
break;
 

_Ace

BattleForums Senior Member
Joined
May 17, 2003
Messages
1,474
Reaction score
0
Location
Under my bed (Spain)
Website
Visit site
Ok. Here is the problem:
Code:
case "mephpindle": 
load("bots/MarsPindleMephScript.d2j"); 
break;
Change "mephpindle" for your charname (if your char is named TheSuckyBastard change it to "TheSuckyBastard") (im not insulting u its just an example :p)
 

kevilay

Member!
Joined
Jul 13, 2003
Messages
222
Reaction score
0
Website
Visit site
if so do i put acct name or chara name i still get the same problem plz help


i changed it to my account name but i still get the same problem
 

_Ace

BattleForums Senior Member
Joined
May 17, 2003
Messages
1,474
Reaction score
0
Location
Under my bed (Spain)
Website
Visit site
Yes, you change the quoted thing for your name
EDIT: char name. And do not doublepost, there is a button called "Edit" with it you can edit your posts so u dont have to post again
 

kevilay

Member!
Joined
Jul 13, 2003
Messages
222
Reaction score
0
Website
Visit site
still dont work copy n paste the section with the fixes plz put my acct in as say um acct or my chara name as chara im relly dumb plz help



PLZ HELP ME!
 

_CM

Respected Member
Joined
May 19, 2003
Messages
3,874
Reaction score
3
Location
Luxembourg
read my sticky about easy script switching. it takes 2 minutes :) you can change your scripts with only 2 clciks and you dont have to edit your default.d2j file.
 

New threads

Top