pall
Member
Hi, since i change my server to a Pre AOS, my starting city doesn't works.
When i create a player, they goes to Ocllo...
Any can help me?
this my charactercreation for startingcity:
When i create a player, they goes to Ocllo...
Any can help me?
this my charactercreation for startingcity:
Code:
public class CharacterCreation
{
//private static readonly CityInfo m_NewHavenInfo = new CityInfo("New Haven", "The Bountiful Harvest Inn", 3503, 2574, 14, Map.Trammel);
public static readonly CityInfo StartingCity = new CityInfo("Berberon", "Zildan", 782, 1462, 0, Map.Ilshenar);
private static Mobile m_Mobile;
public static void Initialize()
{
// Register our event handler
EventSink.CharacterCreated += new CharacterCreatedEventHandler(EventSink_CharacterCreated);
}