New Mephbot

R3N3G4D3

Member
Joined
Aug 10, 2003
Messages
10
Reaction score
0
Website
Visit site
Hmm, never had problems with setting up the d2jsp bots during 1.09, yet I have a problem with this simple one. Looking through the readme, I don't see how the program is supposed to be aware of your d2loader, since you extract 1 part into d2loader plugins folder and the other, from which you launch it, anywhere you want (according to the txt). And sure enough, after I tried to start it up it loaded into the game and stayed there without doing anything. I changed the path to my d2loader shortcut to Diablo instead of the actual Diablo II.exe hoping that that would work, but then Mephbot wouldn't start at all. How do I launch it, I'm sure the problem here is that the Mephbot isn't aware of the d2loader.
 

Sinisterbeef

Member!
Joined
Oct 7, 2003
Messages
126
Reaction score
0
Location
Cali
Website
Visit site
i have the same error, but it still runs, just sometimes it will enter a game and then not do anything or it will not even make the next game.

I think this needs a little more work.
 

Stryder

BattleForums Senior Member
Joined
Sep 14, 2003
Messages
2,463
Reaction score
0
The scripts a beta, i think.
 

Stryder

BattleForums Senior Member
Joined
Sep 14, 2003
Messages
2,463
Reaction score
0
The solution i heard is that, it happens sometimes, they say u should increase ur delay for goin to the wp.
 

R3N3G4D3

Member
Joined
Aug 10, 2003
Messages
10
Reaction score
0
Website
Visit site
Someone please explain to me how the loader part knows about the plugin part if you extract them in 2 different directories? Because my pc doesn't seem to be starting the plugin, it jsut goes in game and sits there waiting for meph to come to it. And btw my d2loader was extracted too, not installed (and it works).
 

SoS-DarkAyo

Member!
Joined
May 17, 2003
Messages
382
Reaction score
0
Location
Europe
Website
Visit site
Its not a problem with delay !!!
Read the error : waypoint.move() is not a function.
I you read the code, you can see the function movetowaypoint()

If you replace it, the function works ~~
The bot move to waypoint, but there is a new error :

waypointinteract() is not a function ... I'll try to find what is the good function ~~
 

Sinisterbeef

Member!
Joined
Oct 7, 2003
Messages
126
Reaction score
0
Location
Cali
Website
Visit site
i would get some fire absorb, because if theres minions on the center platform, they tend to cast hydra at you (this coud be a problem if using e shield)
 

Redempt

Member
Joined
Apr 7, 2004
Messages
6
Reaction score
0
Website
Visit site
If you go to blizzhackers, cerb has answered heaps of questions to do with all the errors above, he also has a guide i think... havent checked it out but. Mine works perfectly cept, can anyone work out how to change the tele delay?
 

Numba8

New Member
Joined
May 27, 2005
Messages
2
Reaction score
0
Ehm,hey fellas,i see this post is quite old,but after trying 7 Mephbots for d2 1.10, i found this bot is the best,but:
I´m getting those Function-Errors (described above) now.
I tried those posted links (blizzhackers -> site offline ; fixed script -> 403 Error-Locked) but, well no link works.

If sumone has still this bot (which is working normally),can you post me the "mephtest.dbj"? (numba8@web.de)

thx in advance
 

Numba8

New Member
Joined
May 27, 2005
Messages
2
Reaction score
0
OK guy,nevermind,just fixed it myself:
(Acutally,i dont know if this works for other Gameversions but the German one)

>>> WRONG <<<

function takeWaypoint()
{

waypoint = getUnit(2, "Waypoint");
waypoint.move();
waypoint.interact();
waypoint.interact(3,9);
delay(rnd(500,2000));

--> CORRECT <--

function takeWaypoint()
{

waypoint = getUnit(2, "Wegpunkt");
moveToWaypoint();
waypoint.interact();
waypoint.interact(3,9);
delay(rnd(500,2000));
}
 

hue_jass

New Member
Joined
Dec 29, 2005
Messages
1
Reaction score
0

BBOY_CYKEK

Member!
Joined
Mar 9, 2004
Messages
157
Reaction score
0
Location
VA
Website
www.bboy.org
hue_jass said:
where did u get the new mephbot and how wouldi get it?
I Believe he posted the link

Why isn't this stickied if its a working bot?

EDIT- Sorry i didnt realize how old this thread was
 

NewPosts

New threads

Top