[26.05.2013 1:21:45] <monk> Diablo:3884: Is unresponsive for more than 60 seconds
N [26.05.2013 1:21:45] <monk> Diablo:3884: Killing process
N [26.05.2013 3:33:25] <strafe dh> Demonbuddy:4732: Delayed start failed! (1,675 seconds overtime)
N [26.05.2013 3:33:30] <monk> Runs completed 12
N [26.05.2013 3:33:30] <monk> Sending MonsterPowerLevel: Level1
N [26.05.2013 3:33:32] <strafe dh> Demonbuddy:4732: Delayed start failed! (8,841 seconds overtime)
N [26.05.2013 3:33:37] <strafe dh> Demonbuddy:4732: Delayed start failed! (13,168 seconds overtime)
N [26.05.2013 3:33:41] <strafe dh> Demonbuddy:4732: Delayed start failed! (17,479 seconds overtime)
N [26.05.2013 3:33:45] <strafe dh> Demonbuddy:4732: Delayed start failed! (21,799 seconds overtime)
N [26.05.2013 5:33:00] <strafe dh> Demonbuddy:4732: is not pulsing while it should to (60 seconds)
btw if u use winauth (a small program for generate the code u can set a combination key (default is ctrl + alt + w if i remember well)) and in that way u can easy add authenticator login... u just need to send a combo key after the login and let the other program write the code...
oh i understand why can't work the auth... and i think it never work...
an easy way for do that is use an external program like autohotkey .. but ahk can work with only 1 bot
look at the old plugin Atom or RadsAtom
there was a Auth option
and it works... dont sure about it
if (shouldLogin)
{
// We are at login screen
string bnetaccount = CommandLine.Arguments.Single("bnetaccount");
string bnetpassword = CommandLine.Arguments.Single("bnetpassword");
if ((!string.IsNullOrEmpty(bnetaccount) && bnetaccount != "") &&
(!string.IsNullOrEmpty(bnetpassword) && bnetpassword != ""))
{
Logger.Log("Using Bnet Account + Password from commandline");
LoginUsername.SetText(bnetaccount);
LoginPassword.SetText(bnetpassword);
Thread.Sleep(1000);
LoginButton.Click();
}
else if ((!string.IsNullOrEmpty(AuthenticatorSettings.Instance.BnetPassword) &&
AuthenticatorSettings.Instance.BnetUsername != "") &&
(!string.IsNullOrEmpty(AuthenticatorSettings.Instance.BnetPassword) &&
AuthenticatorSettings.Instance.BnetPassword != ""))
{
Logger.Log("Using Bnet Account + Password from Settings");
LoginUsername.SetText(AuthenticatorSettings.Instance.BnetUsername);
LoginPassword.SetText(AuthenticatorSettings.Instance.BnetPassword);
Thread.Sleep(1000);
LoginButton.Click();
}
StartProfile = true;
Thread.Sleep(1000);
continue;
}
// Check if we need to authenticate
if (shouldAuthenticate)
{
Logger.Log("Authenticate");
if (Auth.timeLeft < 2)
{
Logger.Log("Only 2 seconds left on current authentication code");
Logger.Log("Waiting 4 seconds to use the next code");
Thread.Sleep(4000);
}
AuthTextbox.SetText(Auth.CurrentCode);
Thread.Sleep(100);
AuthButton.Click();
}
// Check if we need to start the profile after we logged in.
if (StartProfile)
{
Mrworker.RelogRestart = true;
StartProfile = false;
}
var arguments = "-pid=" + Parent.Diablo.Proc.Id;
arguments += " -key=" + Key;
arguments += " -autostart";
arguments += string.Format(" -routine=\"{0}\"", CombatRoutine);
arguments += string.Format(" -bnetaccount=\"{0}\"", Parent.Diablo.Username);
arguments += string.Format(" -bnetpassword=\"{0}\"", Parent.Diablo.Password);
....
...
...
DateTime timeout;
try // Try to start Demonbuddy
{
Parent.Status = "Starting Demonbuddy"; // Update Status
Proc = Process.Start(p);
if (Program.IsRunAsAdmin)
Proc.PriorityClass = General.GetPriorityClass(Priority);
else
Logger.Instance.Write(Parent, "Failed to change priority (No admin rights)");
[7/06/2013 10:19:24 AM] Yet Another Relogger Version 0.1.9.2
[7/06/2013 10:27:06 AM] Adding new bot: Monk A2 Normal
[7/06/2013 10:28:12 AM] <Monk A2 Normal> Stopping
[7/06/2013 10:28:12 AM] Relogger Thread Starting!
[7/06/2013 10:28:39 AM] <Monk A2 Normal> Stopping
[7/06/2013 10:28:39 AM] Relogger Thread Starting!
[7/06/2013 10:30:06 AM] Editing bot: Monk A2 Normal
[7/06/2013 10:30:11 AM] <Monk A2 Normal> We are scheduled to start
[7/06/2013 10:30:11 AM] <Monk A2 Normal> Deleting: C:\ProgramData\Battle.net\Agent\agent.db
[7/06/2013 10:30:11 AM] <Monk A2 Normal> Language set: English (US) : enUS
[7/06/2013 10:30:11 AM] <Monk A2 Normal> Region set: America : us.actual.battle.net
[7/06/2013 10:30:20 AM] <Monk A2 Normal> Diablo:62084: Found D3 Main Window (591252)
[7/06/2013 10:30:21 AM] <Monk A2 Normal> Diablo:62084: Waiting for process to become ready
[7/06/2013 10:30:23 AM] <Monk A2 Normal> Diablo:62084: Process is ready
[7/06/2013 10:30:23 AM] <Monk A2 Normal> Demonbuddy start delay, waiting 10 seconds
[7/06/2013 10:30:33 AM] <Monk A2 Normal> Current profile: "VotA ONLY v3.5 [NORMAL]Questtool.xml" Runs:0 Time:0 mintues (D:\Downloads\Demonbuddy\Profiles\VotA ONLY v3.5 [NORMAL]Questtool.xml)
[7/06/2013 10:30:33 AM] <Monk A2 Normal> Generate new Kickstart profile: D:\Downloads\Demonbuddy\Profiles\YAR_Kickstart.xml
[7/06/2013 10:30:33 AM] <Monk A2 Normal> Checking plugin: D:\Downloads\Demonbuddy\Plugins\YAR\Plugin.cs
[7/06/2013 10:30:33 AM] <Monk A2 Normal> Plugin does not exist
[7/06/2013 10:30:33 AM] <Monk A2 Normal> Installing latest plugin: D:\Downloads\Demonbuddy\Plugins\YAR\Plugin.cs
[7/06/2013 10:30:33 AM] <Monk A2 Normal> Demonbuddy:62632: Waiting for process to become ready
[7/06/2013 10:30:34 AM] <Monk A2 Normal> Found Demonbuddy: MainWindow (264050)
[7/06/2013 10:30:34 AM] <Monk A2 Normal> Demonbuddy:62632: Process is ready
[7/06/2013 10:30:34 AM] <Monk A2 Normal> Demonbuddy:62632: Waiting for demonbuddy to log into Diablo
[7/06/2013 10:31:37 AM] <Monk A2 Normal> Demonbuddy:62632: Forced to close!
[7/06/2013 10:31:38 AM] <Monk A2 Normal> Stopping
[7/06/2013 10:31:38 AM] Relogger Thread Starting!
[7/06/2013 10:32:43 AM] Editing bot: Monk A2 Normal
[7/06/2013 10:33:00 AM] Editing bot: Monk A2 Normal
[7/06/2013 10:33:03 AM] <Monk A2 Normal> We are scheduled to start
[7/06/2013 10:33:03 AM] <Monk A2 Normal> Deleting: C:\ProgramData\Battle.net\Agent\agent.db
[7/06/2013 10:33:03 AM] <Monk A2 Normal> Language set: English (US) : enUS
[7/06/2013 10:33:03 AM] <Monk A2 Normal> Region set: America : us.actual.battle.net
[7/06/2013 10:33:11 AM] <Monk A2 Normal> Diablo:63092: Found D3 Main Window (591714)
[7/06/2013 10:33:13 AM] <Monk A2 Normal> Diablo:63092: Waiting for process to become ready
[7/06/2013 10:33:15 AM] <Monk A2 Normal> Diablo:63092: Process is ready
[7/06/2013 10:33:15 AM] <Monk A2 Normal> Demonbuddy start delay, waiting 10 seconds
[7/06/2013 10:33:25 AM] <Monk A2 Normal> Demonbuddy:62632: Found matching log: D:\Downloads\Demonbuddy\Logs\62632 2013-06-07 10.30.txt
[7/06/2013 10:33:26 AM] <Monk A2 Normal> Found login time: 7/06/2013 12:30:34 AM
[7/06/2013 10:33:26 AM] <Monk A2 Normal> Current profile: "VotA ONLY v3.5 [NORMAL]Questtool.xml" Runs:0 Time:0 mintues (D:\Downloads\Demonbuddy\Profiles\VotA ONLY v3.5 [NORMAL]Questtool.xml)
[7/06/2013 10:33:26 AM] <Monk A2 Normal> Using a already generated Kickstart profile: D:\Downloads\Demonbuddy\Profiles\YAR_Kickstart.xml
[7/06/2013 10:33:26 AM] <Monk A2 Normal> Checking plugin: D:\Downloads\Demonbuddy\Plugins\YAR\Plugin.cs
[7/06/2013 10:33:26 AM] <Monk A2 Normal> Plugin is installed and latest version
[7/06/2013 10:33:26 AM] <Monk A2 Normal> Demonbuddy:61960: Waiting for process to become ready
[7/06/2013 10:33:26 AM] <Monk A2 Normal> Found Demonbuddy: MainWindow (329980)
[7/06/2013 10:33:26 AM] <Monk A2 Normal> ManualPosition window:329980: X:0 Y:0 W:320 H:200
[7/06/2013 10:33:26 AM] <Monk A2 Normal> Demonbuddy:61960: Process is ready
[7/06/2013 10:33:26 AM] <Monk A2 Normal> Demonbuddy:61960: Waiting for demonbuddy to log into Diablo
[7/06/2013 10:34:06 AM] <Monk A2 Normal> Stopping
[7/06/2013 10:34:06 AM] <Monk A2 Normal> Diablo:63092: Kill process
[7/06/2013 10:34:06 AM] <Monk A2 Normal> Demonbuddy:61960: Failed to close! kill process
[7/06/2013 10:34:06 AM] Relogger Thread Starting!
not a .xml issue it is a friggen combat routinetry a reload.xml profile...sometimes the kickstart option alone is not enough...
Oh and be sure to enable the kickstart profile option :>
[11:18:17.398 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[11:18:17.583 N] Loaded profile In a Rush - Dahglur Oasis
[11:18:17.583 N] Game joined, Resetting profile caches.
[11:18:17.606 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[11:18:17.778 N] Loaded profile In a Rush - Dahglur Oasis
[11:18:17.778 N] Game joined, Resetting profile caches.
[11:18:17.792 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[11:18:17.970 N] Loaded profile In a Rush - Dahglur Oasis
[11:18:17.970 N] Game joined, Resetting profile caches.
[11:18:17.988 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[11:18:18.176 N] Loaded profile In a Rush - Dahglur Oasis
[11:18:18.176 N] Game joined, Resetting profile caches.
[11:18:18.193 N] ProfileOrderManager.OnGameJoined, Reloading profile.
[11:18:18.193 N] Stopping the bot.
[11:18:18.366 N] Loaded profile In a Rush - Dahglur Oasis
[11:18:18.366 N] Game joined, Resetting profile caches.
[11:18:18.369 N] Bot Thread Ended. Was this requested?
Thats all what i got if i use the relogger .. whts this shit
hey guys , I got the same problem , any suggestions ?Try harder.
hey guys , I got the same problem , any suggestions ?