Hey, I think i remember doing this. Well the in the source I used anyway.
Birth Village Map ID is 1010 and you could get there by
/tele 1010 61 109
Now if you wanted to change where new players start as you go to DataBase.cs and search for
Code:
public static bool CreateCharacter
As PeTe Ninja said above,
Next go to
Code:
ExternalDatabase.DatabaseQueue.Enqueue(new MySqlCommand("INSERT INTO
This is what happens when a new character is created now in the code you can see a code like :
(Thats what mine is, Middle of TwinCity) so this is where the charcters are teleported at the start
- Middle of TC
- Birth Village
Change these codes to where you want the player ported to at the start