|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Join Date: Dec 2005
Posts: 26
|
I have my own server on UOG. I have added another shard to the listing. With the Serverlist2.2 . The new shard that I have added I have autoaccount anabled and everything but people cannnot log on the shard unless I make the account for them... I'm not really sure how to fix this so, any help would be highly appreciated. Thanks!
|
|
|
|
|
|
#3 (permalink) |
|
Join Date: Dec 2005
Posts: 26
|
Code:
// ==================================================================================
// YOUR SERVERS NAME
// ==================================================================================
public const string ServerName = "Chronic UOR"; //Home Server's Name
//Server A
public const string ServerNameA = "Chronic Pwnage"; //Server A's Name
//Server B
public const string ServerNameB = "Server 3"; //Server B's Name*/
/*//Server C
public const string ServerNameC = "Server 4"; //Server C's Name*/
// ==================================================================================
// YOUR INTERNET IP OR DNS NAME
// Here you can select to autodetect your internet ip, or manualy specify
// Examples:
// public static string Address = "12.34.56.78";
// public static string Address = "shard.host.com";
// ==================================================================================
public const bool InternetIPAutodetect = false;
public const int MinutesBetweenIPAutodetect = 1440;
public static string Address = null; //Home Server's IP
//Server A
public static string AddressA = null; //Server A's IP
public const int PortA = 2593; //Server A's Port
/*//Server B
public static string AddressB = null; //Server B's IP
public const int PortB = 2592; //Server B's Port*/
/*//Server C
public static string AddressB = null; //Server C's IP
public const int PortB = 2594; //Server C's Port*/
|
|
|
|
|
|
#5 (permalink) |
|
Join Date: Dec 2005
Posts: 26
|
The script is the ServerList2.2 I was just giving him an example of mine. I got my both of my shards to show up on the list but to join the UOR version I have to make the person an account instead of it doing it automatically. I have auto account enabled so, I dunno what im doing wrong Im not even sure if its something I could be missing on the ServerList script.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|