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

TFS 1.X+ help with debug tfs 1.3

Solution
The error is very clear, the type of message you are trying to send to a private channel is not compatible.
per example:
Code:
MESSAGE_EVENT_ORANGE = 36, /*Orange message in the console*/
I've never seen orange messages in a private channel, at least with the official client, if you provide the code, anyone will help you easily and quickly.
i got this debug in tfs 1.3 and how to get file debug log in data

View attachment 36738
get the communication.cpp files

player.cpp

network.cpp

utils.cpp

and use the examdiff to compare with other files from another client sources

if everything is ok, try another client

You have to do the tests to get easier.
 
Last edited:
get the communication.cpp files

player.cpp

network.cpp

utils.cpp

and use the examdiff to compare with other files from another source of tfs 1.3

if everything is ok, try another client

You have to do the tests to get easier.
These are not even tfs files, these are client files.

@topic
Seems like you are sending message in chat (probably) with message type that the client does not know (it's unknown for the client)
Maybe you would share, when you get it?
 
These are not even tfs files, these are client files.

@topic
Seems like you are sending message in chat (probably) with message type that the client does not know (it's unknown for the client)
Maybe you would share, when you get it?
just do with the client xD
 
The error is very clear, the type of message you are trying to send to a private channel is not compatible.
per example:
Code:
MESSAGE_EVENT_ORANGE = 36, /*Orange message in the console*/
I've never seen orange messages in a private channel, at least with the official client, if you provide the code, anyone will help you easily and quickly.
 
Solution
Back
Top