Can somebody see something? The Town ID is 1 of my city, some mistake perhaps?
// CHARACTER config, format: ID_of_vocation => 'Name of Character to copy', load vocation name from $vocation_name[0] (below)
$config['site']['newchar_vocations'][0] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');
// sample, if rook only: $config['site']['newchar_vocations'][0] = array(0 => 'Rook Sample');
$config['site']['newchar_towns'][0] = array(1);
// sample, if all players should spawn in one city (city with ID 4):
$config['site']['newchar_towns'] = array(1);
Maybe is something wrong here? Because I see here something with 5:
$towns_list[0] = array(0 => 'Thais', 5 => 'Thais'); // list of towns, id => 'name', $towns_list[0] - for world id 0