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

Where i can config new hero location ?

freshots

New Member
Joined
Jan 20, 2010
Messages
28
Reaction score
0
xamp /htdocs / config / config.php

// 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'][5] = array(5); <----- I change it from 1 to 5 . And nothing
// sample, if all players should spawn in one city (city with ID 4):
$config['site']['newchar_towns'] = array(5);
^ its my config.php , all time heros respaw in city ID 1 ;( and now all resp on lvl 1 ( samples have lvl 8 ) ;o . WTF ?
 
Back
Top