YAMB Problem

STL

Member!
Joined
Nov 7, 2004
Messages
37
Reaction score
0
i got yamb but the problem is that my char switche's weapon and then my sorc sux big time! how can i change it so it doesn't switch?? thnx guys
 

_CM

Respected Member
Joined
May 19, 2003
Messages
3,874
Reaction score
3
Location
Luxembourg
check your d2jsp\scripts\libs\YAMB folder

there should be your configuration file

open the corresponding file and search for XP_SwitchOnKill = true;

change it to XP_SwitchOnKill = false;
 

STL

Member!
Joined
Nov 7, 2004
Messages
37
Reaction score
0
Thnx for fast Reply but got 1 little problem more...When monsters are immune to my fire how can i do something so it also uses my Frozen orb?? thnx again
 

_CM

Respected Member
Joined
May 19, 2003
Messages
3,874
Reaction score
3
Location
Luxembourg
search for Attack configuration for the sorc and scroll down until you see

//YAM_SorcSkill.push(64); // Frozen Orb

change it to

YAM_SorcSkill.push(64); // Frozen Orb

You can't say; if a monster is immune to fire, use orb, but you can tell the bot to use it as a skill on bosses

you can also change the

//YAM_SorcSkill.push(64); // Frozen Orb

into

PXP_SorcSkill.push(64); // Frozen Orb

for pindle

or

AXP_SorcSkill.push(64); // Frozen Orb

for andy, etc...

Format is [x]XP_SorcSkill where [x] is the first letter of the boss: P=Pindle, C=Countess, M=Meph, A=Andy, E=Eldritch, S=Shenk, B=Baal.
 

NewPosts

New threads

Top