public static string ServerName = Config.Get("Server.Name", "My Shard");
public static string ServerName = Config.Get("Test Shard", "Test Shard"); -- Test shard should be your shards name
Simply open your config folder.
Find Server.cfg
Right at the top change the My Shard to your shard name.
No need to edit the script.
Thank you all for the kindness and help! I do have one additional question though.
I have set the startup location to be selected by the players upon character creation. It works. What I don't know how to do is to change the starting location from the default "Trammel" to "Felucia." I've managed to delete all moongates to give access to Trammel, but I haven't figured out how to change that dang default starting location.
Solutions?
namespace Server.Misc
{
public class CharacterCreation
{
private static readonly CityInfo m_NewHavenInfo = new CityInfo("New Haven", "The Bountiful Harvest Inn", 3503, 2574, 14, Map.Trammel);
private static Mobile m_Mobile;
public static void Initialize()
{
// Register our event handler
EventSink.CharacterCreated += new CharacterCreatedEventHandler(EventSink_CharacterCreated);
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.