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

multi world system (Gesior Acc)

Methxs

Member
Joined
Jun 20, 2020
Messages
24
Solutions
3
Reaction score
6
Location
México
does anyone know how to add a multi world system to gesior? tfs 1.3
i have been searching but I could not find information about the multi world
any post or public gesior with the system implemented what can you share with me?
thanks.
 
try this in gesior config

config/config.php
PHP:
$config['site']['worlds'] = array(0 => 'Test1', 1 => 'Test2');

like that
PHP:
$config['site']['worlds'] = array(0 => 'Test1', 1 => 'Test2');
$towns_list[0] = array(0 => 'Thais', 2 => 'Venore', 5 => 'Carlin');
 
try this in gesior config

config/config.php
PHP:
$config['site']['worlds'] = array(0 => 'Test1', 1 => 'Test2');

like that
PHP:
$config['site']['worlds'] = array(0 => 'Test1', 1 => 'Test2');
$towns_list[0] = array(0 => 'Thais', 2 => 'Venore', 5 => 'Carlin');
it didn't work for me :(
 
Back
Top