View Single Post
Old 04-21-2008, 01:20 AM   #37 (permalink)
Elora
Newbie
 
Join Date: Dec 2007
Age: 25
Posts: 62
Send a message via ICQ to Elora
Default

Quote:
public static readonly string Address = null;
public static readonly string ServerName = "RunUO TC";
There's where you will add your IP and Shard Name.

i.e.

Code:
public static readonly string Address = "YOUR IP"; 
public static readonly string ServerName = "SHARD NAME";
hope that helps
~Elora


EDIT: oops, well, looks like you already got it, Green Man. lol. Good Luck.
Elora is offline   Reply With Quote