A question on MarsBrandMeph

Ecyho

Member!
Joined
Jun 9, 2003
Messages
16
Reaction score
0
Location
Toronto
Website
Visit site
Ok guys,

I maxed Orb and Nova, but this bot of mine likes to use Firewall, which only has lvl 12.

How can i edit the script to make it not use Firewall?

I think static static, constant orb and teleport is enough to kill meph, i hate firewall because of the casting delay, which makes the bot cant teleport away from Meph's lighthing or orb.
 

Avx

Member!
Joined
Jul 12, 2003
Messages
19
Reaction score
0
Website
Visit site
Go into your d2jsp folder-->scripts--->libs--->MBM_Settings
There is a part where you set your timered skills, and firewall is default. To disable it, add // before it
 

Starfish

Member!
Joined
Feb 23, 2003
Messages
3,594
Reaction score
0
// Attack configuration
//====================================================================
// spelllist.push("spell1") First timed attack spell to be used
// spelllist.push("spell2") For each additional timed attack spell to be used, add a new line like the one
//
// You can use any number of timed spells. The script will alternate between them in the order that you listed
// them. No untimered spells are suppored because they mess up the dodging routine.
//
// maxattacks=xx This is the maximum number of attack sequences used to attack Mephisto
// If he is still alive after this many attacks, the game will abort
// AttackMinMana=x% Saves you from running out of mana.

var spelllist=new Array();
spelllist.push(FROZENORB);
//spelllist.push(FIREWALL);
//spelllist.push(HYDRA);
//spelllist.push(BLIZZARD);
//spelllist.push(METEOR);
var maxattacks=60;
var AttackMinMana=20;
 

Ecyho

Member!
Joined
Jun 9, 2003
Messages
16
Reaction score
0
Location
Toronto
Website
Visit site
thx guys, now my avg game time is 30-40 instead of 50-60 becaused i need time to go to tp, get heal and finish meph off b4, now Meph die more quickly!

Found 3 shakos in 3 days :p pretty good for me consider i found nothing in the first 1000 runs.
 

NewPosts

New threads

Top