
private void LogInButton_Click(object sender, EventArgs e)
{
if (AccountBox.Text != "" && PasswordBox.Text != "")
{
Process dolloader = new Process();
dolloader.StartInfo.FileName = "dolloader.exe";
dolloader.StartInfo.Arguments = DAoCDirectory + " 71.232.198.160 10300 "+ AccountBox.Text+" "+ PasswordBox.Text;
dolloader.Start();
}
}
u can. lol im just trying to do something i've never done before =]. trying to learn from it and what not, but its hard because i got it to try and load dolloader.exe, but now its saying "Game file not found, please check the first parameter". could anyone with the source code to dolloader tell me the order things need to be in? daoc path, ip, port, account name, password, am i missing some?I'm pretty sure that when the DOL site is down and the portal, you can still connect through custom shards.
Users browsing this forum: No registered users and 0 guests