• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

temple rook help me

Nacke

New Member
Joined
Feb 13, 2008
Messages
79
Reaction score
0
hello, a question when you think the temple is a char rook. If you die in rook salts in the temple carlin'm not reviewing Gesior account rook but not to change more.
This may be the problem.


PHP:
// CHARACTER config, format: ID_of_vocation => 'Name of Character to copy', load vocation name from $vocation_name[0] (below)
$config['site']['newchar_vocations'][1] = 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_towns'][15] = array(15);
$config['site']['newchar_towns'][15] = array(15);
// sample, if all players should spawn in one city (city with ID 4):          
$config['site']['newchar_towns'] = array(15);

// list of towns on ots
$towns_list[0] = array(1 => 'Yalahar', 2 => 'Carlin', 3 => 'Ab´Dendriel', 4 => 'Kazordoon', 5 => 'Thais', 6 => 'Venore', 7 => 'Darashia', 8 => 'Ankrahmun', 9 => 'Edron', 10 => 'Port Hope', 11 => 'Island of Solicitude', 12 => 'Liberty Bay', 13 => 'Svargrond', 14 => 'Cormaya', 15 => 'Rookgaard', 16 => 'Richtown'); // list of towns, id => 'name', $towns_list[0] - for world id 0
$towns_list[1] = array(0 => 'Yalahar', 2 => 'Carlin', 3 => 'Ab´Dendriel', 4 => 'Kazordoon', 5 => 'Thais', 6 => 'Venore', 7 => 'Darashia', 8 => 'Ankrahmun', 9 => 'Edron', 10 => 'Port Hope', 11 => 'Island of Solicitude', 12 => 'Liberty Bay', 13 => 'Svargrond', 14 => 'Cormaya', 15 => 'Rookgaard', 16 => 'Richtown'); // list of towns, id => 'name', $towns_list[0] - for world id 1
 

Similar threads

Back
Top