Hi,

I was wondering which mul(s) I need to edit in able to modify the character creation menu, and which program can I use to do this. I want to remove the gargoyle and elf options...the starting location menu...etc...

Thank you.
 
on changing where they start that is in character creation here is what I did
namespace Server.Misc
{
public class CharacterCreation
{
private static readonly CityInfo m_TrammelDungenInfo = new CityInfo( "TrammelDungen", "New Start Room", 5781, 316, 0, Map.Trammel );
all i did was change the name and cords
 
Back