Posts: 372
Threads: 11
Joined: Oct 2004
Reputation:
0
Can anybody help me with this problem, I get everything loaded and create game and nothing happens I just get this propt saying
""" D2JSP: Script Does Not Exist"""
If you can help Ill give ya 200 rep pts.
Posts: 106
Threads: 9
Joined: Dec 2004
Reputation:
0
Try reinstalling D2, D2JSP, and YAMB(If you use it) ... Should fix it.
zNe0
Posts: 47
Threads: 6
Joined: Dec 2004
Reputation:
0
Four times HOLY CRAP
(i got same problem)
Posts: 55
Threads: 8
Joined: Dec 2004
Reputation:
0
i got the same thing
i think its got somthing to do with pathing...cuz when i go into game it says somthin like e:/files/d2jsp/scrips//botsYAMB.d2j
Posts: 372
Threads: 11
Joined: Oct 2004
Reputation:
0
Same here can nebody help with this please, if you have suggestions would be greatly appreciated. Thx.
Posts: 55
Threads: 8
Joined: Dec 2004
Reputation:
0
no...i have the pathing there right...
its just screwed up
Posts: 372
Threads: 11
Joined: Oct 2004
Reputation:
0
Here is what my default looks like:
/* default.d2j, modify the values below to suit your needs. [by njaguar]/*
function main() {
switch(me.name) {
case "XxCold******xX":
load("bots/YAMB.d2j");
break;
default:
load("bots/YAMB.d2j");
break;
Still I get Script Does Not Exist 2 Complete Uninstalls and 4 re-loads of D2JSP/Yamb l8r. PLEASE OMG>
My appologies for the character name I just caught it as I posted.
Posts: 102
Threads: 4
Joined: Nov 2004
Reputation:
0
um did you make a char config file? if not you have to do this , to find that it is in the d2jsp/Scripts/libs/Yamb/Configs folder and then you have to go back to the Bots folder and type in your exact name in here
if (YAM_AutoSelect) {
var file = fileOpen("libs/YAMB/configs/YAM_Config_Shadowed_Mule.d2l", 0);
if (file) {
YAM_CharConfigFile="YAMB/configs/YAM_Config_Shadowed_Mule.d2l";
file.close();
}
else {
print("No character config file found using automatic selector.");
YAM_AutoSelect = false;
it should look like that only with your Char name of course. that tells the bot to look for your config. Hope this works for you
I am thinking that is what you are asking
Posts: 53
Threads: 8
Joined: Dec 2004
Reputation:
0
I think that ur default is wrong, i think this is what its suppose to be:
* default.d2j, modify the values below to suit your needs. [by njaguar]*/
function main() {
switch(me.name) {
case "GodlyAssHammers":
load("bots/YAMB.d2j");
break;
default:
load("bots/PindleXp.d2j");
break;
..at least thats what mine looks like..
Posts: 53
Threads: 8
Joined: Dec 2004
Reputation:
0
it worked for me, when i changed the slashes form / to \ then i got that error so i changed it back