Ir para conteúdo

L3K0T

Membro
  • Registro em

  • Última visita

Tudo que L3K0T postou

  1. L3K0T postou uma resposta no tópico em Websites
    editei olha lá em cima
  2. L3K0T postou uma resposta no tópico em Websites
    só não mostra quantos players on unica coisa só eu acho mais isso é fácil de arrumar, tbm pode disponibilizar aqui pra gente
  3. L3K0T postou uma resposta no tópico em Websites
    eita gostei viu muito bom irei testar *testei em tfs 0.4 funcionou perfeitamente!!! REP+
  4. então nem tem como vc corrigir!
  5. você não abre seu "executável" e sim o código aberto chamado source, assim vc poderá editar, recompilar corrigindo problemas, adicionando sistemas ou multiword etc... se seu ot server não tem pasta contendo arquivos .cpp e .h, não tem source. Você pode baixar aqui mesmo, aprender como funciona há vários tutoriais sobre source, como compilar é uma coisa de programadores e você precisa saber pelo menos um básico e dos código de lua. Lembre se você não abre programas já compilado não tem como reverter esse processo para obter o código aberto!
  6. L3K0T postou uma resposta no tópico em Sprites
    abra seu cliente e clica importar lembre se limite de sprite no cliente normal é de 65535
  7. Otserv.cpp é arquivo da source de seu otserver aonde compilado com d+ arquivo cria aquele executável que liga o servidor veja.... vc pode abrir com editores de C++, tem o Dev C++ disponível no baixaki
  8. L3K0T postou uma resposta no tópico em Suporte & Pedidos
    se for rme 2.2 tente num 2.1 sempre da certo a não ser como absolute disse
  9. L3K0T postou uma resposta no tópico em Sprites
    Aqui abre normal qual a versão do seu cliente ? Tenta assim, baixa \/ sprite dat e spr.rar sprite dat e spr.rar
  10. L3K0T postou uma resposta no tópico em Sprites
    poxa kkkk vou mandar dnv é que meu object builder é modificado pra n ser ripado vou tentar passar dnv
  11. L3K0T postou uma resposta no tópico em Sprites
    tente importar
  12. L3K0T postou uma resposta no tópico em Sprites
    olha ai o shiny fiz aqui, bota uma luz azul bem forte no sh gyarados, fica bem legal, brilhante e chamativo Shiny Tropius Em OBD outfit_2.obd Red Gyarados outfit_4.obd olha esse Black Gyarados fiz emcima dessa base ai kkk bem loko tá ai quem quiser
  13. L3K0T postou uma resposta no tópico em Sprites
    sim vou recortar eles e coloca em obd aqui pode ser ?
  14. L3K0T postou uma resposta no tópico em Sprites
    curtir posso fazer os shiny deles se quiser
  15. passa o talkactions pra gente ver
  16. fiz aqui ó <?xml version="1.0" encoding="UTF-8"?> <mod name="Change gender command" version="1.0" author="The Forgotten Server" contact="otland.net" enabled="yes"> <description> This mod will add new command for players - !changender. Players will be able to change gender, cost can be configured. </description> <config name="changender_config"><![CDATA[ config = { cost = 40000 --pode ser qualquer moeda, 2148 = 10000 gold, 2152 = 400 platinum e 2160 = 4 crystal-- } ]]></config> <talkaction words="!changender" event="buffer"><![CDATA[ domodlib('changender_config') if(getPlayerSex(cid) >= 2) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You cannot change your gender.") return end if(not doPlayerRemoveMoney(cid, config.cost)) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Sorry, not have " .. config.cost .. "gold.") doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF) return end doPlayerSetSex(cid, getPlayerSex(cid) == PLAYERSEX_FEMALE and PLAYERSEX_MALE or PLAYERSEX_FEMALE) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have changed your gender and lost " .. config.cost .. "gold.") doSendMagicEffect(getCreaturePosition(cid), CONST_ME_MAGIC_RED) ]]></talkaction> </mod>
  17. tenta assim local slots pra slots =
  18. deve tá faltando isso function onSay(cid, words, param, channel)
  19. L3K0T postou uma resposta no tópico em Suporte & Pedidos
    Seguinte estava com o layout da word of w a muito tempo guardado pra mim, que tinha baixado pela net mesmo, então resolvi editar e jogar ele num modern AAC para futuro administradores, assim que acabar irei por pra vocês o download e assim podendo vocês mesmo modifica lo já que estou fazendo rodar em modern e arrumando certa redirecionamento de css o que vocês acham desse layout em Modern AAC ?
  20. L3K0T postou uma resposta no tópico em Ouvidoria
    Já que temos level em nosso perfil, por que não um rank logo na lateral do web ? isso faria que todos ajudassem pra ter rank
  21. L3K0T postou uma resposta no tópico em Playground (Off-topic)
    Nunca diga derrota. Use palavras como esperança, confiança, fé, vitória.
  22. nem vi kkk deve ser pq to com sono se é actions no caso seria use, sobre o poster é o seguinte eu usei storage pra verificar se falou com certo npc antes de clicar no bau pode ter ajudar como base. Bau, alavanca, doll tudo que der use pode usar como base ai elseif item.uid == 6013 then stor = getPlayerStorageValue(cid,3556) if getPlayerLevel(cid) >= 0 then if getPlayerStorageValue(cid, 3561) >= 1 then if stor == -1 then doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "Olá ["..getCreatureName(cid).."] olá se você achou meu oscar de ouro, é a prova que do ouro, deixei pra todos que eu Pedro achou, estou vivendo bem em viridian, assim que terminar de ler pode me trazer o oscar de ouro, darei mais informações sobre aonde ficou o resto do ouro perdido e assim me ajudar a achar minha irmã Bianca.") doBroadcastMessage("[Quest] Parabéns ao treinador ["..getCreatureName(cid).."] acabou de achar a primeira parte da quest Tesouro!", 19) doPlayerAddItem(cid,5799,1) setPlayerStorageValue(cid,3556,1) else doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "Você ja obteve a primeira parte da tesouro ache Pedro.") end else doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "Você precisa falar com Alice para receber uma pista.") end end
  23. L3K0T postou uma resposta no tópico em Suporte Tibia OTServer
    qualquer coisa estamos aqui
  24. L3K0T postou uma resposta no tópico em Suporte Tibia OTServer
    Tenta: ?php if(!$logged) if($action == "logout") $main_content .= '<div class="TableContainer" > <table class="Table1" cellpadding="0" cellspacing="0" > <div class="CaptionContainer" > <div class="CaptionInnerContainer" > <span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span> <span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span> <span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span> <span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span> <div class="Text" >Logout Successful</div> <span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span> <span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span> <span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span> <span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span> </div> </div> <tr> <td> <div class="InnerTableContainer" > <table style="width:100%;" ><tr><td>You have logged out of your '.$config['server']['serverName'].' account. In order to view your account you need to <a href="?subtopic=accountmanagement" >log in</a> again.</td></tr> </table> </div> </table></div></td></tr>'; else $main_content .= 'Please enter your account name and your password.<br/><a href="?subtopic=createaccount" >Create an account</a> if you do not have one yet.<br/><br/><form action="?subtopic=accountmanagement" method="post" ><div class="TableContainer" > <table class="Table1" cellpadding="0" cellspacing="0" > <div class="CaptionContainer" > <div class="CaptionInnerContainer" > <span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span> <span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span> <span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span> <span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span> <div class="Text" >Account Login</div> <span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif);" /></span> <span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif);" ></span> <span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span> <span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif);" /></span> </div> </div> <tr> <td> <div class="InnerTableContainer" > <table style="width:100%;" ><tr><td class="LabelV" ><span >Account Name:</span></td><td style="width:100%;" ><input type="password" name="account_login" SIZE="10" maxlength="10" ></td></tr><tr><td class="LabelV" ><span >Password:</span></td><td><input type="password" name="password_login" size="30" maxlength="29" ></td></tr> </table> </div> </table></div></td></tr><br/><table width="100%" ><tr align="center" ><td><table border="0" cellspacing="0" cellpadding="0" ><tr><td style="border:0px;" ><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div &#111;nmouseover="MouseOverBigButton(this);" &#111;nmouseout="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Submit" alt="Submit" src="'.$layout_name.'/images/buttons/_sbutton_submit.gif" ></div></div></td><tr></form></table></td><td><table border="0" cellspacing="0" cellpadding="0" ><form action="?subtopic=lostaccount" method="post" ><tr><td style="border:0px;" ><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div &#111;nmouseover="MouseOverBigButton(this);" &#111;nmouseout="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Account lost?" alt="Account lost?" src="'.$layout_name.'/images/buttons/_sbutton_accountlost.gif" ></div></div></td></tr></form></table></td></tr></table>'; else { $main_content .= '<br><br><b>Valores:</b><br> 2 Point = R$ 1,00<br> 20 Points = R$ 10,00<br> 30 Points = R$ 20,00<br> E assim por diante...<br><br> '; $main_content .= ' <form target="pagseguro" method="post" action="https://pagseguro.uol.com.br/checkout/checkout.jhtml"> <input type="hidden" name="email_cobranca" value="'. $config['pagseguro']['email']. '"> <input type="hidden" name="tipo" value="CP"> <input type="hidden" name="moeda" value="BRL"> <input type="hidden" name="item_id_1" value="1"> <input type="hidden" name="item_descr_1" value="Pontos na account de nome: '.$account_logged->getCustomField("name").'"> <input type="hidden" name="item_valor_1" value="'. $config['pagseguro']['produtoValor'] .'"> <input type="hidden" name="item_frete_1" value="0"> <input type="hidden" name="item_peso_1" value="0"> <input type="hidden" name="ref_transacao" value="'.$account_logged->getCustomField("name").'"> <table border="0" cellpadding="4" cellspacing="1" width="100%" id="#estilo"><tbody> <tr bgcolor="#505050" class="white"> <th colspan="2"><strong>Escolha a quantidade de pontos que deseja comprar</strong></th> </tr> <tr> <td width="10%">Sua conta</td> <td><strong>'.$account_logged->getCustomField("name").'</strong></td> </tr> <tr> <td width="10%">Pontos</td> <td> <input name="item_quant_1" type="text" value="10" size="5" maxlength="5"> </td> </tr> <tr> <td colspan="2"> <input type="image" src="https://p.simg.uol.com.br/out/pagseguro/i/botoes/carrinhoproprio/btnFinalizar.jpg" name="submit" alt="Pague com PagSeguro - é rápido, grátis e seguro!" /> </td> </tr> </tbody></table></form> <b><span style="color:#ff0000;">OBS&sup1;:</span></b> Os pontos são entregues <b>automáticamente</b> logo após a <u>aprovação</u> do seu pagamento pelo PagSeguro, ou seja, pagou e foi aprovado pontos depositados. Você pdoerá acessar o shop offer e desfrutar dos melhores items do servidor! <?php ?>
  25. L3K0T postou uma resposta no tópico em Suporte OTServer Derivados
    provavelmente sua spr ou dat está estendido vc pode abrir o object builder e marca opção não estendido pois cliente da cip soft só aceita cliente estendido se tiver tal dll embutida para modifica lo!

Informação Importante

Confirmação de Termo