OTCv8 / otclientv8

Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client
Other
254 stars 191 forks source link

Problem when trying to enter OT CANARY 13.1... Through the mobile client. #233

Closed Nilvagner closed 1 year ago

Nilvagner commented 1 year ago

I configured to access the server in offline mode, wifi local network. I manage to get to the screen to choose the character, when I choose and enter, it shows the following error in the canary console:

[ProtocolGame: :onRecvFirstMessage] RSA Decrypt Failed

I found this line in the mobile client files, in the ENTERGAME.LUA file:

-- if you have custom rsa or protocol edit it here g_game.setClientVersion(G.clientVersion) g_game.setProtocolVersion(g_game.getClientProtocolVersion(G.clientVersion)) g_game.setCustomProtocolVersion(0) g_game.setCustomOs(-1) -- disable g_game.chooseRsa(G.host) if #server_params <= 3 and not g_game.getFeature(GameExtendedOpcode) then g_game.setCustomOs(2) -- set os to windows if opcodes are disabled end

Oen44 commented 1 year ago

13.X not supported.

Nilvagner commented 1 year ago

12.91 supported?

Oen44 commented 1 year ago

No, full support ends at 10.98, after that its just unfinished work.

Nilvagner commented 1 year ago

thy!