- 0
dúvida Add Vocations Modern Acc ( Medio )
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.
-
Conteúdo Similar
-
script alguém pode me ajudar nessa spells aqui, queira que colocassem pro meu personagem ficar inatingível por 6 segundos e podendo atacar livremente
Por lazaroszz,
- 0 respostas
- 475 visualizações
-
- 0 respostas
- 901 visualizações
-
- 0 respostas
- 1930 visualizações
-
- 1 resposta
- 2224 visualizações
-
- 0 respostas
- 1058 visualizações
-
Pergunta
AdilsonHacker 98
Galera Eu coloquei minhas novas vocation no modern acc só que não funfou não veja sé eu coloquei certo , se quiserem refazer dou 2 rep + :
Sou novo nisso em sites , mais garanto quem me ajudar vai ser bem recompensado em reps rs'!
Script :
Abra Spoilers
/*List of vocation available to choose when creating new character*/
$config['vocations'] = array(1=>"Sorcerer", 2=>"Druid", 3=>"Paladin", 4=>"Knight", 5=>"Miner", 6=>"Orc" , 7=> "Elf", 8=> "Elven Apprentice", 9=> "Orc Sorcerer", 10=> "Orc skirmister");
/*List of vocation that exists on server*/
$config['server_vocations'] = array(0=>"None", 1=>"Sorcerer", 2=>"Druid", 3=>"Paladin", 4=>"Knight", 5=>"Master Sorcerer", 6=>"Elder Druid", 7=>"Royal Paladin", 8=>"Elite Knight", 17=>"miner", 25=>"orc", 21=> "Elf", 31=> "Elven Apprentice", 39=> "Orc Sorcerer", 35=> "Orc skirmister");
/*List of promotions, the key is vocation without promotion*/
$config['promotions'] = array(1=>"Master Sorcerer", 2=>"Elder Druid", 3=>"Royal Paladin", 4=>"Elite Knight", 17=>"miner", 25=>"orc", 21=> "Elf", 31=> "Elven Apprentice", 39=> "Orc Sorcerer", 35=> "Orc skirmister");
/*Resitricted names*/
$config['restricted_names'] = array("god", "gamemaster", "admin", "account manager");
/*Names with any of this value cannot be created*/
$config['invalidNameTags'] = array("god", "gm", "cm", "gamemaster", "hoster", "admin", "demon", "ice serpent", "frost dragon", "others", "administrador");
/*ID and names of worlds*/
$config['worlds'][0] = "Dunedain";
// Enable multiworld by uncommenting this
//$config['worlds'][1] = "Second World";
/* Addresses of each server */
$config['servers'][0] = array('address'=>'127.0.0.1', 'port'=>7171, 'vapusid'=>'<br />
<b>Notice</b>: Undefined variable: vapusID in <b>C:\xampp\htdocs\install\index.php</b> on line <b>143</b><br />
');
// Enable multiworld by uncommenting this
//$config['servers'][1] = array('address'=>'127.0.0.1', 'port'=>7173, 'vapusid' => 'XXX');
/*Groups that exists on server*/
$config['groups'] = array(0=>"Player", 1=>"Player", 2=>"Tutor", 3=>"Senior Tutor", 4=>"Gamemaster", 5=>"Community Manager", 6=>"God");
/*Names of vocations as in database as samples. First key is world id and second vocation id.*/
$config['newchar_vocations'][0][1] = "Sorcerer";
$config['newchar_vocations'][0][2] = "Druid";
$config['newchar_vocations'][0][3] = "Paladin";
$config['newchar_vocations'][0][4] = "Knight";
$config['newchar_vocations'][0][17] = "Miner";
$config['newchar_vocations'][0][25] = "Orc";
$config['newchar_vocations'][0][21] = "Elf";
$config['newchar_vocations'][0][31] = "Elven Apprentice";
$config['newchar_vocations'][0][39] = "Orc Sorcerer";
$config['newchar_vocations'][0][35] = "Orc skirmister";
Verifiquem Apenas as Vocation sé estão corretas, os seguintes id das vocation são essa abaixo :
Abra Spoiler
Miner : id 17
Orc : Id 25
Elf : id 21
Elven Apprentice : id 31
Orc Sorcerer : id 39
Orc Skirmister : id 35
Sé alguem puder adicionar certinho para mim agradeço muito !
Abraços!
@up
Link para o comentário
Compartilhar em outros sites
10 respostass a esta questão
Posts Recomendados