Glidarn
Member
So i am having a problem with my website... when you creating a character you are supposed to choose towns but on my website you can't so i am wondering what have i done wrong? :S
and
this is suppose to be the correct configs (?) but it still doesnt work :S
LUA:
$config['site']['newchar_towns'] = array(1,2,3,4,5);
and
LUA:
// list of towns on ots
$towns_list[0] = array(1 => 'Yalahar', 2 => 'Carlin', 3 => 'Ab dendriel', 4 => 'Kazordoon', 5 => 'Thais'); // list of towns, id => 'name', $towns_list[0] - for world id 0
this is suppose to be the correct configs (?) but it still doesnt work :S