Hello, I have a problem that when I create a character on the website, there are options to choose from: ab, kazo, carlin, thais, venore, the character starts on rookgard and I would like it to start randomly, just like when I choose ablo or thais, I edited this file
"""""
// Town ids and names: (In RME map editor, open map, click CTRL + T to view towns, their names and their IDs.
// townID => 'townName' ex: [1 =>
ex: [1 => 'Rookgaard'] I changed it from the default here [9 => 'Venore
But even after changing it, I now spawn in Ankrahmun? Does anyone know how to configure this correctly? Thanks in advance for any help.
$config['towns'] = array(
1 => 'Rookgaard',
2 => 'Rookgaard Tutorial Island',
3 => 'Island Of Destiny',
4 => 'Dawnport',
5 => "Ab'Dendriel",
6 => 'Carlin',
7 => 'Kazordoon',
8 => 'Thais',
9 => 'Venore',
10 => 'Ankrahmun',
11 => 'Edron',
12 => 'Farmine',
13 => 'Darashia',
14 => 'Liberty Bay',
15 => 'Port Hope',
16 => 'Svargrond',
17 => 'Yalahar',
18 => 'Gray Beach',
19 => 'Krailos',
20 => 'Rathleton',
21 => 'Roshamuul',
22 => 'Issavi'"""""
"""""
// Town ids and names: (In RME map editor, open map, click CTRL + T to view towns, their names and their IDs.
// townID => 'townName' ex: [1 =>
ex: [1 => 'Rookgaard'] I changed it from the default here [9 => 'Venore
But even after changing it, I now spawn in Ankrahmun? Does anyone know how to configure this correctly? Thanks in advance for any help.
$config['towns'] = array(
1 => 'Rookgaard',
2 => 'Rookgaard Tutorial Island',
3 => 'Island Of Destiny',
4 => 'Dawnport',
5 => "Ab'Dendriel",
6 => 'Carlin',
7 => 'Kazordoon',
8 => 'Thais',
9 => 'Venore',
10 => 'Ankrahmun',
11 => 'Edron',
12 => 'Farmine',
13 => 'Darashia',
14 => 'Liberty Bay',
15 => 'Port Hope',
16 => 'Svargrond',
17 => 'Yalahar',
18 => 'Gray Beach',
19 => 'Krailos',
20 => 'Rathleton',
21 => 'Roshamuul',
22 => 'Issavi'"""""