Code:
OOG.exe
Code:
OOG with 1.3\YAMB\libs\YAMB\configs
in
Code:
OOG with 1.3\YAMB\settings
unter
Code:
OOG with 1.3\YAMB\sdk
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
4.editiert dieQuote:
YAM_Config_<euer botname>.dbl
5.editiert die ganzen pickits - wichtig sind nurQuote:
YAM_LifeWatchConfig_<euer botname>.dbl
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");
Code:
YAMBstarter.dbj
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;
schritte sind ungefähr so:
nun müsste euer bot größtenteils lauffertig seinQuote:
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






