It shows listening on 192.168.x.xxx.but doesn't show the ip address connected to the murderuo.servebeer.com.Does your RunUO console show your public IP address?
If so, if you ping that domain name, does it resolve to that IP address?
Ok I tried that and nothing happened. It still shows 192.168.1.132 and i still can't use the domain name murderuo.servebeer.comCheck your ServerList.cs script for this and try that URL to see if your public IP displays to you. The URL in your file may be different than mine.
private static IPAddress FindPublicAddress()
{
try {
WebRequest req = HttpWebRequest.Create( "http://icanhazip.com/" );
req.Timeout = 15000;
ok I changed the ipaddress on serverlist.cfg to murderuo.servebeer.comThats a local IP anything with a 192.168 is a local anything with a 192.168 is normal set by a router to give multiple devices different ip addresses for different pc and other things to the internet. Find out from the place you got the hosting name what the ip is for that name.
then in your ServerList.cs
public static readonly string Address = "type IP here";
Then in your Client files makes sure the login.cfg file has
LoginServer=type IP here,2594
We use essential cookies to make this site work, and optional cookies to enhance your experience.