Quote:
Originally Posted by yewyow
Ich finde ja nicht einmal das Entry Script bzw. die entsprechende Datei - mit Tortoisegit konnte ich mir den Bot nicht laden, da er anzeigt, dass ich ein anderen Sicherheitspaket oder ähnliches benötige, wenn ich diese Programm installieren will. :(
|
Alle benötigten Programme, die benötigt werden installiert? NetFramework4 musst du haben. Check nochma Seite 1 und update mal den Bot ;) Du schaffst das! :)
Quote:
Originally Posted by AmilieHC
ich hab ihn ja scho soweit eingestellt aber er geht ins game rein und wieder raus
|
Was genau soll der denn machen? Beim Baalrun mithelfen oder nur Leechen am TP?
Du hast Baal+Follower an, das geht schonmal nicht so.
Für einen Char, der beim Baalrun helfen soll kannste das so einstelllen:
Code:
Scripts.BaalHelper = true;
Config.BaalHelper.Wait = 120; // Seconds to wait for a runner to be in Throne
Config.BaalHelper.KillNihlathak = false; // Kill Nihlathak before going to Throne
Config.BaalHelper.FastChaos = false; // Kill Diablo before going to Throne
Config.BaalHelper.DollQuit = false; // End script if Dolls (Undead Soul Killers) are found.
Config.BaalHelper.KillBaal = true; // Kill Baal. If set to false, you must configure Config.QuitList or the bot will wait indefinitely.
Config.BaalHelper.SkipTP = false; // Don't wait for a TP, go to WSK3 and wait for someone to go to throne. Anti PK measure.
Scripts.BaalAssistant = false; // Used to leech or help in baal runs.
Der Char geht sofort ins TP und hilft beim Cleanen.
Für ein Char, der nur am TP Leechen soll kannste das so einstellen:
Code:
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 = false; // 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 = false; // 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 = false; // Set to true to enable the helper to skip the TP and teleport down to the throne room.
Config.BaalAssistant.WaitForSafeTP = true; // 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
ggf kannst du solch einen Char auch noch in Akt 1 einen Erfahrungsschrein suchen lassen, dazu musste du nur
Code:
Config.BaalAssistant.GetShrine = true; // Set to true to get a experience shrine at the start of the run.
aktivieren.
Ich lasse atm Runs laufen mit 1Leader+1Helper+1Leecher mit ES-Suche+1Leecher ohne ES-Suche.
Ich gehe mal davon aus, dass du einfach nur vergessen hast den Leader einzufügen:
Code:
Config.Leader = "Charname des Leaders ingame"; // Leader's ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
Config.QuitList = ["Charname des Leaders ingame"]; // List of character names to quit with. Example: Config.QuitList = ["MySorc", "MyDin"];