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

Tutorial Flash Client?

firenzie

New Member
Joined
Nov 15, 2017
Messages
16
Solutions
2
Reaction score
0
Hey guys!

Im looking for some help regarding a problem i cant figure out how to fix.
I want every character to start in Rookgaard, but wierd things happends;
This is what is says in the config.php:

$towns_list = array(
1 => 'Venore',
2 => 'Thais',
3 => 'Kazordoon',
4 => 'Carlin',
5 => 'Ab\'Dendriel',
6 => 'Rookgaard',
7 => 'Liberty Bay',
8 => 'Port Hope',
9 => 'Ankrahmun',
10 => 'Darashia',
11 => 'Edron',
12 => 'Svargrond',
13 => 'Yalahar',
14 => 'Farmine',
28 => 'Gray Beach',
29 => 'Roshamuul',
33 => 'Rathleton',
34 => 'Krailos',
51 => 'Dawnport',
52 => 'Feyrist',

So I edited the
"$config['site']['newchar_towns'] = array(6);"
I've also edited this:
"$config['site']['flash_client_enabled'] = false;"
Which should mean that every character starts in Rookgaard, and there shoudnt be a flash client.

But when I make a character on my server, it starts with the tutorial in the flash client where you have to kill the "Wounded Cave Draptor"
After all that is done, you have to use a rope on a ropespot.
And when thats done, I get to Rookgaard?!
Does anyone know how to remove the tutorial flash client so every character starts in Rookgaard?
 
Back
Top