Jump to content

cejota1

Members
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

1,279 profile views

cejota1's Achievements

Newbie

Newbie (1/14)

10

Reputation

  1. This happened when I tried to teleport and my server crashed and my sysser accused Analyze: login phase does not handle this packet! header 66, after I've done these steps this problem is over*: (*I do not know if this is fixing or just hiding the error, but I solved it like this:) src client: /UserInterface/packet.h: -search for the syserr header, exemple my 66: HEADER_CG_SCRIPT_BUTTON = 66, -src / game: go to end of the input_login.cpp and create a empty case like this: case HEADER_CG_SCRIPT_BUTTON: break; [...] } I hope it solves.
  2. Não reparei na primeira linha do post, sorry.
  3. Não recomendo usar o mysql que vem nessas files, o arquivo está completamente infectado.
  4. é só usar outro extern, o que veio nas files está incompleto.
  5. Certo, tudo configurado, agora me recomenda algum conversor do item e mob_proto do cliente pra txt?
  6. Poderia me falar exatamente o que fazer? faz muito tempo que nao trabalho com arquivos de mt2 e isso que falou é novo pra mim xD
  7. Entendo, e uma ultima dúvida, poderia me recomendar um link de alguma serverfiles compatíveis com essas sources?
  8. Deu certo, fico muito agradecido pela ajuda. Essas libs que foram compiladas, só servem para compilar o game e db?
  9. Makefile /game/src : Makefile /db/src : Ultimo erro: linking.... /usr/bin/ld: cannot find -lgame c++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [Makefile:242: ../game] Error 1 gmake[1]: Leaving directory '/usr/src/source/server/source/game/src' gmake: *** [Makefile:19: game] Error 2
×
×
  • Create New...