Galera alguem sabe como eu troco os pokes inicias para quem usa website para pokemon?
Queria Saber Tambem
eu não sei como é o site, qual acc maker voce usa? posta o config.php se tiver!
Daijobu!
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??
Aguardando resposta do criador!
Daijobu!
Tópico movido para a seção de dúvidas e pedidos resolvidos.

Membro desde 12/2012
Coordenador desde 08/2012
Colaborador desde 08/2011
http://www.matheusvieira.info/