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

AAC [Gesior AAC] Second character town

zapo

Member
Joined
Nov 10, 2020
Messages
129
Solutions
3
Reaction score
11
The first character is created in Thais while the second character is already in downport.
I have gesior master.

config.php:
PHP:
$config['site']['newchar_towns'] = array(8);
 
You will have to go to phpmyadmin and edit your character town_id to 8.

To find town IDs just to go RME > Town List .

When configuring for Home Town if you want more than one town to choose from:

PHP:
$config['site']['newchar_towns'] = array(8, 9, 10, 15, 32);

You will also need to configure Vocation Samples in order for characters to Spawn in the Home Town they select, because I think all no vocations AUTOMATICALLY start at dawnport.

htdocs/config/config.php:

PHP:
$config['site']['newchar_vocations'] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 =>'Paladin Sample', 4 => "Knight Sample");
 
I change in account.php town to 8
oh my god omg GIF by Hell's Kitchen
 
Back
Top