I solved it by edit config.php by adding the towns
// Town ids and names: (In RME map editor, open map, click CTRL + T to view towns, their names and their IDs.
// townID => 'townName' etc: ['3'=>'Thais']
$config['towns'] = array(
1=> 'Venore',
2=> 'Thais',
3=> 'Kazordoon',
4=> 'Carlin',
5=>...