Ir para conteúdo

Sinos

Campones
  • Total de itens

    11
  • Registro em

  • Última visita

Sobre Sinos

Informações

  • Char no Tibia
    Knight Behe Soul -- Lost
  • Forma que conheci o xTibia
    Outros Sites
  • Sou
    OT-Admin

Sinos's Achievements

  1. fiz exatamente isso, mas agora dar esse erro oO
  2. Já sim! E o erro mesmo assim continua.
  3. Opa galera do xtibia, vim pedir uma ajuda que é a seguinte: Tenho adicionando o sistema war of emperium (WOE) no meu tibia 8.60, só que quero adicionar agora no site numa coluna War of Emperium, já fiz tudo certinho, só que meu arquivo woe.php ta bugado, vejam: Meu arquivo WOE.php <div class='message'> <div class='title'>War of Emperium</div> <div class='content'> <?PHP require("config.php"); $ots = POT::getInstance(); $ots->connect(POT::DB_MYSQL, connection()); $SQL = $ots->getDBHandle(); echo '<table border="0" cellspacing="1" cellpadding="5" width=100% class="cellspadding"> <tr class="tableheader"> <TD align="center">What is War of Emperium?</TD> </TR> </TABLE> <table border="0" cellspacing="1" cellpadding="5" width=100% class="cellspadding"> <tr class="tablerow"> <TD width="30%"> <center><b>Objective</b><br />How to participate in War of Emperium.</center> </TD> <TD width="70%"> <center>Everyday tuesday, thursday, saturday and sunday at <b>5pm (Pacific Time)</b> the War of Emperium will begin. The objective of the event is to capture the castle and defend it until the event is over <i>(It lasts 10 minutes)</i>. Anybody can participate in this event and capture the castle as long as they\'re in a guild.</center> </TD> </TR> <tr class="tablerow"> <TD width="30%"> <center><b>Attacking the Castle</b><br />How to obtain power of the castle.</center> </TD> <TD width="70%"> <center>To capture the castle, you must enter inside and defeat both pre-emperiums. Once both crystals are destroyed, portals will open to the final emperium. If your guild destroys the final emperium, you must defend the Castle until the event has finished.</center> </TD> </TR> <tr class="tablerow"> <TD width="30%"> <center><b>Castle Defense</b><br />How can I defend my guilds castle?</center> </TD> <TD width="70%"> <center>If the event is not active, no guilds will have access to your castle and it is safe from intruders. However, during the event your castle is vulnerable to attacks. You can defend castle with guards or by healing your own emperium.</center> </TD> </TR> <tr class="tablerow"> <TD width="30%"> <center><b>The Castle Governor</b><br />What are the benefits of owning a castle?</center> </TD> <TD width="70%"> <center>When you control the castle, you will be given access to something.</center> </TD> </TR> </TABLE> <br /> <table border="0" cellspacing="1" cellpadding="5" width=100% class="cellspadding"> <tr class="tableheader"> <TD align="center"> <center>Additional Information and Commands</center> </TD> </TR> </TABLE> <table border="0" cellspacing="1" cellpadding="5" width=100% class="cellspadding"> <tr class="tablerow"> <TD width="30%"> <center><b>/woe info</b><br />Anybody</center> </TD> <TD width="70%"> <center>View the current Castle owner or when War of Emperium ends.</center> </TD> </TR> <tr class="tablerow"> <TD width="30%"> <center><b>!recall</b><br />Guild Leader</center> </TD> <TD width="70%"> <center>If you\'re inside the Castle, you may teleport all guild members to you. This has a 5 minute exhaust.</center> </TD> </TR> <tr class="tablerow"> <TD width="30%"> <center><b>Castle Banners</b><br />Guild Member</center> </TD> <TD width="70%"> <center>If you use a banner located inside the Castle, you will be teleported to the emperium regardless if the pre-emperiums are broken.</center> </TD> </TR> <tr class="tablerow"> <TD width="30%"> <center><b>Guard Lever</b><br />Guild Leader</center> </TD> <TD width="70%"> <center>If you use a the lever located near the main emperium, you will spawn 5 guards to help defend at the cost of 30000gp.</center> </TD> </TR> </TABLE> <br /><br />'; $woe = $SQL->query(" SELECT w.id AS id, w.time AS time, g.name AS guild, p.name AS name, w.started AS start, w.guild AS guild_id FROM woe AS w INNER JOIN players AS p ON p.id = w.breaker INNER JOIN guilds AS g ON g.id = w.guild ORDER BY id DESC LIMIT 10; ")->fetchAll(); if(empty($woe)) { echo ' <table border="0" cellspacing="0" cellpadding="5" width="100%" class="cellspadding"> <tr class="tableheader"> <TD align="center">Castle Governors</TD> </TR> <tr class="tablerow"> <td align="center">No WoE battles at Emporia yet.</td> </tr> </TABLE> '; } else { foreach ($woe as $k=>$v) { echo "<table border='0' cellspacing='1' cellpadding='5' width=100% class='cellspadding'> <tr class='tableheader'> <TD><b><center>#</center></b></TD> <TD><b><center>Winner Guild</center></b></TD> <TD><b><center>Conquest by</center></b></TD> <TD><b><center>Start time</center></b></TD> <TD><b><center>Last conquest</center></b></td> <tr class='tablerow'> <TD>".$v["id"]."</TD> <TD><a href='".WEBSITE."/index.php/guilds/view/".$v["guild_id"]."'>".$v["guild"]."</a></TD> <TD>".$v["name"]."</TD> <TD>" . date("d/m/y H:i:s", $v["start"]) . "</TD> <TD>" . date("d/m/y H:i:s", $v["time"]) . "</TD> </TR> </TABLE> "; } } ?> </div> </div> Aparece esse erro aqui: É isso ai galera, mas se tiverem outro arquivo woe.php seria muito bom tb, melhor ainda traduzido hehe, um rep+ pra quem me ajudar.
  4. Bom mano, tava com esse problema e concertei, fazendo o seguinte: Na aba do config.lua: sqlType = "mysql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "" sqlDatabase = "teste" sqlFile = "" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "sha1" Mude o que está de vermelho para "127.0.0.1" Se ajudei dê um rep+ ai, bom jogo!
  5. Bom mano, tava com esse problema e concertei, fazendo o seguinte: Na aba do config.lua: sqlType = "mysql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "" sqlDatabase = "teste" sqlFile = "" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "sha1" Mude o que está de vermelho para "127.0.0.1" Se ajudei dê um rep+ ai, bom jogo!
  6. Bom mano, tava com esse problema e concertei, fazendo o seguinte: Na aba do config.lua: sqlType = "mysql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "" sqlDatabase = "teste" sqlFile = "" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "sha1" Mude o que está de vermelho para "127.0.0.1" Se ajudei dê um rep+ ai, bom jogo!
  7. Pô bicho, realmente você não ajudou muito né, map de versão 8.5+, falta muitas coisas a serem adicionadas nisso ai, ou seja não está nem 90% igual ao do Global... > REP - <
  8. Aí man, ainda não tive tempo de avaliar o server, mas uma perguntinha básica, o [VIP] que é adicionado no player, "sai" quando acaba os dias de vip automaticamente, ou só manualmente? Vlw por postar o server, abraços.
  9. Bom Server, continue assim, seria bom se colocasse ao menos uma prévia de quando sairia a nova atualização pra nos ficarmos ciente. Estarei testando o server e qualquer coisa post aqui alguns bugs. :withstupidsmiley:
  10. Diz uma coisa, isso que você quer, não serve com BAÚ não? Porque se não me engano esse script é pra ser usado com Uniqueid em BAÚs de Quest, tenta por um BAÚ tipo aqueles de quest e faz o mesmo procedimento. Flw
  11. Beleza mano, faz assim: Crie um novo arquivo .lua na pasta \data\actions\scripts com o nome de vochest.lua e cole isso nele: Depois em data\actions abra o actions.xml abaixo de <actions> copie e cole isso: Então crie sua alavanca pelo Map Editor e coloque-a no mapa que você deseja, depois com botão direito do mouse em cima dela, coloque o Uniqueid de "3540". Pronto Feito seu script Créditos não são meus, script retirado do Alissow Otserver 8.54~8.57, só fiz edita-lo para você! Flw mano, testa ae
  12. Tem certeza que está seguindo todos os procedimentos corretos mano? Até a parte que você também tem que editar o item.xml? Por se não me engano ele funfou nessa mesma versão aqui. flw
  13. Postado no lugar errado man, tome cuidado com isso aqui é somente pedidos de scripts, ou seja, o que necessariamente você quer tem que ser postado em se não me engano Área de Desenvolvimento e olhe lá. Leia sobre as regras das seções. Da próxima poderá ser Reportado. Cuidado! Moderadores movam esse post para o local certo, blz. Abraços!
  14. Sinos

    [Pedido] Bless

    Mano, não sei se vai funfar legal, mas tenta esse aqui: Flw
  15. Sinos

    First Items

    Tenta esse aqui mano: Vê se consegue ae!
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...