Ir para conteúdo
  • 0

Ajuda Website Pokemon (Pokes Iniciais)


Jukaph

Pergunta

5 respostass a esta questão

Posts Recomendados

  • 0

procure por

 

/*Names of vocations as in database as samples. First key is world id and second vocation id.*/

$config['newchar_vocations'][0][1] = "Charmander Sample";

$config['newchar_vocations'][0][2] = "Bulbasaur Sample";

$config['newchar_vocations'][0][3] = "Squirtle Sample";

$config['newchar_vocations'][1][1] = "Charmander Sample";

$config['newchar_vocations'][1][2] = "Bulbasaur Sample";

$config['newchar_vocations'][1][3] = "Squirtle Sample";

a você troca os nomes dos pokemons que você quer em seu site, mas não retire o sample

Por exemplo

 

/*Names of vocations as in database as samples. First key is world id and second vocation id.*/

$config['newchar_vocations'][0][1] = "inicial Sample";

$config['newchar_vocations'][0][2] = "inicial Sample";

$config['newchar_vocations'][0][3] = "inicial Sample";

$config['newchar_vocations'][1][1] = "inicial Sample";

$config['newchar_vocations'][1][2] = "inicial Sample";

$config['newchar_vocations'][1][3] = "inicial Sample";

agora procure por

 

/*List of vocation available to choose when creating new character*/

$config['vocations'] = array(1=>"Charmander", 2=>"Bulbasaur", 3=>"Squirtle");

 

/*List of vocation that exists on server*/

$config['server_vocations'] = array(1=>"Pokemon Trainer", 2=>"Bulbasaur", 3=>"Squirtle");

não troque o Pokemon Treiner, troque somente os pokemons para os quais você colocou no outro codigo que vai ficar assim por exemplo

 

/*List of vocation available to choose when creating new character*/

$config['vocations'] = array(1=>"Inicial", 2=>"Inicial", 3=>"Inicial");

 

/*List of vocation that exists on server*/

$config['server_vocations'] = array(1=>"Pokemon Trainer", 2=>"Inicial", 3=>"Inicial");

 

ajudei??

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...