MultiXP 1.03a

Snarg

Member!
Joined
Sep 9, 2003
Messages
292
Reaction score
0
Website
Visit site
MultiXP 1.04 [BETA]

FYI, this works on the pay version of d2jsp. If you don't want to pay for d2jsp you will have to look elsewhere.

Many bug fixes with this version. Added Eldritch to the kill list. Many many thanks to Kougio for that, I pretty much stole your code :) This bot is in BETA testing! There are bound to be errors.

This is for a Sorc that can teleport only.

======================================================================================

Q - What will this script do?

A - It will run multiple bosses utilizing the newest XP scripts. The bosses it will kill are: Pindleskin, Mephisto, The Countess, Andarial and Eldritch in that order. You are able to select what bosses you wish to kill.

Q - What is broken in this script?

A - Mephisto dodging *sucks*. Keep it turned off.

- On the way to Pindleskin it does an odd 'double-teleport'. Although it is not a fatal error it is bizzare and I could not track the problem down.

- If you only select Mephisto, you get an error when you get to him. I have not been able to figure this one out. If you want to run Mephisto, select Pindleskin as well. After all, the whole idea of a multi-MF bot is to run multiple bosses.

- Eldritch is done last. I know it makes no logical sense however, it was easier to make the script that way. Also, once Eldritch is done it likes to do odd things in town. This is also on the todo list.

======================================================================================

That *should* be the majority of the problems. If you have any other issues, PLEASE post an intelligent question. I need as many details as you can give me.

As usual, major props to njag for the core. No core = useless scripts.
Big fat props to all the script writers. No scripts = useless core.

======================================================================================

Ok, enough with that, let's go over some of the configuration options:

Dowload the file from HERE.

Extract MultiXP.d2j into your d2jsp\scripts\bots folder.
Extract MultiXP_Config.d2l into your d2jsp\scripts\libs folder.
Extract LifeWatchXP.d2j into your d2jsp\scripts\tools folder.
Extract XP_Include.d2l into your d2jsp\scripts\libs folder.

Ensure you extract the files in d2jsp common libs.zip to the required directories.Failure to do so will cause the bot to FAIL!!

Configure your default.d2j to run MultiXP.d2j.

Open up MultiXP_Config.d2l with any text editor. I'll explain some of the basic functions and cover the items you should leave alone.

Code:
MultiXP_LifeWatchPath = "tools/LifeWatchXP.d2j";
Leave this line alone!

Code:
DSN_MinGoldStack = 0;
If you find yourself running low on gold from pot buying or merc reviving, set this to a higher number. If you set it to '1' it will pick up *ALL* gold within range.

Code:
MultiXP_DoPindle = true;
MultiXP_DoEld = true;
MultiXP_DoMeph = true;
MultiXP_DoCountess = true;
MultiXP_DoAndariel = true;
Set these lines to false do disable that monster.

Code:
DT_Columns[0]=[0,0,0,0,1,1,1,1,1,1];
DT_Columns[1]=[0,0,0,0,1,1,1,1,1,1];
DT_Columns[2]=[0,0,0,1,1,1,1,1,1,1];
DT_Columns[3]=[0,0,0,1,1,1,1,1,1,1];
These lines tell the bot what items to keep in your inventory! Read the text above these lines for help on setting this feature up.

Code:
MultiXP_UseBeltManager = true;
Leave this line alone.

Code:
DT_BeltColType[0] = "hp"; // Column 1 in belt
DT_BeltColType[1] = "hp"; // Column 2
DT_BeltColType[2] = "hp"; // 3
DT_BeltColType[3] = "mp"; // Yep, you guessed it, 4.
This is the recommended settings. You can change it if you want but keep in mind, we are running *multiple* bosses, not just Pindle. You may quickly run out of rejuves.

Code:
DT_BeltColMin[0] = 4; 
DT_BeltColMin[1] = 4;
DT_BeltColMin[2] = 4;
DT_BeltColMin[3] = 4;
This setting will ensure your belt is refilled if a column falls below the set number.

Code:
DC_RandomDel = false;
DM_RandomMove = false;
DM_RandomMoveDel = false;
It's up to you if you want to change these. IMHO, the randomness does *not* lower your chances of detection but, whatever.

The rest of the options should be self explanatory. If you need further explenation, let me know.

If you are having trouble with the bot buying potions, add this near the bottom of your snagit_xp.ini

Code:
[Super Healing Potion]
code="hp5"
pickup=1
log=0

[Greater Healing Potion]
code="hp4"
pickup=1
log=0

[Super Mana Potion]
code="mp5"
pickup=1
log=0

[Greater Mana Potion]
code="mp4"
pickup=1
log=0
The bot will automaticly clear out any extra potions from your inventory.

Ok, on a personal note. It's rather obvious that I have been banned from d2jsp.org. I have an IP ban and all of my accounts are banned. I am tired of using stupid slow-ass proxies to get to his site and all of the 'alternate' accounts I have created have not recieved the verification e-mail. Otherwise, I would do this myself.

I would *love* to make this script better however, I have gone about as far as I can without some type of expert help. Sadly, I can't get that help. Should a doner/script writer/non-banned person happen to wander accross this thread and think this is a pretty nice script, do me a favor? PM njaguar and see if he will let me back on :)

******************** Change Log ************************
1.04[BETA]:
- MultiXP updated with all changes made to the XP core scripts.
- The .zip file now includes the newest core scripts. *UPDATE THESE*
- Added Eldritch.
- Fixed merc revive error. Should now work in all acts.
- *MANY* internal updates. To many to list.

******************** Todo List ***************************
- Fix Act 5 pathing once and for all.
- Add shrine usage.
- Add more monsters.
- As always, make the script as stable as possible.

If you feel there are to many errors or you think this script is not for you, I encorage you to give this script a try. If you have to many problems with mine or just don't like it, try Kougio's script.
 

Snarg

Member!
Joined
Sep 9, 2003
Messages
292
Reaction score
0
Website
Visit site
Thanks :) Still luv ya as well. Enjoy the script.
 

Snarg

Member!
Joined
Sep 9, 2003
Messages
292
Reaction score
0
Website
Visit site
This post no longer applies.
 

Guest

Premium Member
Joined
Jun 28, 2003
Messages
3,905
Reaction score
2
Location
New york
Website
gamerz-lounge.com
Holy shit dude.....I'm so going to ****ing use this. Thanks so much!!
 

arzuk

Member!
Joined
Jul 25, 2003
Messages
28
Reaction score
0
Location
Canada
Website
Visit site
great script Snarg... i turned off the countess but my sorc keeps going to kill her... doesnt matter to me though my barbmerc can tank her
 

Snarg

Member!
Joined
Sep 9, 2003
Messages
292
Reaction score
0
Website
Visit site
arzuk said:
great script Snarg... i turned off the countess but my sorc keeps going to kill her... doesnt matter to me though my barbmerc can tank her
Bizzare! I'll certainly look into that one. Thank you for the bug report.
 

Snarg

Member!
Joined
Sep 9, 2003
Messages
292
Reaction score
0
Website
Visit site
arzuk, I could not reproduce that error. Are you certain your core files are up to date?

I have updated this script again. Please re-download and re-install. Thank you.
 

Guest

Premium Member
Joined
Jun 28, 2003
Messages
3,905
Reaction score
2
Location
New york
Website
gamerz-lounge.com
Ok, I have a problem, I start the bot, turn on andy and pindle. I am in a5. I then begin the bot and get a in-game error thats says no npc could be found and it leaves ><.
 

Snarg

Member!
Joined
Sep 9, 2003
Messages
292
Reaction score
0
Website
Visit site
Sword Tip said:
Ok, I have a problem, I start the bot, turn on andy and pindle. I am in a5. I then begin the bot and get a in-game error thats says no npc could be found and it leaves ><.
When you start in Act 5, are you at the Waypoint or up at the top, near Malah? Act 5 is not 100% stable yet, you need to start up near the top by Malah.

Also, did you update your core files using the core files included in the .zip?
 

Guest

Premium Member
Joined
Jun 28, 2003
Messages
3,905
Reaction score
2
Location
New york
Website
gamerz-lounge.com
Ya, I did update the cores, and I'm @ the top near malah...
 

Snarg

Member!
Joined
Sep 9, 2003
Messages
292
Reaction score
0
Website
Visit site
Sword, you are using the most current core for d2jsp, correct? I have tried many times to get the same error and could not so I am under the assumption that one or more of your files may be out of date.
 

NewPosts

New threads

Top