D2 Jsp Pwnage Pindle Help Plzzz

DaRkLoRdX3

Member
Joined
Sep 20, 2003
Messages
9
Reaction score
0
Location
N.C.
Website
Visit site
Hey all,

Okay I have read Balbanes' newbie guide and I still need help setting up pindle bot.

I tried once before and I had to re-download it because it had an in-game error with the script saying that a value wasn't defined.

Okay I set everything to the very basic, I run it, my char goes and gets to pindle, the eletric stuff surrounds the zombies and pindle and his life goes from 100% to 75% and then my character exits the game and goes back into the channel I have told the script to go.

How do I make my character actually KILL then pick up the uniques or rares THEN leave????
:confused:

thanks

btw I have a sorc, with frozen orb and that type of thing. I have about 500 mf.

Lataz~
 

DaRkLoRdX3

Member
Joined
Sep 20, 2003
Messages
9
Reaction score
0
Location
N.C.
Website
Visit site
I mean if I install build 0.33 then it should work automatically? I mean after I input the first few things it asks. without having to do much else? or what do u reccomend I do to it. I have a lvl 81 sorc. about 500mf ....?
 

Balbanes

Member!
Joined
Aug 30, 2003
Messages
335
Reaction score
0
Website
Visit site
did you configure pwnsettings.d2l?

i'm afraid you dont have any of your skills chosen and when it switches from static and finds out you dont have -x- skill, it aborts the run
 

Balbanes

Member!
Joined
Aug 30, 2003
Messages
335
Reaction score
0
Website
Visit site
check your skills area and make sure that's all right

in fact -- if u want just post it here and i'll take a look.. also need to know what your char build is plz
 

DaRkLoRdX3

Member
Joined
Sep 20, 2003
Messages
9
Reaction score
0
Location
N.C.
Website
Visit site
// Precastable defensive spells
//====================================================================
// prelist.push("skill") Select the precasts you want here. Remove // to turn them on

//prelist.push("Energy Shield");
//prelist.push("Frozen Armor");
//prelist.push("Shiver Armor");
//prelist.push("Chilling Armor");
prelist.push("Thunder Storm");


// Attack configuration
//====================================================================
// timedfirst=true/false If set true, will cast your first listed timed spell before casting static field
// Recommended with Frozen Orb or Blizzard, spells which freeze and slow Pindle
// statictimes=x This is the number of times you want static field to be cast
// If set to 0, it will not be cast.
// spelllist.push"xxxxx" The first attack in the list will be used first
// spelllist.push("Hydra"); To use a new skill, remove the comments, like nova and orb are setup
// //Put comments like the one at the start of this line in front of spells to disclude them
//
// You can use any number of timed and untimed spells. The script will alternate between them in the order
// that you list them, in a pattern of first timed, first untimed, second timed, second untimed, etc...
// So you can list any number of spells but the order in which you list them will determine which timed
// spell goes off in what order, and likewise for untimed spells. For instance, if you list Frozen Orb,
// Meteor, Blizzard and Nova, the script will cast Frozen Orb, Nova, Meteor, Nova, Blizzard, Nova etc...
//
// untimedrepeat=x This is the number of times to cast each untimed spell when only using untimed spells
// maxattacks=xx This is the maximum number of attack sequences used to attack Pindleskin
// If he is still alive after this many attacks, the game will abort
// teledistance=x This is the coordinates of the last teleport before attacking Pindleskin
// teledistance=0 puts you a good ways away. The higher you make this number,
// the closer you will teleport to Pindleskin.
// Only 0-10 would be an advisable number to use here, higher than 10 makes ya REAL close.
// SwitchOnKill/true/false Set this to true to switch to the weapon with the greatest magic find upon killing Pindle
// SwitchHP=xx This is the amount of Pindle's hp out of 128 that is remaining.
// StallKill=true/false Set this to true to let your merc get the last hit
// StallHP=xx This is the amount of hp of 128 that you will stall for pindle to die on
// MercSkipPhys=true/false Set this to true along with StallKill and you won't stall if pindle is immune to phys

timedfirst=true;
statictimes=2;

spelllist.push("Frozen Orb");
spelllist.push("Nova");
//spelllist.push("Hydra");
//spelllist.push("Meteor");
//spelllist.push("Charged Bolt");
//spelllist.push("Frozen Orb");
//spelllist.push("Fire Ball");
//spelllist.push("Fire Wall");
//spelllist.push("Glacial Spike");
//spelllist.push("Blizzard");
//spelllist.push("Chain Lightning");
untimedrepeat=1;
maxattacks=20;
teledistance=10;
SwitchOnKill=false;
SwitchHP=40;
StallKill=false;
StallHP=40;
MercSkipPhys=true;

okay my build is a lvl 81 sorc, I have a shako, baba, skulders, war travs, chancies, 1 occy ring, and a lidless for a shield.. they are all mf items. I have put alot of skill points into frozen orb, cold spells are really my main power. I have at least 1 point in every skill. so I have almost every option.
 

Balbanes

Member!
Joined
Aug 30, 2003
Messages
335
Reaction score
0
Website
Visit site
"untimedrepeat=1" is your problem i do believe

just put // in front of nova and it should work right
 

DaRkLoRdX3

Member
Joined
Sep 20, 2003
Messages
9
Reaction score
0
Location
N.C.
Website
Visit site
Okay, and I have a few mre questions if you dont mind, so when I correct this, it will work normal and my sorc will kill pindle pick up the good items that he drops? and is there already a script in place to put stuff in my stash if my inventory is full? And how likely is it that blizzard will ban my account lol.

I just wanna make sure that if by chance pindle dropped a valor orsomething and then leaves it and starts a new game....that would really piss me off lol.

K well I am going to fix that problem now. I iwll tell you how it goes.
 

DaRkLoRdX3

Member
Joined
Sep 20, 2003
Messages
9
Reaction score
0
Location
N.C.
Website
Visit site
Okay on the d2jspLoader.d2l file how am I supposed to set it up? beacuse it is different than 0.31.?? here is the script...

/*

d2jspLoader.d2l v0.3 - d2jspLoader dde command library
Copyright (C) 2003 Gianluigi Tiesi <sherpya@hotmail.com>

History:
0.1 - First release - in sync with d2jspLoader 1.12
0.2 - Added onexit command - in sync with d2jspLoader 1.14
0.3 - Added setvalue command anf guiOnexit charscreen - in sync with d2jspLoader 1.15

Supported commands:

guiPrint(text); // Sends text on logwindow for current session
guiPrint(text,true); // Sends text on logwindow in the main log

guiStart(); // Starts current session
guiStart(true); // Starts all sessions

guiStop(); // Stops current session
guiStop(true); // Stops all sessions

guiOnExit("create", gamename); // On exit the gui will create gamename
guiOnExit("create", gamename, gamepass); // On exit the gui will create gamename/gamepass

guiOnExit("join", gamename); // On exit the gui will join gamename
guiOnExit("join", gamename, gamepass); // On exit the gui will join gamename/gamepass

guiOnExit("kill"); // On exit the gui will kill d2
guiOnExit("kill&stop"); // On exit the gui will kill d2 and stop the session

guiOnExit("charscreen"); // Usefull when changing only account location

guiSetValue("key", "value"); // Sets a configuration value,
// e.g. guiSetValue("AccountName", "newaccount") use null value as value to delete a key (only for strings keys)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
*/


var DDEServ = "d2jspLoader";

function prepareMsg(nopid)
{
if (nopid) return "0 ";
return getMyPID() + " ";
}

function guiPrint(text, nopid)
{
if (arguments.length<2) nopid = false;

var msg = prepareMsg(nopid);
msg+="print " + text;
sendDDE(2, DDEServ, msg, "", "");

}

function guiSetValue(key, value)
{
var msg = prepareMsg(false);
msg+="setvalue " + key + "=";
if (value) msg+= value;
sendDDE(2, DDEServ, msg, "", "");
}

function guiStart(nopid)
{
if (arguments.length<1) nopid = false;

var msg = prepareMsg(nopid);
msg+="start";
sendDDE(2, DDEServ, msg, "", "");

}

function guiStop(nopid)
{

if (arguments.length<1) nopid = false;

var msg = prepareMsg(nopid);
msg+="stop";
sendDDE(2, DDEServ, msg, "", "");

}

function guiOnExit(action, gamename, gamepass)
{
if (arguments.length<3) gamepass = false;

var msg = prepareMsg(false);
msg+="onexit ";

switch (action)
{
case "create":
{
msg+="create ";
msg+=gamename;
if (gamepass) msg+="/" + gamepass;
break;
}

case "join":
{
msg+="join ";
msg+=gamename;
if (gamepass) msg+="/" + gamepass;
break;
}

case "kill":
msg+="kill";
break;

case "kill&stop":
msg+="kill&stop";
break;

case "charscreen":
msg+="charscreen";
break;

default:
print("Invalid OnExit Command");
return;
}

sendDDE(2, DDEServ, msg, "", "");
}
 

Balbanes

Member!
Joined
Aug 30, 2003
Messages
335
Reaction score
0
Website
Visit site
u're supposed to config d2jsploader.ini not .d2l

bnet can catch you -- and delete your acc.. to be safe make a new acc for your bot sorc, and even safer u can get a seperate set of cd keys for botting only, if u do that they wont delete any accounts but the botting acc if u do get caught..
 

DaRkLoRdX3

Member
Joined
Sep 20, 2003
Messages
9
Reaction score
0
Location
N.C.
Website
Visit site
I tried to configure it, I open the penguin icon thing, and the script doesnt start. it doesn't do anything, just stays blank.....

you know what that could be?
 

Balbanes

Member!
Joined
Aug 30, 2003
Messages
335
Reaction score
0
Website
Visit site
u have to configure the file in your directory that looks like a wordpad and has a gold medal on it, and says "d2jsploader"

go to step 9a in my tutorial (top link in my sig)
 

New threads

Top