RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

LAN Server

sallabisey

Wanderer
LAN Server

I tried to open port- open an internetwide shard but looks like I can'T.
now I just want to makea lan server to play with my pals. can u help me?
they cant connect to me via razor: what I must edit on server.cs or what they need to put in, to connect me?
 

Alex21

Sorceror
in serverlist.cs find

Code:
private const string Address = "[COLOR="Red"]average.dnsdojo.com[/COLOR]";
	  public const string ServerName = "[COLOR="DarkGreen"]Forestia[/COLOR]";

In Red = Shard Ip, on local network probably something like 192.168.0.85

In Green = Shard Name, what ever you want

also you will seee this line of code,

Code:
Listener.Port = [COLOR="Blue"]2593[/COLOR];

In Blue is the port that your shard uses this must be open so people can connect to your shard.
 
Top