Ir para conteúdo
Entre para seguir isso  
Majesty

Website [OTServBR-Global][GesiorAAC][MyAAC] Configurando Personagem Inicial

Recommended Posts

Majesty    1755
Majesty

[OTServBR-Global][GesiorAAC][MyAAC] Configurando Personagem Inicial

Tutorial para configurar o personagem inicial usando GesiorAAC e MyAAC.

GesiorAAC:

Config/config.php:

- Para configurar personagem inicial em Dawnport:

Spoiler

- Configure a lista de cidades:


$towns_list = array(
	1 => 'Dawnport Tutorial',
	2 => 'Dawnport',
	3 => 'Rookgaard',
	4 => 'Island of Destiny',
	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'
);

- Configure a criação de personagens e a cidade inicial:


# Create Character Options
$config['site']['newchar_vocations'] = array(0 => 'Rook Sample');
$config['site']['newchar_towns'] = array(1);

 

- Para configurar personagem inicial em Mainland:

Spoiler

- Configure a lista de cidades:


$towns_list = array(
	1 => 'Dawnport Tutorial',
	2 => 'Dawnport',
	3 => 'Rookgaard',
	4 => 'Island of Destiny',
	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'
);

- Configure a criação de personagens e a(s) cidade(s) inicial(is):


$config['site']['newchar_vocations'] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');
$config['site']['newchar_towns'] = array(6, 7, 8, 9);

 

MyAAC:

Config.php:

- Para configurar personagem inicial em Dawnport:

Spoiler

- Configure a lista de cidades:


// list of towns
// if you use TFS 1.3 with support for 'towns' table in database, then you can ignore this - it will be configured automatically (generated from your .OTBM map)
'towns' => array(
	1 => 'Dawnport Tutorial',
	2 => 'Dawnport',
	3 => 'Rookgaard',
	4 => 'Island of Destiny',
	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'
 ),

- Configure a criação de personagens:


// new character config
'character_samples' => array( // vocations, format: ID_of_vocation => 'Name of Character to copy'
	0 => 'Rook Sample',
	//1 => 'Sorcerer Sample',
	//2 => 'Druid Sample',
	//3 => 'Paladin Sample',
	//4 => 'Knight Sample'
),

- Configure a cidade inicial:


// town list used when creating character
// won't be displayed if there is only one item (rookgaard for example)
'character_towns' => array(1),

 

- Para configurar personagem inicial em Mainland:

Spoiler

- Configure a lista de cidades:


// list of towns
// if you use TFS 1.3 with support for 'towns' table in database, then you can ignore this - it will be configured automatically (generated from your .OTBM map)
'towns' => array(
	1 => 'Dawnport Tutorial',
	2 => 'Dawnport',
	3 => 'Rookgaard',
	4 => 'Island of Destiny',
	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'
 ),

- Configure a criação de personagens:


// new character config
'character_samples' => array( // vocations, format: ID_of_vocation => 'Name of Character to copy'
	//0 => 'Rook Sample',
	1 => 'Sorcerer Sample',
	2 => 'Druid Sample',
	3 => 'Paladin Sample',
	4 => 'Knight Sample'
),

- Configure a(s) cidade(s) inicial(is):


// town list used when creating character
// won't be displayed if there is only one item (rookgaard for example)
'character_towns' => array(6,7,8,9),

 

 

Compartilhar este post


Link para o post
Visitante
Este tópico está impedido de receber novos posts.
Entre para seguir isso  
  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×