Sh-demons jed scripts

sh-demon

Member!
Joined
Jun 2, 2003
Messages
22
Reaction score
0
Website
Visit site
hmm havent been here for a while but noticed my scripts thread is missing. I am sorry for not fixing this sooner but for anyone who is still using jed 2.01a and is looking for a place to get my scripts you can find them on my site. I have recently edited the script and made it support meph, pindle and countess in one run. I have also added a few other options to it as well.

go here to visit my site and find my scripts

If your going to use this script please read through it carefully as all the options are explained in the script. If you dont know how to open the script here is how. first you unzip the script into your jed/javascripts folder, then you right click on the script and click on open with notepad or wordpad. then from there you can just read through the script and edit it to your liking.

I hope you all enjoy the script and if you have any problems with it please feel free to contact me via pm here or on aim or msn.
 
Joined
Jan 23, 2003
Messages
1,723
Reaction score
0
Location
Monterey, Cali
Website
www.cold-xero.com
Well sh-demon I am so happy to see you back here! I figured you had lost your account when the forums were attacked, and just decided not to make a new one. :( But now your here and you can help people with jed! We have added MisterWhippy to help as well, so now we should have d2jsp and jed covered fully. Welcome back man!
 

sh-demon

Member!
Joined
Jun 2, 2003
Messages
22
Reaction score
0
Website
Visit site
thats what im here for although i might not have alot of time to help people on the forums i will help as much as i can.
 

ryanpicco

Member!
Joined
Jun 15, 2003
Messages
48
Reaction score
0
Website
Visit site
how do you get your multiscript to run pindle + countess, i set the pindle, countess, and meph single ones all to false and the group of 2 ones to false except the pindle +countess and the do all false, and it does pindle then trys to do meph
 

sh-demon

Member!
Joined
Jun 2, 2003
Messages
22
Reaction score
0
Website
Visit site
Originally posted by ryanpicco
how do you get your multiscript to run pindle + countess, i set the pindle, countess, and meph single ones all to false and the group of 2 ones to false except the pindle +countess and the do all false, and it does pindle then trys to do meph
I just looked over my script and the script i have up for download and they are both the exact same ones. I just finished testing the script and it does pindle and then does countess so it is working. make sure that your editing the correct file and saving your changes.

your variables for the runs should look like this if you want to do countess + pindle and only that.

Code:
//*********************************************************
// set these variables to true if you want to only do a 
// a single boss set them to false if you want to use the 
// doall variable or any of the other combo runs
var domeph = false;
var dopindle= false;
var docountess = false;

// setting these variables to true will do the combo that you want to do
// YOU MUST SET THE ABOVE VARIABLES TO FALSE IN ORDER TO DO ANY
// of these combo runs
var dopindlemeph = false;   	// pindle + meph combo run
var docountessmeph = false;	// countess + meph combo run
var dopindlecountess = true;	// pindle + countess combo run

// The above variables must all be set to false in order for this variable to work
// variable for doing everyone set this to true to do meph pindle and countess
var doall = false;
so double check what you have and make sure it looks exactly the same as what i have here.
 

NewPosts

New threads

Top