Postado Maio 27, 2012 13 anos Queria Por Isso No Meu Gesior Se alguem Puder Me aJudar Agradeço Como Criar Um Trainer Room! http://tibiaking.com...__fromsearch__1
Postado Maio 27, 2012 13 anos Aprendedno WEB ainda mas ve se isso da certo config.php add isso // CHARACTER config, format: ID_of_vocation => 'Name of Character to copy', load vocation name from $vocation_name[0] (below) $config['site']['newchar_vocations'][0] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample'); $config['site']['newchar_vocations'][1] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample'); // sample, if rook only: $config['site']['newchar_vocations'][0] = array(0 => 'Rook Sample'); $config['site']['newchar_towns'][0] = array(2 => 'Woltria', 3 => 'Bazordoon', 4 => 'Nevor'); $config['site']['newchar_towns'][1] = array(1,2); // sample, if all players should spawn in one city (city with ID 4): uncoment!! //$config['site']['newchar_towns'] = array(4); // list of vocations on ots (world 0) $vocation_name[0][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight'); // id => 'name' , $vocation_name[0] - promotion level 0, $vocation_name[0] - for world ID 0 $vocation_name[0][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal Paladin', 4 => 'Elite Knight'); // id => 'name' , $vocation_name[1] - promotion level 1, $vocation_name[0] - for world ID 0 // list of vocations on ots (world 1) $vocation_name[1][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight'); // id => 'name' , $vocation_name[0] - promotion level 0, $vocation_name[1] - for world ID 1 $vocation_name[1][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal Paladin', 4 => 'Elite Knight'); // id => 'name' , $vocation_name[1] - promotion level 1, $vocation_name[1] - for world ID 1 // list of towns on ots $towns_list[0] = array(2 => 'Woltria', 3 => 'Bazordoon', 4 => 'Nevor'); // list of towns, id => 'name', $towns_list[0] - for world id 0 $towns_list[1] = array(2 => 'Woltria', 3 => 'Bazordoon', 4 => 'Nevor'); // list of towns, id => 'name', $towns_list[1] - for world id 1 E em accountmanagement.php Regras Gerais "Califórnia Brasileira "
Postado Maio 27, 2012 13 anos se não me engano só é preciso alterar essa parte $towns_list[0] = array(2 => 'Woltria', 3 => 'Bazordoon', 4 => 'Nevor'); // list of towns, id => 'name', $towns_list[0] - for world id 0 $towns_list[1] = array(2 => 'Woltria', 3 => 'Bazordoon', 4 => 'Nevor'); // list of towns, id => 'name', $towns_list[1] - for world id 1 "Assinatura removida, aqui não é lugar de vendas e sim de compartilhamento de conteúdo, leia as regras!" Matheus
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.