Ir para conteúdo
  • Cadastre-se

TheOxy

Membro
  • Total de itens

    83
  • Registro em

  • Última visita

  • Prêmios recebidos

    2

Tudo que TheOxy postou

  1. TheOxy

    Classic (Kamael)

    Tipo npc buffer gmshop tem algum projeto q seja facil pegar? ouu import? adaptar etc
  2. TheOxy

    Classic (Kamael)

    To usando mariaDb como instalo? da erro E no gameserver diz: title L2 Classic: Seven Signs (Game Server) é seven signs ou secret emperor?
  3. TheOxy

    Classic (Kamael)

    Man com relação a npcs, de qual cronica adaptamos?? ouu ja tem alguuns npcs praa classic?
  4. TheOxy

    Classic NPCs

    Estou voltando a mexer com L2 e estou focado no Classic. Alguem sabe ou tem NPCs para o classic ou de qual cronica e mais facil usar?
  5. Consegui baaixar uum cliente, porem aq n mostra a telaa de server, tudo configurado pra 127.0.0.1
  6. TheOxy

    Alguem Me Ajuda!

    Tente ver suas portas devem estar block sua conexão
  7. SIm algumas portas realmente o provedor n libera, tenta por a porta 3306 la no luga q fk on :D
  8. Opa, voltando aq, vou acompanhar o projeto, ajudar no q for preciso! Nice Work!
  9. Faz tempo q n mecho vi q eles focaram no pago, porem vi esse link: [Hidden Content] ve se por aq ainda faz hospedagem free
  10. Nice :D i will help u, Elfo marry me :D
  11. Estou com esse error no GS apos fazer oque diz no titulo. no começo do erro tem algo relacionado a cast
  12. Va na fe, uso ela ate agora n tem limite free e pod por git marven svn os caralho :D deveo.com
  13. Tendi int abrir ele abri porem a proteção não é executada é isso?
  14. Falaram q win 8 e 10 n roda joguei os arquivos em uma system e abriu o cliente, porem qdo do makecliente pra compilar ele n faz nada n compila e no console n faz nada!
  15. TheOxy

    GITBRASIL

    Qual a política de privacidade do código dos usuários? Porque as pessoas deveriam usar o seu git ao invés do [Hidden Content] ?
  16. TheOxy

    GITBRASIL

    É bem oq falei, se é BR tem ate as cores o nome BR,traduz a parada pra br e divulga! :D
  17. TheOxy

    GITBRASIL

    Apoio sua ideia, so tenta fazer coisa direito, se e gitbrasil, coloca em pt :D é nosso int ptbr
  18. Como o titulo ja diz removi todo captcha padrao da frozen a questionworlds, porem so falta esse arquivo Ja tentei de todas as formas e sempre da error, funcionou sem error quando deixei o arquivo em branco! Porem não sei se pode projudicar outra função deixando em branco. Alguem ou remove o bot_protector do arquivo ou diz se o arquivo e do bot e se apagar resolve! /* * L2jFrozen Project - www.l2jfrozen.com * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <[Hidden Content];. */ package com.l2jfrozen.gameserver.network.clientpackets; import com.l2jfrozen.Config; import com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance; import com.l2jfrozen.gameserver.model.quest.QuestState; import com.l2jfrozen.gameserver.network.serverpackets.TutorialCloseHtml; /** * @author ProGramMoS */ public class RequestTutorialLinkHtml extends L2GameClientPacket { private String _bypass; private boolean protector_packet = false; private int answer_id = 0; @Override protected void readImpl() { _bypass = readS(); if (_bypass != null) { try { answer_id = Integer.parseInt(_bypass); protector_packet = true; } catch (final NumberFormatException e) { // not bot protection packet } } } @Override protected void runImpl() { final L2PcInstance player = getClient().getActiveChar(); if (player == null) return; if (protector_packet) { if (Config.BOT_PROTECTOR && answer_id >= 100001 && answer_id <= 100005) { player.checkAnswer(answer_id); player.sendPacket(new TutorialCloseHtml()); return; } } else { final QuestState qs = player.getQuestState("255_Tutorial"); if (qs != null) { qs.getQuest().notifyEvent(_bypass, null, player); } } } @Override public String getType() { return "[C] 7b RequestTutorialLinkHtml"; } } Resolvido Captcha questionworlds da frozen removido!
  19. Qual foi o problema da mysql tools, pq ele n instala direito? se precisar add um mod q instala sql vai da um trabzin ne
  20. TheOxy

    Opiniao para l2jFrozen

    Ja esta em andamento aq
  21. TheOxy

    Source l2jacis

    EU tenho a 368 é a + atual e ela e paga por isso n posto!
×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.