• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Make character problem

Exactly

New Member
Joined
Jul 14, 2014
Messages
119
Reaction score
4
Hello,
When i make new character have this information...

Error:
The Following Errors Have Occurred:
  • Wrong characters configuration. Try again or contact with admin. ADMIN: Edit file config/config.php and set valid characters to copy names. Character to copy doesn't exist.


My Script:

HTML:
<?PHP
# Account Maker Config
$config['site']['serverPath'] = "/otserv/";
$config['site']['useServerConfigCache'] = false;
$config['site']['worlds'] = array(0 => 'Tibia');
$towns_list[0] = array(1 => 'Ab/dendriel', 2 => 'Kazordoon', 3 => 'Thais', 4 => 'Venore', 5 => 'Carlin', 6 => 'Ankrahmun', 7 => 'Darashia', 9 => 'Edron', 12 => 'Rookgaard', 13 => 'Port Hope');

$config['site']['outfit_images_url'] = '/outfit.php';
$config['site']['item_images_url'] = 'http://item-images.ots.me/860/';
$config['site']['item_images_extension'] = '.gif';
$config['site']['flag_images_url'] = 'http://flag-images.ots.me/';
$config['site']['flag_images_extension'] = '.png';
$config['site']['players_group_id_block'] = 3;
$config['site']['limitDeath'] = 5;
$config['site']['levelVideo'] = 150;

# Create Account Options
$config['site']['one_email'] = true;
$config['site']['create_account_verify_mail'] = false;
$config['site']['verify_code'] = true;
$config['site']['email_days_to_change'] = 7;
$config['site']['newaccount_premdays'] = 3;
$config['site']['send_register_email'] = false;

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


$config['site']['send_emails'] = "true";
$config['site']['mail_address'] = "[email protected]";
$config['site']['smtp_enabled'] = "true";
$config['site']['smtp_host'] = "mail.softcores.net";
$config['site']['smtp_port'] = "25";
$config['site']['smtp_auth'] = "true";
$config['site']['smtp_user'] = "[email protected]";
$config['site']['smtp_pass'] = "*a!KDR8a{]o?";

# PAGE: whoisonline.php
$config['site']['private-servlist.com_server_id'] = 0;
/*
Server id on 'private-servlist.com' to show Players Online Chart (whoisonline.php page), set 0 to disable Chart feature.
To use this feature you must register on 'private-servlist.com' and add your server.
Format: number, 0 [disable] or higher
*/

$config['site']['quests'] = array('Trolls' => 800201,'Globins' => 800202,'Rotworms' => 800203,'Cyclops' => 800204,'Dwarf Guards' => 800205,'Orc Warlords' => 800206,'Dwarfs' => 800207,'Orcs' => 800208,'Tarantulas' => 800209,'Demon Skeletons' => 800210,'Minotaurs' => 800211,'Necromancers' => 800212,'Carniphilas' => 800213,'Apes' => 800214,'Fire Elementals' => 800215,'Dragons' => 800216,'Pandas' => 800217,'Giant Spiders' => 800218,'Hydras' => 800219,'Serpent Spawns' => 800220,'Behemoths' => 800221,'Crocodiles' => 800222,'Demons' => 800223,'Terror Birds' => 800224,'Larvas' => 800225,'Humans' => 800226,'Scarabs' => 800227,'Vampires' => 800228,'Ancient Scarabs' => 800229,'Heros' => 800230,'Black Knights' => 800231,'Dragon Lords' => 800232,'Warlocks' => 800233,'Lost Souls' => 800234,'Nightmares' => 800235,'Dark Torturers' => 800236,'Plaguesmiths' => 800237,'Defilers' => 800238,'Hellfire Fighters' => 800239,'Destroyers' => 800240,'Diabolic Imps' => 800241,'Hellhounds' => 800242,'Blightwalkers' => 800243,'Hand of Cursed Fates' => 800244,'Son Of Verminors' => 800245,'Juggernauts' => 800246,'Undead Dragons' => 800247,'Betrayed Wraiths' => 800248,'Phantasms' => 800249,'Ghouls' => 800250,'Lizards' => 800251,'Orc Berserkers' => 800252,'Orc Leaders' => 800253);
$config['site']['show_skills_info'] = true;
$config['site']['showQuests'] = true;
$config['site']['showVipList'] = false;
$config['site']['show_vip_storage'] = 0;

# PAGE: accountmanagement.php
$config['site']['send_mail_when_change_password'] = true;
$config['site']['send_mail_when_generate_reckey'] = true;
$config['site']['generate_new_reckey'] = true;
$config['site']['generate_new_reckey_price'] = 100;

# PAGE: guilds.php
$config['site']['guild_need_level'] = 50;
$config['site']['guild_need_pacc'] = false;
$config['site']['guild_image_size_kb'] = 50;
$config['site']['guild_description_chars_limit'] = 2000;
$config['site']['guild_description_lines_limit'] = 6;
$config['site']['guild_motd_chars_limit'] = 250;

# PAGE: adminpanel.php
$config['site']['access_admin_panel'] = 8347;
$config['site']['access_tickers'] = 8347;

# PAGE: latestnews.php
$config['site']['news_limit'] = 6;

# PAGE: killstatistics.php
$config['site']['last_deaths_limit'] = 40;

# PAGE: team.php
$config['site']['groups_support'] = array(2, 3, 4, 5, 6, 7);

# PAGE: highscores.php
$config['site']['groups_hidden'] = array(4, 5, 6);
$config['site']['accounts_hidden'] = array(1);

# PAGE: shopsystem.php
$config['site']['shop_system'] = true;
$config['site']['shopguild_system'] = false;

# PAGE: lostaccount.php
$config['site']['email_lai_sec_interval'] = 180;

# Layout Config
$config['site']['layout'] = 'cyber';
$config['site']['vdarkborder'] = '#505050';
$config['site']['darkborder'] = '#3a3738';
$config['site']['lightborder'] = '#3a3738';
$config['site']['download_page'] = false;
$config['site']['serverinfo_page'] = true;

############################
## PagSeguro/Paypal Email ##
############################
$config['pagseguro']['email'] = '[email protected]'; ## EMAIL PAGSEGURO ##
$config['paypal']['email'] = '[email protected]'; ## EMAIL PAYPAL ##
$config['pagseguro']['produtoNome'] = 'Premium Points'; //Identificação do Pontos
$config['pagseguro']['produtoValor'] = '100'; //100 = R$ 1,00 - 250 = R$ 2,50

## Formas de pagamento [1 = ativo | 0 = inativo] ##
$config['site']['pagseguro'] = 1;
$config['site']['paypal'] = 1;
$config['site']['paypalbr'] = 1;
$config['site']['caixa'] = 1;
$config['site']['bonusPoints'] = 0;

#####################
## Nome do Produto ##
#####################
$config['pagseguro']['produtoNome'] = 'Premium Points';

#############################
######### C A I X A ########
#############################
#! Informações do pagamento com caixa economica federal !#
$config['site']['CaixaCont'] = "
Preços da Loja:
15 Reais (30 points)
30 Reais (100 points)
45 Reais (150 points)

Aqui estĂŁo os passos que vocĂŞ precisa fazer:
1. Escolha o valor desejado.
2. Vá ate uma loterica ou qualquer lugar onde faça depositos.
3. Faça o deposito.
4. Envie um Email para [email protected] contento Nome do Char e IMG/FOTO
do comprovante.
5. Após a operação de 30, 100 ou 150 pontos será adicionado à sua conta.
6. Vá ate a loja e use seus pontos.

AgĂŞncia: 4782
Operação: 013
Conta: 00003018-5
Favorecida: Bruna Carezolli

";
 
Do you have rook sample in your mysql database?
What webserver are you using? xampp, uniserver?

I did have similar problems when i used uniserver but changing to xampp everything worked fine.
 
Back
Top