JED 2.0 Links

kispider

Member
Joined
Jan 17, 2003
Messages
7
Reaction score
0
im brand new to botting, just started about 45 min ago, i have the pindlebot working fine, but when i kill pindle it says:

Pindleskin has been destroyed.
Pickit moniter disabled.
Beginning zombie slaughter.


and it picks up nothing, not even gold or anything, does anyone know how i could fix this? thanks

*kispider
 

buggers

BattleForums Junior Member
Joined
Jan 22, 2003
Messages
135
Reaction score
0
im new too and i get to the part where it creates a game but leaves rightaway anyone know why???
 
C

Clell

im clueless

i got no idea what a JED is but i saw a post saying to come here for pindle bot..... help me out please
 

raeky

Member!
Joined
Jan 29, 2003
Messages
44
Reaction score
0
Website
www.d2jsp.org
it's the best because thats about all you can figure out. Its easy for people with limited computer knowledge to figure out. d2jsp is 100x more powerful and better, but it requires a little bit more under the hood then your average computer user. So if your dumb keep using JED, thats what they want dumb kids.. go figure.
 

Nazel

Member
Joined
Jan 28, 2003
Messages
13
Reaction score
0
Website
Visit site
raeky: lol... good one... im using d2jsp too but i have some problems with it... maybe you can help me... my sorc goes to red portal, then she teleports to pindel and then my program says "cannot detect pieldskin"... i've tried to edit all the inis and other files, but i think im still to noob for that... so if you can plz help me...
 

raeky

Member!
Joined
Jan 29, 2003
Messages
44
Reaction score
0
Website
www.d2jsp.org
Beware of viruses at diabloworld.com!!!

News from: 2003-02-02 10:14:23 by Morgalis
WARNING - RECENT DOWNLOADS OF JED

We are currently investigating unauthorized access to uploads. If you have downloaded a version of JED that is less than 2.80 megs, please do the following

search for ~214.exe and ~215.exe and delete them
delete your JED folder - it will have a loader size of 246k
immediately log onto your accounts and change your passwords
email support@blizzard.com with your d2ckey, account name and realm of any accounts that you find the pw has been changed.
We caught onto this fast so we are hoping that those who may be affected will be few
This is about the third time downloads have been virused in recent time. So if you download ANYTHING from diabloworld.com beware that it MIGHT be virused, and not all keyloggers and such are scannable by a virus scanner. Just something to think about.
 

Smokey

Member
Joined
Jan 17, 2003
Messages
7
Reaction score
0
Website
Visit site
How do you make it so that your merc gets the kill so you can kill pindle with more mf?
 

coward

Member
Joined
Feb 9, 2003
Messages
7
Reaction score
0
Website
www.easydupes.tk
Lazy waypoints or bad customization?

I've just recently downloaded JED. It seems to be owrking fine and my guy moves around, after i ironed out some capitalization errors i made, and it seems pretty good so far. Then my guy moves to the waypoint screen and just opens and closes it. After a few times, it reports "Waypoint not responding" and restarts a new game.

Please help me out.

Here is the line from my Elog:

Tue Feb 11 17:01:41 2003 : Aba-zaba : ERROR: Waypoint not responding.

and heres my script that im using (blues_countessorc.JED):

////////////////////////////////////////////////////////////////////////////////
// Rune Finder
// Countess Bot
///////////////////////////////////////////////////////////////////////////////
// Script Written By Blues
// Designed For JED 2.0
// Version 1.00
///////////////////////////////////////////////////////////////////////////////

#include<include/gold.jed>
#include<include/pickit.jed>
#include<include/npcs.jed>
#include<include/getbody.jed>
#include<include/items.jed>
#include<include/moves.jed>
#include<include/enchantments.jed>
#include<include/SmartSleep.jed>
#include<include/colorlog.jed>
#include<include/actwarp.jed>

///////////////////////////////////////
// Place holding variable, do not edit
///////////////////////////////////////
var SkipEnchants = new Array();
var CountessAttack = new Array();
var Defenses = new Array();
var skiptotal = 0;
var countessattacktotal = 0;
var defensestotal = 0;

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Configurable Varibles Change These If You Need To //
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// //
//Variables to heal life and mana change them to the //
//lowest you want them to get before healing. // //
var heal_life = 20; //
var heal_mana = 20; //
// //
//Percent at which you want to repair your items //
var repair_percent = 1; //
// //
//Set to true or false to use a mercenary //
var usingmerc = true; //
// //
//Set this to the level of health you want to reach before chickening //
var HealthChicken = 10; //
// //
//Set this to the level of health you would like to try and heal at //
var HealthPotion = 20; //
// //
//Set this to the level of mana you want to reach before chickening //
var ManaChicken = 10; //
// //
//Set this to true or false if you want to chicken //
//when your mana reaches a certain level //
var UseManaChicken = true; //
// //
//Set this if you want to print enchantments on the screen //
var ShowEnchant = true; //
// //
//Set this to true or false if you want to skip certain enchantments //
var UseSkipEnchantments = true; //
// //
//Use this to list which immunes to skip //
// Example: SkipEnchantment("Lightning Enchanted", 0); //
SkipEnchantment("Conviction", 1); //
SkipEnchantment("Lightning Enchanted", 1); //
SkipEnchantment("Fanaticism", 1); //
// //
//Use This if you would like to heal your merc during battle //
var UseMercHeal = false; //
// //
//Set the level of health your merc should have //
//before healing him //
var HealMercLvl = 20; //
// //
//This is the variable to set to use your defenses //
//EXAMPLE: see Attack example //
// //
AddDefense("Energy Shield", 1, 0, 500), //
AddDefense("Thunder Storm", 1, 0, 500), //
AddDefense("Shiver Armor", 1, 0, 500), //
// //
//This is the attack sequence for the countess. //
//EXAMPLE:AddAttack("Name", repeat(how many times), distance(you should be from target), delay(between casts));//
// //
AddAttack("Lightning Bolt", 4, 20, 500) //
// //
//This is the attack it will repeat after during the attack sequence //
var RepeatAfter = 1; //
// //
//This is set to repostition you incase you get out //
//of range during attacks //
var reposition = true; //
// //
//Use TheForce //
var UseTheForce = true; //

Plz edit it down to size or erase when you find whats wrong. I dont want to have this huge block here for long.

Please help me out. Anybody!

With much thanks to any who help,

Jordan
 
Y

yash(DB)

Hello
I noticed that one of the links is broken, or the site is down. "Running multiple Jeds" and I really want to know how to run 2 jeds at the same time. If someone can direct me to a site which explains how to do this, that would be great.
 

NewPosts

New threads

Top