Quote Originally Posted by bowbow88
sh-Blak-: Your problem is it cannot find script right? It makes a game that says Error: Cannot load 'Bots\\scripts\libs\mephxp or sumthing like that. Just take the two \\'s out and put in a / betwen Bots' and scripts'. Go to Default.d2l and its there... Heres what mines looks like:

/* default.d2j, modify the values below to suit your needs. [by njaguar]*/

function main() {

switch(me.name) {

case "DefinitelyASorc":

load("tools/lifewatchxp.d2j");

break;

default:

load("bots/Marsbrandmeph.d2j"); (<----------You change this! '\' -> '/' )

the /,
break;

}

}

Pr4yr, Im pretty sure this has anti-rd features. The lobby wait time is the anti rd feature, and what it is is just randomizing your delay so its harder to detect. Im not sure if changing it helps, but heres what you should change to make your lobby wait time lesser :

Scripts->Autostarter

var timeToPauseMin = 5*60*1000; (change this to 5*10*1000)

var timeToPauseMax = 10*60*1000; (change this to 10*10*1000)

I read this on blizzhackers and tried it, but it didnt help much. Go give it a try at least.

___________

p!zz@, what do you mean as in ' This bot doesnt work on my machine?' Did you set this up correctly? Maybe its b/c you dont have js32.dll in your system/system32 folders. Its on PAGE 12 of this thread. Theres a link. Put that file in C:Windows\System + System32

thx mate