View Full Version : quick d2jsp pondering..
usernameplease1
07-30-2004, 09:15 AM
i just dl'ed that shyt n its workin fine but how do u change the skillz from ice bolt/blizz to fire ball/meteor?? c:/program files/d2jsp/.....??? thank you for ur help
GoT-Power
08-01-2004, 02:26 AM
which bot are you trying to use? if its for mephXP AndyXP or PindleXP you find mxp_config for meph, axp_config for andy, and pxp_config for pindle in your d2jsp\scripts\libs folder. open it and then find this part its near the bottom. you can edit it to your liking.
timedfirst=true;
statictimes=4;
//remove the slash at the start of the line for the skills you wish to use
//this one is set up for cold sorc.
spelllist.push(59); // "Blizzard"
spelllist.push(45); // "Ice Blast"
spelllist.push(55); // "Glacial Spike"
//spelllist.push(64); // "Frozen Orb"
//spelllist.push(48); // "Nova"
//spelllist.push(62); // "Hydra"
//spelllist.push(56); // "Meteor"
//spelllist.push(38); // "Charged Bolt"
//spelllist.push(47); // "Fire Ball"
//spelllist.push(51); // "Fire Wall"
//spelllist.push(53); // "Chain Lightning"
untimedrepeat=5;
XP_MaxAttacks=20;
XP_MephDodge=true;
XP_SwitchOnKill=false;
XP_SwitchHP=40;
XP_StallKill=false;
XP_StallHP=40;
XP_StallSkipPhys=true;
//heres a fire sorc one:
//spelllist.push(59); // "Blizzard"
//spelllist.push(45); // "Ice Blast"
//spelllist.push(55); // "Glacial Spike"
//spelllist.push(64); // "Frozen Orb"
//spelllist.push(48); // "Nova"
//spelllist.push(62); // "Hydra"
spelllist.push(56); // "Meteor"
//spelllist.push(38); // "Charged Bolt"
spelllist.push(47); // "Fire Ball"
//spelllist.push(51); // "Fire Wall"
//spelllist.push(53); // "Chain Lightning"
untimedrepeat=5;
XP_MaxAttacks=20;
XP_MephDodge=true;
XP_SwitchOnKill=false;
XP_SwitchHP=40;
XP_StallKill=false;
XP_StallHP=40;
XP_StallSkipPhys=true;
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.