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

Windows Rsa_decrypt

hubert_cornejo

New Member
Joined
Oct 14, 2013
Messages
11
Reaction score
0
trying to connect to the ot, the server show this "rsa_decrypt" not valid packet size"
how can i resolve this?
 
You're trying to use another client(not supported one) look in your otserv.cpp for the rsa key and paste it here
 
//load RSA key /* std::cout << ":: Loading RSA key..."; */ const char* p("14299623962416399520070177382898895550795403345466153217470516082934737582776038882967213386204600674145392845853859217990626450972452084065728686565928113"); const char* q("7630979195970404721891201847792002125535401292779123937207447574596692788513647179235335529307251350570728407373705564708871762033017096809910315212884101"); const char* d("46730330223584118622160180015036832148732986808519344675210555262940258739805766860224610646919605860206328024326703361630109888417839241959507572247284807035235569619173792292786907845791904955103601652822519121908367187885509270025388641700821735345222087940578381210879116823013776808975766851829020659073"); g_otservRSA = new RSA(); g_otservRSA->setKey(p, q, d); /*
 
first delete de numbers on p,q,d >go to vapus.net, tools > generate rsa > copy the rsa on notepad, and change prime 1 on p(""), prime 2 on q, and rsa private on d (""), after that go vapus.net other time > compile server >go to vapus.net > tools > custom client >> fill in the details, on RSA (blank for default) copy your rsa modulus from notepad and paste there, generate client, and paste in the folder of your client, and wualla now u can enter on your tibia, sorry my bad english i only trying help
 
Back
Top