ok, so I did everything listed in your section... When I run servUO, it seems to load then closes and repeats itself over and over again, never completing and allowing the creation of owner. Am I missing something here? ;)
[doublepost=1519626641][/doublepost]namespace Server
{
public class SocketOptions
{
private static readonly IPEndPoint[] m_ListenerEndPoints = new IPEndPoint[]
{
new IPEndPoint(IPAddress.Any, 2593), // Default: Listen on port 2593 on all IP addresses
[doublepost=1519626729][/doublepost]my client is the original and defult path as well on both datapath and openUOSDK
[doublepost=1519626778][/doublepost]I have my public IP in Servlist
 
Last edited:
Back