LoginServer > Connections > AuthHandler
delete, and copy this:
Quote:
/*
* Created by SharpDevelop.
* User: sams
* Date: 3/8/2009
* Time: 2:19 PM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
using System.IO;
using System.Net.Sockets;
namespace CoEmu_v2_LoginServer.Connections
{
/// <summary>
/// Description of AuthSocket.
/// </summary>
public static class AuthSocket
{
private static Socket Auth;
private const string SERVER_IP = "127.0.0.1";
public const string NANO_IP = "70.190.77.101";
private const int AUTH_PORT = 5817;