I
ihateyou
Hi ive kinda new to d2jsp and i was wondering if som1 can tell wht i did wrong here. after i set everything up by reading idiotsguide i found out that my chr can creat games. How ever if i set the number of attack too low itll just quite game before killin pindleskin. So i set it to 40 times. but now i face a biger problem.... when ever my zon kills pindleskin, the screen your connection has been intereupted shows up and goes realm down for 30 min. on the loader it shows:
[20:54:23] :Selecting character
[20:54:45] :Creating Game #2
[20:55:31] :Game exitted normally (33s).
[20:55:42] :Creating Game #3
[20:56:29] :Game exitted normally (35s).
[20:56:40] :Creating Game #4
[20:57:27] :Game exitted normally (35s).
[20:57:39] :*** Diablo II is not ready.
[20:57:45] :Loading Diablo II
[20:57:45] :None of matching standard loaders found, direct loading... [this is OK]
[20:58:04] :Check no cd pid = -645881
[20:58:04] :Attaching d2jsp.
[20:58:05] :Read from process failed.
[20:58:05] :Using old attaching method, try to use Game.exe instead of Diablo II.exe
[20:58:12] :Logging into battle.net
[20:58:15] :You are connected on Realm: USWest
[20:58:15] :Selecting character
[20:58:21] :*** Timeout waiting for char selection
[20:58:22] :*** Realm Down detected, now I can take a coup of tea
And for zon part of pwnsettings.d2l i have:
// Character skill configuration
//====================================================================
// PrecastValk=true/false Set this to true to cast a valk before going down the portal
// CastValkOn=true/false Set this to true to cast a valk on PindleSkin
// CastDecoyOn=true/false Set this to true to cast a decoy on PindleSkin
// BowFirst=true/false Set this to true to force the bow to be used first
// JavFirst=true/false Set this to true to force the use of the javelins first
// SwitchPhys=true/false Set this to true to switch attack types on high phys resists
// PhysAmount=xx Set this to the physical resistance number you want to switch on
// SwitchLit=true/false Set this to true to switch attack types on high lit resists
// LitAmount=xx Set this to the lightning resistance number you want to switch on
// StartIt=x This is the number of attacks to start off with first weapon, then switch to second
// maxattacks=4 The maximum number of times to repeat the Attack sequence before aborting
// PickupShield=true/false If this is true, you'll switch to a shield before picking up items
// BowAmount=xx Set this to the number you want to buy fresh ammo on
// JavAmount=xx Set this to the number you want to fix your javs on
// RangedAtt=true/false Set this to true to attack from the entrance to pindle's temple
PrecastValk=true;
CastValkOn=false;
CastDecoyOn=true;
BowFirst=true;
JavFirst=false;
SwitchPhys=false;
PhysAmount=50; //set to 99 for only switching when Pindle is immune
SwitchLit=false;
LitAmount=50; //set to 99 for only switching when Pindle is immune
StartIt=0; //Set this to 0 to skip this "timed" weapon switch. See above for more info.
maxattacks=6;
PickupShield=false;
BowAmount=45;
JavAmount=31;
RangedAtt=true;
// Attack Configuration
//====================================================================
// Attack.push"xxxxx" The first attack in the list will be used first
// Number.push=x; To use a new skill, replace the skill name with the one you want to use
// Select the number of skills in the BowNumber array
// This will use the skills in the order you list them. For instance, if you list Multiple Shot,
// Guided Arrow, and Freezing Arrow, the script will use Multiple Shot, Guided Arrow, Freezing Arrow, Multiple etc...
BowAttack.push("Multiple Shot"); BowNumber.push(1);
BowAttack.push("Freezing Arrow"); BowNumber.push(2);
BowAttack.push("Guided Arrow"); BowNumber.push(40);
JavAttack.push("Lightning Fury"); JavNumber.push(6);
so basically i cant even killl pindleskin ToT Plz som1 help Plzzz
by the way im using a bow zon
PLEASE EMAIL ME AT : peteristhecoolist@hotmail.com
[20:54:23] :Selecting character
[20:54:45] :Creating Game #2
[20:55:31] :Game exitted normally (33s).
[20:55:42] :Creating Game #3
[20:56:29] :Game exitted normally (35s).
[20:56:40] :Creating Game #4
[20:57:27] :Game exitted normally (35s).
[20:57:39] :*** Diablo II is not ready.
[20:57:45] :Loading Diablo II
[20:57:45] :None of matching standard loaders found, direct loading... [this is OK]
[20:58:04] :Check no cd pid = -645881
[20:58:04] :Attaching d2jsp.
[20:58:05] :Read from process failed.
[20:58:05] :Using old attaching method, try to use Game.exe instead of Diablo II.exe
[20:58:12] :Logging into battle.net
[20:58:15] :You are connected on Realm: USWest
[20:58:15] :Selecting character
[20:58:21] :*** Timeout waiting for char selection
[20:58:22] :*** Realm Down detected, now I can take a coup of tea
And for zon part of pwnsettings.d2l i have:
// Character skill configuration
//====================================================================
// PrecastValk=true/false Set this to true to cast a valk before going down the portal
// CastValkOn=true/false Set this to true to cast a valk on PindleSkin
// CastDecoyOn=true/false Set this to true to cast a decoy on PindleSkin
// BowFirst=true/false Set this to true to force the bow to be used first
// JavFirst=true/false Set this to true to force the use of the javelins first
// SwitchPhys=true/false Set this to true to switch attack types on high phys resists
// PhysAmount=xx Set this to the physical resistance number you want to switch on
// SwitchLit=true/false Set this to true to switch attack types on high lit resists
// LitAmount=xx Set this to the lightning resistance number you want to switch on
// StartIt=x This is the number of attacks to start off with first weapon, then switch to second
// maxattacks=4 The maximum number of times to repeat the Attack sequence before aborting
// PickupShield=true/false If this is true, you'll switch to a shield before picking up items
// BowAmount=xx Set this to the number you want to buy fresh ammo on
// JavAmount=xx Set this to the number you want to fix your javs on
// RangedAtt=true/false Set this to true to attack from the entrance to pindle's temple
PrecastValk=true;
CastValkOn=false;
CastDecoyOn=true;
BowFirst=true;
JavFirst=false;
SwitchPhys=false;
PhysAmount=50; //set to 99 for only switching when Pindle is immune
SwitchLit=false;
LitAmount=50; //set to 99 for only switching when Pindle is immune
StartIt=0; //Set this to 0 to skip this "timed" weapon switch. See above for more info.
maxattacks=6;
PickupShield=false;
BowAmount=45;
JavAmount=31;
RangedAtt=true;
// Attack Configuration
//====================================================================
// Attack.push"xxxxx" The first attack in the list will be used first
// Number.push=x; To use a new skill, replace the skill name with the one you want to use
// Select the number of skills in the BowNumber array
// This will use the skills in the order you list them. For instance, if you list Multiple Shot,
// Guided Arrow, and Freezing Arrow, the script will use Multiple Shot, Guided Arrow, Freezing Arrow, Multiple etc...
BowAttack.push("Multiple Shot"); BowNumber.push(1);
BowAttack.push("Freezing Arrow"); BowNumber.push(2);
BowAttack.push("Guided Arrow"); BowNumber.push(40);
JavAttack.push("Lightning Fury"); JavNumber.push(6);
so basically i cant even killl pindleskin ToT Plz som1 help Plzzz
by the way im using a bow zon
PLEASE EMAIL ME AT : peteristhecoolist@hotmail.com