Blizzard Sector
D2JSP: Script Does Not Exist??? - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: D2JSP: Script Does Not Exist??? (/thread-13432.html)



D2JSP: Script Does Not Exist??? - Corona_Time - 12-28-2004

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.


D2JSP: Script Does Not Exist??? - zNe0 - 12-29-2004

Try reinstalling D2, D2JSP, and YAMB(If you use it) ... Should fix it.

zNe0


D2JSP: Script Does Not Exist??? - Corona_Time - 12-29-2004

Did this four times everytime I get the same exact thing, thx thoughSmile


D2JSP: Script Does Not Exist??? - Vexor - 12-30-2004

Four times HOLY CRAP

(i got same problem)


D2JSP: Script Does Not Exist??? - lol... - 12-30-2004

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


D2JSP: Script Does Not Exist??? - Corona_Time - 12-30-2004

Same here can nebody help with this please, if you have suggestions would be greatly appreciated. Thx.


D2JSP: Script Does Not Exist??? - Silver Ice - 12-30-2004

Chamellion Wrote: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
check your "default" file its in d2jsp/scripts i think, and it should have a line that says something like "bots/yamb.d2j" meaning that u need a / in between bots and yamb, otherwise the bot thinks that is one file and it looks for a folder called botsyamb, it doesnt find the folder and therefore doesnt find its program to run, so it shuts down.


D2JSP: Script Does Not Exist??? - lol... - 12-30-2004

no...i have the pathing there right...

its just screwed up


D2JSP: Script Does Not Exist??? - Corona_Time - 12-30-2004

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.


D2JSP: Script Does Not Exist??? - ShadowMeph - 01-04-2005

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


D2JSP: Script Does Not Exist??? - equalizer62189 - 01-04-2005

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..


D2JSP: Script Does Not Exist??? - ShadowMeph - 01-04-2005

equalizer62189 Wrote: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..
no you don't have to do that this is mine I never touch any of that look

/* default.d2j, modify the values below to suit your needs. [by njaguar]*/

function main() {
switch(me.name) {
case "DefinitelyASorc":
load("bots/PindleXP.d2j");
break;
default:
load("bots/YAMB.d2j");
break;
}
you see I never touch any of that you don't need to this d2jsp is allot better the only things you have to do is make your config files but they have to be exac tt or they will not work at all


D2JSP: Script Does Not Exist??? - equalizer62189 - 01-04-2005

it worked for me, when i changed the slashes form / to \ then i got that error so i changed it back