Tem como mudar distro de versão?

DelPupo
em Lixeira Pública

DelPupo

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 04/10/10Posts: 27Char no Tibia: Não Jogo Mais

Preciso de ajuda, preciso mudar meu distro de versão pois ja tentei varios outros distros e cada vez aparecia um problema diferente, tem como mudar um distro de versão ? Se tiver como é ?

dragonfight

Sometimes I can't believe it
avatar
Barão
Barão

INFOS

Grupo: BarãoRegistrado: 12/09/10Posts: 249

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.

tumblr_mbtch9L7iC1r2wtdzo1_500.jpg