• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling After compilation "Only clients 8.61 allowed!"

arturhaddad

Member
Joined
Aug 14, 2010
Messages
217
Reaction score
8
I compilated my TFS 0.4 to remove OTB protection (i had a older OTB) but now when players try to login it says:
"Only clients 8.61 are allowed!"
BUT EVEN with 8.61 when the player try to connect it says: "Account number or password incorrect";
And i haven't changed anything in versions, so what do I do? How do I remove OTB protection and let 8.54+ connect?
 
COÉÉE HADDAD PRETO SAFADO!!

cara, vai em definitions.h, só de abrir vc já vai entender o que é pra fazer ^^
 
Não funciona, buga :\
Não to conseguindo com nenhuma versão, ow o server abre e qnd usa potion da debug, ow da invalid account number, ow nem abre o server.
 
Asprate sux brow

Definitios.h

Code:
#define CLIENT_VERSION_MIN 860
#define CLIENT_VERSION_MAX 861
#define CLIENT_VERSION_STRING "Only clients with protocol 8.61 and 8.60 are allowed!"

#define STATUS_SERVER_PROTOCOL "8.61"

CHANGE FOR

#define STATUS_SERVER_PROTOCOL "8.60"

Rebuild All se não, nao funciona
 
Back
Top