Is it possible to click "OK" to the "You have been disconnected" popup ingame? I believe it occurs when DB tries to create/leave the game too fast. The Notification box does nothing though, once you click ok you return to character/AH screen.
this doesn't seem to do the job.
Code:
if (Zeta.CommonBot.ErrorDialog.IsVisible)
{
Log("Error Diaglog found!!! Click button");
Zeta.CommonBot.ErrorDialog.Click();
}