• 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!

I Can't login to my server [localhost]

GorgoP

New Member
Joined
Oct 29, 2016
Messages
2
Reaction score
0
My OTclient: (latest, support 10.95 max)

My TFS: (latest 1.3)

My definitions.h: (from TFS 1.3 src)

static constexpr auto CLIENT_VERSION_MIN = 1095;
static constexpr auto CLIENT_VERSION_MAX = 1098;
static constexpr auto CLIENT_VERSION_STR = "10.98";

OTclient:

http://screenshot.sh/ofqt9WmmEfMEX

I don't have any idea what is wrong, maybe tfs is not compatible with otclient?
 
My RSA keys:

//set RSA key
const char* p("14299623962416399520070177382898895550795403345466153217470516082934737582776038882967213386204600674145392845853859217990626450972452084065728686565928113");
const char* q("7630979195970404721891201847792002125535401292779123937207447574596692788513647179235335529307251350570728407373705564708871762033017096809910315212884101");
 
Back
Top