D2jsp max attack abort...

chuot

Member
Joined
Jun 16, 2003
Messages
13
Reaction score
0
Website
Visit site
I'm sure some of you have encountered this problem, the forum on d2jsp has tons of quesitons like this but I found no working solution.

Anyway, I kept getting "max attacking reached, aborting" eventhough I've set the Max attack to 50. I'm pissed up that I can't change it to work, here is the setting:

// 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");

timedfirst=true;
statictimes=4;

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=50;
teledistance=8;
SwitchOnKill=false;
SwitchHP=40;
StallKill=false;
StallHP=40;
MercSkipPhys=true;

Tried to turn on and off fire, still made no difference. If therea is somebody who had had this problem to resolved it, please help pleaes please. Thank you so much.
 

tHEos-unDefineD

Member!
Joined
Jun 6, 2003
Messages
131
Reaction score
0
Location
Chino Hills, CA
Website
Visit site
ok, so what it looks like is that you only want it to cast energy shield, and only use frozen orb. everything looks correct, im not sure what is wrong. here is how mine looks like:

// 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");

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=false;

try setting it back to 20, i think 50 might be to high...
 

NewPosts

New threads

Top