Ir para conteúdo

Tem como mudar distro de versão?


DelPupo

Posts Recomendados

mudar para aceitar o cliente certo? em resources.h:

 

#define CLIENT_VERSION_MIN 854
#define CLIENT_VERSION_MAX 854
#define CLIENT_VERSION_STRING "Only clients with protocol 8.54 allowed!"
#define STATUS_SERVER_NAME "The Forgotten Server"
#define STATUS_SERVER_VERSION "0.3.6"
#define STATUS_SERVER_CODENAME "Crying Damson"
#define STATUS_SERVER_PROTOCOL "8.54"

 

Essa versão das sources é o famoso 0.3.6 protocolo 8.54. pra deixá-lo 8.60:

 

#define CLIENT_VERSION_MIN 860
#define CLIENT_VERSION_MAX 860
#define CLIENT_VERSION_STRING "Only clients with protocol 8.6 allowed!"
#define STATUS_SERVER_NAME "The Forgotten Server"
#define STATUS_SERVER_VERSION "0.3.6"
#define STATUS_SERVER_CODENAME "Crying Damson"
#define STATUS_SERVER_PROTOCOL "8.60"

 

Acho que é isso, se der erro avisa.

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...