Ir para conteúdo
  • Cadastre-se

Mask Ghoul

Membro
  • Total de itens

    74
  • Registro em

  • Última visita

  • Dias Ganhos

    3

Tudo que Mask Ghoul postou

  1. // mail 'mail_enabled' => false, // is aac maker configured to send e-mails? 'mail_address' => '[email protected]', // server e-mail address (from:) 'mail_admin' => '[email protected]', // admin email address, where mails from contact form will be sent 'mail_signature' => array( // signature that will be included at the end of every message sent using _mail function 'plain' => ""/*"--\nMy Server,\nhttp://www.myserver.com"*/, 'html' => ''/*'<br/>My Server,\n<a href="http://www.myserver.com">myserver.com</a>'*/ ), 'smtp_enabled' =&g
  2. tente definir smtp_enabled para false. e smtp_auth para false.
  3. Vá em editar myacc/config.php procura por: // mail 'mail_enabled' => false, // o fabricante do aac está configurado para enviar e-mails? 'mail_address' => '[email protected]', // endereço de e-mail do servidor (de :) 'mail_admin' => '[email protected]', // endereço de e-mail do administrador, para onde os e-mails do formulário de contato serão enviados 'mail_signature' => array (// assinatura que será incluída no final de cada mensagem enviada usando a função _mail 'plain' => '' / * '- \ nMeu servidor, \ nhttp: //www.myserver.com'*
  4. Vá em edita no seu myaac/config.php, ache procura por Crie a sua google recaptcha, configure Tem certeza de que adicionou ReCaptcha V2, e não V3? Você precisa verificar o ReCaptcha V2 ao criar um novo ReCaptcha e selecionar o campo "Não sou um robô". // reCAPTCHA (prevenir bots de spam) 'recaptcha_enabled' => false, // habilita o código de verificação de recaptcha 'recaptcha_site_key' => '', // obtenha seu próprio site e chaves secretas em https://www.google.com/recaptcha 'recaptcha_secret_key' => '', 'recaptcha_theme' => 'light', // light, dark
  5. No conjunto de arquivos de monstros apenas adicione <flag agressivo="0" /> suponho, caso contrário, tente colocar hostil em 0. adicione essa linha em todos os monstros <flag passive="0" />
  6. https://github.com/mattyx14/otxserver/wiki/Compilling-on-Windows
  7. Boa sorte eu curti demais que seu ot projeto old tibia amei
  8. Edite o seu config.php procure por: 'character_samples' => array( // vocations, format: ID_of_vocation => 'Name of Character to copy' //0 => 'Rook Sample', 1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample' ), mude para: 'character_samples' => array( // vocations, format: ID_of_vocation => 'Name of Character to copy' 0 => 'Rook Sample' ), procure por: // lista de cidades usada ao criar personagem // não será exibido se houver apenas um item (rookgaard, por exemplo) 'character_to
  9. add discord : Mask Ghoul#6343 eu te ensino o servidor basico poketibia
  10. Opa, tenho pouco experimento pra OT Poketibia. então recomendo source. boa sorte xd
  11. <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; if ($config['log_ip']) { znote_visitor_insert_detailed_data(3); } // Fetch highscore type $type = (isset($_GET['type'])) ? (int)getValue($_GET['type']) : 7; if ($type > 9) $type = 7; // Fetch highscore vocation $configVocations = $config['vocations']; //$debug['configVocations'] = $configVocations; $vocationIds = array_keys($configVocations); $vocation = 'all'; if (isset($_GET['vocation']) && is_numeric($_GET['vocation'])) { $vocation = (int)$_GET['vocation']; if (!in_array($vocation, $voc
  12. Por favor poste a seu codigo em highscores.php , Lastest Deaths.php e index.php
  13. E em creaturescript/login.lua , verifque achar >> registerCreatureEvent(cid, "AutoBless") <<
  14. Qual servidor TFS & OTX Versão ou website você utiliza como base?
  15. Usando o Gesior ACC Maker ou Znote Acc? Testa ae, se nao funciona me avise. Execute o código SQL no phpmyadmin para o banco de dados: ALTER TABLE `znote_players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0', ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0'
  16. Execute esta consulta em SQL: https://github.com/Znote/ZnoteAAC/blob/master/engine/database/znote_schema.sql Repositório ZnoteAAC original baixe: https://github.com/Znote/ZnoteAAC tenta ae
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo