D2BS mit OOG 1.3

04/29/2010 19:33 fuuch#1
die d2nt-alternative ist schnell konfiguriert

Code:
OOG.exe
ist eure bot exe und dort editiert ihr eure accounteinstellungen


Code:
OOG with 1.3\YAMB\libs\YAMB\configs
enthält eure bot konfiguration, ähnlich wie bei d2nt


in
Code:
OOG with 1.3\YAMB\settings
befinden sich die pickit scripte, mit einigen ausführlichen beispielen


unter
Code:
OOG with 1.3\YAMB\sdk
findet ihr die ganzen stats mit id für eure konfiguration


schritte, die ihr vornehmen müsst um den bot zum laufen zu bringen:

1.zieht euch das zeug von eon
2.entpackt es (nicht in den d2 ordner)
3.konfiguriert erstmal eure bot config unter
Quote:
YAM_Config_<euer botname>.dbl
4.editiert die
Quote:
YAM_LifeWatchConfig_<euer botname>.dbl
5.editiert die ganzen pickits - wichtig sind nur
Code:
		DSN_NIPFilePath.push("runes.nip");
		DSN_NIPFilePath.push("uniques.nip");
		DSN_NIPFilePath.push("sets.nip");
		DSN_NIPFilePath.push("whites.nip");
		DSN_NIPFilePath.push("rares.nip");
		DSN_NIPFilePath.push("magics.nip");
		DSN_NIPFilePath.push("gems.nip");
		DSN_NIPFilePath.push("charmsjewels.nip");
		DSN_NIPFilePath.push("ringsamulets.nip");
		DSN_NIPFilePath.push("moneymaker.nip");
6.editiert die delayzeiten in
Code:
YAMBstarter.dbj
meine sind wie folgt:
Code:
var unableToConnectRetry		= 5;		// time in minutes to retry connecting on connection fail (real value is +/- 1 min)
var realmDownRetry			= 20;		// time in minutes to retry connecting on a realm down (default is 60 minutes.. no short realm downs, these days..)
var disconnectedRetry			= 5;		// time in minutes to retry on a disconnection (usually ip ban related)
var cdkeyInUseRetry			= 5;		// time in minutes to retry on a cdkey in use error message (set to 0 to stop)
var connectingToBnetTimeout	= 20000;	// time in milliseconds to wait for a login to time out and click cancel and retry
var characterScreenTimeout		= 10000;	// time in milliseconds to wait for character screen to appear
var pleaseWaitTimeout			= 10000;	// time in milliseconds to wait for a please wait popup
var createGameThreshold		= 10000;	// time in milliseconds to wait between making games
var createGameThresholdRandom	= 1000;		// time in milliseconds to randomly add +/- to the game create time 5000
var createGameTimeout		= 15000;	// time in milliseconds to register a failed to create game
var waitInLineTimeout			= 60000;	// time in milliseconds to wait in lines for a create game (60 second default)
var characterSelectDelay		= 1000;		// time in milliseconds to wait before selecting a character on the char screen
var loginDelay				= 1000;		// time in milliseconds to wait before submitting login information
var clickDelay				= 500;		// wait X milliseconds before next action after a click event
var textDelay				= 500;		// wait X milliseconds before next action after inserting text into a textbox
var clickDelayRandom			= 500;		// random amount of time to add to a click
var textDelayRandom			= 500;		// random amount of time to add to a text set
var minimumGameNameChars		= 6;		// minimum number of characters in a random game name
var maximumGameNameChars		= 10;		// maximum number of characters in a random game name
var minimumGamePassChars		= 4;		// minimum number of characters in a random game password
var maximumGamePassChars		= 10;		// maximum number of characters in a random game password
var gameLengthThreshold		= 100000;	// amount of time each game + wait should take minimum, 100 seconds default (3 games/5 minutes)
var beepOnRealmDown			= true;		// beep on realm down?
var logGameLength			= true;		// log each games length
var logRealmDown			= true;		// log realm downs
var gamesToPauseMin			= 10;
var gamesToPauseMax			= 15;
var timeToPauseMin			= 0;//100000;	// time to wait min when the games to Pause is reached. set to 0 to turn off 5*60*1000;
var timeToPauseMax			= 0;//150000;	// time to wait max when the games to Pause is reached. set to 0 to turn off 10*60*1000;
var gameDoesNotExistDelayMin	= 600000;	// how long to wait when a Game Does Not Exist occurs - minimum - default 10 minutes
var gameDoesNotExistDelayMax	= 900000;	// how long to wait when a Game Does Not Exist occurs - maximum - default 15 minutes
var gameDoesNotExistTimeout	= 30000;	// how long to wait for the dialog to disappear (default 30 seconds, don't change this)

var myGame    = false;
var myPass    = "";
var gameSet   = false;
var joinCount = 0;
7.erstellt euch euer botprofil im oog.exe und vergesst nicht zu speichern
schritte sind ungefähr so:
Quote:
edit
1.d2path ist euer d2 verzeichnis
2.flags sind bei mir nur -w
3.game name ist klar
4.game pass ist klar
5.difficulty hell ist klar
6.login profile müsst ihr euch selber erstellen, da ist das ganze accountdatenzeug drin
7.und letztendlich update drücken
vergesst nicht yamb als bot auszuwählen
nun müsste euer bot größtenteils lauffertig sein
04/30/2010 20:49 opklasse#2
hi :)

wenn ich 3bots laufen lassen möchte, muss ich da 3mal d2bs entpacken?

p.s. für was steht eig BS?
04/30/2010 21:14 Medix#3
Diablo 2 Botting System
04/30/2010 22:13 fuuch#4
d2bs benutzt genauso wie d2nt auch key mpqs, die du dir mit serbys tool erstellen kannst.
du kannst also multibotten mit mehreren keys
05/01/2010 01:20 kal_el#5
is ja ganz nett, aber in der sektion is der fehl am platz.
wennst nen guide machen willst, bitteschön gern.
aber dann ned hier.

wenn einer was dazu machen will...gerne..
closed