yanger
Banned User
How to change position on start? cuz when i take /t on God, it takes me to good spawn. When i do new char, i takes me to depot..
How to change position on start? cuz when i take /t on God, it takes me to good spawn. When i do new char, i takes me to depot..
// 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');
$config['site']['newchar_vocations'][1] = 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(5);
$config['site']['newchar_towns'][1] = array(5);
$config['site']['newchar_towns'][2] = array(5);
$config['site']['newchar_towns'][3] = array(5);
$config['site']['newchar_towns'][4] = array(5);
// sample, if all players should spawn in one city (city with ID 4):
$config['site']['newchar_towns'] = array(5);