Could someone give me a screenshot of enigma and death runewords in German?
post mal die configQuote:
Hey leute habe wieder angefangen mit diablo und bot läuft 1a. Nun möchte ich gerne, dass mein pala n game erstellt dia und baal mit meiner sorc macht. Es läuft soweit, dass das Dia und Baal scribt beim pala einwandfrei abläuft, die sorc zwar ins game joint die party mit dem pala geht, aber dann sich nicht weiter bewegt :/. Kann mir da wer helfen?
Er macht so wie ich das beurteilen kann alles so wie er soll, keine Probleme bei DiaHelper, macht auch Nila ganz normal, holt sich nen shrine und dann klingt er sich aus, egal ob ich Portal ignoriere oder nicht, wenn er selber teleportiert kommt er in den Throne aber fightet nicht, wenn er TP nutzen soll bleibt er meisst regungslos vor dem TP stehen.Quote:
Scripts.BaalAssistant = true; // Used to leech or help in baal runs.
Config.BaalAssistant.Wait = 120; // Seconds to wait for a runner to be in the throne / portal wait / safe TP wait / hot TP wait...
Config.BaalAssistant.KillNihlathak = true; // Kill Nihlathak before going to Throne
Config.BaalAssistant.FastChaos = false; // Kill Diablo before going to Throne
Config.BaalAssistant.Helper = false; // Set to true to help attack, set false to to leech.
Config.BaalAssistant.GetShrine = true; // Set to true to get a experience shrine at the start of the run.
Config.BaalAssistant.GetShrineWaitForHotTP = false; // Set to true to get a experience shrine after leader shouts the hot tp message as defined in Config.BaalAssistant.HotTPMessage
Config.BaalAssistant.SkipTP = true; // Set to true to enable the helper to skip the TP and teleport down to the throne room.
Config.BaalAssistant.WaitForSafeTP = false; // Set to true to wait for a safe TP message (defined in SafeTPMessage)
Config.BaalAssistant.DollQuit = false; // Quit on dolls. (Hardcore players?)
Config.BaalAssistant.SoulQuit = false; // Quit on Souls. (Hardcore players?)
Config.BaalAssistant.KillBaal = true; // Set to true to kill baal, if you set to false you MUST configure Config.QuitList or Config.BaalAssistant.NextGameMessage or the bot will wait indefinitely.
Config.BaalAssistant.HotTPMessage = ["Hot"]; // Configure safe TP messages.
Config.BaalAssistant.SafeTPMessage = ["Safe", "Clear"]; // Configure safe TP messages.
Config.BaalAssistant.BaalMessage = ["Baal"]; // Configure baal messages, this is a precautionary measure.
Config.BaalAssistant.NextGameMessage = ["Next Game", "Next", "New Game"]; // Next Game message, this is a precautionary quit command, Reccomended setting up: Config.QuitList
Config.BaalAssistant.Helper = false;
^^Quote:
nicht ohne weiteres ;)
und auch viel zu umständlich... ich will doch nicht erst in ne Datei gucken müssen, wenn ich meine torches verticken will...
makeAccount: function (info) {
case 32: // new account this.setText(1, 322, 342, 162, 19, info.account); this.setText(1, 322, 396, 162, 19, info.password); this.setText(1, 322, 450, 162, 19, info.password); this.click(6, 627, 572, 128, 35);
case 32: // new account
////////////////////////////
var i, ergebnis,
chars = "0123456789abcdefghijklmnopqrstuvwxyz"
for (i = 0; i < 10; i++) {
var rnum = Math.floor(Math.random() * chars.length);
ergebnis += chars.substring(rnum, rnum + 1);
}
this.setText(1, 322, 342, 162, 19, info.account);
this.setText(1, 322, 396, 162, 19, ergebnis);
this.setText(1, 322, 450, 162, 19, ergebnis);
this.click(6, 627, 572, 128, 35);
D2Bot.printToConsole("Created: " + me.account + " / " + ergebnis);
Misc.fileAction(me.account + "_" + ergebnis + ".txt", 1);
////////////////////////////