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

Die but come to Ankh.

enriel

Big L
Joined
Dec 14, 2007
Messages
1,254
Reaction score
2
Location
Montenegro
Hi there, I need help. When player dies with no vocation he is teleported to Ankhramuhn and not to Rookguarden, how come ? :eek:
 
go to xampp/htdocs/config/config.php
and edit the line
Code:
$config['site']['newchar_towns'][1] = array(1);
change that to
Code:
$config['site']['newchar_towns'][1] = array(14);
If you would like more towns to choose from on your homepage then put for example:
Code:
$config['site']['newchar_towns'][1] = array(1);
$config['site']['newchar_towns'][1] = array(2);
Then they can choose between townID 1 or townID2.
 
Back
Top