• 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!

Main or rookgaard - options

Hum...
In RME add rook like town (Map»Edit Towns).
Check the id of town.

After that go to config.php of your site and edit
$config['site']['newchar_towns']
and
$towns_list

Example if rook id is 3
$config['site']['newchar_towns'][0] = array(0,1,2,3);
$towns_list[0] = array(0 => 'Venore', 1 => 'Edron', 2 => 'Thais', 3 => 'Rook');
 
Hum...
In RME add rook like town (Map»Edit Towns).
Check the id of town.

After that go to config.php of your site and edit
$config['site']['newchar_towns']
and
$towns_list

Example if rook id is 3
$config['site']['newchar_towns'][0] = array(0,1,2,3);
$towns_list[0] = array(0 => 'Venore', 1 => 'Edron', 2 => 'Thais', 3 => 'Rook');

but once, the rook players will vocation?
 
Back
Top