D2jsp newb problem, help!!

Santuria

Member!
Joined
Dec 5, 2004
Messages
17
Reaction score
0
Location
Michigan
Yeah ok, im very very new obivously and i payed and what not for d2jsp to work. Newb question, i tried running pindle script and obviously it didn't work. I use a level 85 fire sorc and shes does a 28k meteor. She got to pindle and immediately left, im geussing she didn't have the neccesary skills or something. Please help, also how do i get yamb to work and edit the scripts? i r uber newb
 

Santuria

Member!
Joined
Dec 5, 2004
Messages
17
Reaction score
0
Location
Michigan
Nvm the above post, i got d2jsp loading and what not, haven't tried anything yet. New problem is when i try adn execute my yamb fire sorc script i get the error line 56 YAMXXP not defined, please help u geniuses
 

Santuria

Member!
Joined
Dec 5, 2004
Messages
17
Reaction score
0
Location
Michigan
i think i found the solution but i need help with it, i think i have to edit the scripts\bots\bots\yamb thing, can anyone help guide me thru that so i dont mess everyhint up, or if that is not the problem, help me find the problem, thanks
 

UnsaNe

Member!
Joined
Oct 24, 2004
Messages
428
Reaction score
0
dont tripple post

did you change the yamb.d2j in the bots folder to use the yam_config_firesorc?
 

Santuria

Member!
Joined
Dec 5, 2004
Messages
17
Reaction score
0
Location
Michigan
i found the edit button, great, so my new problem is it wont skip meph and its not doing eldritch, what i want it to do is skip meph and do eldritch. I did the // before YAMXXP.push.meph or however and i took the // out before eldritch, but its still doing meph and not eldritch, can anyone help?
 

fritfrat

Member!
Joined
May 30, 2003
Messages
456
Reaction score
0
Website
Visit site
hmm.. mine looks like this for pindle andy meph countess, in that order. I'm sure you can figure it out what yours has to look like. Also, you may be able to prevent triple posting by playing around with the configs a lil before you post.

YAMXXP.push("Pindle");
//YAMXXP.push("Shenk");
//YAMXXP.push("Eldritch");
YAMXXP.push("Andy");
YAMXXP.push("Meph");
YAMXXP.push("Countess");


Also, make sure that you copy the yamb_config_firesorc and rename it as yam_config_charnamehere so that the bot will know to look for that config... No point in changing the config if it won't even use it ;) I believe someone else suggested just editing the firesorc one and making it use that config, but this way works for me, atleast.
 

_CM

Respected Member
Joined
May 19, 2003
Messages
3,874
Reaction score
3
Location
Luxembourg
YAMXXP.push("Pindle");
YAMXXP.push("Shenk");
YAMXXP.push("Eldritch");
YAMXXP.push("Andy");
YAMXXP.push("Meph");
YAMXXP.push("Countess");

remove all //'s to make all bosses, add them to skip some bosses

ie: only make andy and pindle will look like this

YAMXXP.push("Pindle");
//YAMXXP.push("Shenk");
//YAMXXP.push("Eldritch");
YAMXXP.push("Andy");
//YAMXXP.push("Meph");
//YAMXXP.push("Countess");

i hope you get what I mean
 

New threads

Top