1-run yamb bot

cheechwood

Member
Joined
May 18, 2005
Messages
7
Reaction score
0
i finally got my yamb bot working so it does its run like its suposd to do... it currently does countess, pindle, threshsocket, and meph. the only problem is it only does one run... it usually says something like"null... not enough properties" but i can never get a good look at the error message because it dissapears to fast. I just got a new error message saying, "C:\Documents and Settings\Eric\Desktop\YAMBPKG\scripts\starter.d2j
d2jsp: script does not exist"

can some one help me... ide be incredable joyes if my bot did even 50 runs...
 

cheechwood

Member
Joined
May 18, 2005
Messages
7
Reaction score
0
Ive let it sit all day... i come back and its brought up like 30 different diablo screens that cant start because obviously my cd key is still in use from the first bot thats still sitting in the channal
 

cheechwood

Member
Joined
May 18, 2005
Messages
7
Reaction score
0
I think it makes a refference to this part of my script when it errors...
"
this.isRunning = true;
this.needsData = true;

this.oldLocation = null;
this.debugFile = fileOpen("output/DebugLog/autostarter.log", 2);
this.requestSettings = function() {
if(coreHasCopyData){
sendCopyData( "autod2jsp", 0, CD_GETSETTINGS, "" );
}
else{
this.accountName = this.requestString( "accountName" );
this.accountPass = this.requestString( "accountPass" );
this.gameFileName = this.requestString( "gameFileName" );
this.gameDifficulty = parseInt(this.requestString( "gameDifficulty" ),10);
this.charLocation = parseInt(this.requestString( "charLocation" ),10);
this.gameName = this.requestString( "gameName" );
this.gamePass = this.requestString( "gamePass" );
this.useRandomGameName = parseInt(this.requestString( "useRandomGameName" ),10);
this.useRandomGamePass = parseInt(this.requestString( "useRandomGamePass" ),10);
this.gameType = parseInt(this.requestString( "gameType" ),10);
// this.realmId = parseInt(this.requestString( "realmId" ),10);
"
 

NewPosts

New threads

Top