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

Error in server.exe!

BrutalTibia

New Member
Joined
Nov 24, 2011
Messages
7
Reaction score
0
Heya!

My server is up & running, no problem whatsoever.

Just a question. Since today the server .exe window is spamming with text:

Failure: [Protocol::XTEA_decrypt]. Not valid unencrypted message size

Anybody know what it means?

:)
 
That usually means that someone is botting at your server, so

config.lua
Code:
autoBanishUnknownBytes = true

this will ban all the people who actually is botting at your server.
 
Ok very thankful for the reply. It is really spamming like, if I do /save, I see the save for about 3 seconds then its full with this text again.
I know BlackD is free now and it's pretty common for this client (7.72).
 
That usually means that someone is botting at your server, so

config.lua
Code:
autoBanishUnknownBytes = true

this will ban all the people who actually is botting at your server.

I think you're wrong.. autoBanishUnknownBytes means that server will ban players who send unknown bytes to the server, not those who send unknown message size.
If someone is botting the error would be like unknown packet size or something like this.

I think that message of unencrypted message size comes when you exceed the chars limit of the message on client-side..
 
^

"I think that message of unencrypted message size comes when you exceed the chars limit of the message on client-side.."

Which means?

Thanks in advance.
 
Back
Top