Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
D2JSP: Script Does Not Exist???
#1
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.
Reply
#2
Try reinstalling D2, D2JSP, and YAMB(If you use it) ... Should fix it.

zNe0
Reply
#3
Did this four times everytime I get the same exact thing, thx thoughSmile
Reply
#4
Four times HOLY CRAP

(i got same problem)
Reply
#5
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
Reply
#6
Same here can nebody help with this please, if you have suggestions would be greatly appreciated. Thx.
Reply
#7
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.
Reply
#8
no...i have the pathing there right...

its just screwed up
Reply
#9
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.
Reply
#10
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
Reply
#11
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..
Reply
#12
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
Reply
#13
it worked for me, when i changed the slashes form / to \ then i got that error so i changed it back
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,270 08-25-2012, 01:20 AM
Last Post: comper
  Etal Script for Hdin please? Joel Gonzalez 19 456 08-17-2012, 07:15 AM
Last Post: comper
  elite polearm script wishyq 2 138 08-17-2012, 06:50 AM
Last Post: comper
  help with script plz kaosme69 18 293 07-26-2012, 10:02 AM
Last Post: comper
  ISO : WW Assassin script ww/ls devonfym 3 162 07-21-2012, 02:56 AM
Last Post: comper
  Kolton script wakka help 48Inches 1 136 07-09-2012, 04:44 AM
Last Post: comper
  [D2NT Release] Amazon Jav/Bow Script v1.6 skidude 25 13,087 06-19-2012, 07:05 AM
Last Post: comper
  Skele Nec script? sly- 11 300 06-10-2012, 03:48 AM
Last Post: comper
  Complete Diablo 2 Unique Pickit script for D2Nt bot Jammer74 68 32,364 05-03-2012, 07:01 AM
Last Post: comper
  Bot script help DragonSpirited 1 192 04-06-2012, 09:42 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)