• 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 Downgrade tfs 0.4 form 860 to 8.1

Syiko

Scripter/Developer
Joined
Aug 28, 2017
Messages
474
Solutions
3
Reaction score
108
After downgrade the client definates and otb and iomap to 8.1 it says me cannot connect to a login server with error 200002

but when login form client 860 say protocol 8.1 only allowed maybe rsa key if it how to change ??

wewewe.PNG tibia 860.PNG


bump

Bump
 
Last edited by a moderator:
//load RSA key
std::cout << ">> Loading RSA key" << std::endl;
#ifndef __CONSOLE__
SendMessage(GUI::getInstance()->m_statusBar, WM_SETTEXT, 0, (LPARAM)">> Loading RSA Key");
#endif
const char* p("14299623962416399520070177382898895550795403345466153217470516082934737582776038882967213386204600674145392845853859217990626450972452084065728686565928113");
const char* q("7630979195970404721891201847792002125535401292779123937207447574596692788513647179235335529307251350570728407373705564708871762033017096809910315212884101");
const char* d("46730330223584118622160180015036832148732986808519344675210555262940258739805766860224610646919605860206328024326703361630109888417839241959507572247284807035235569619173792292786907845791904955103601652822519121908367187885509270025388641700821735345222087940578381210879116823013776808975766851829020659073");
g_otservRSA = new RSA();
g_otservRSA->setKey(p, q, d);

RSA .. 8.0 / 8.1 used it on Otserv.cpp
BUMB
 
But it's tfs 0.4 did u think didnt i tried it i got error protocal in addition 8.1 cout and 8.6 clog ..
 
Back
Top