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

Random packet type errors (debug) at logging in while sent packet is always the same

TGYoshi

In space
Joined
Aug 20, 2010
Messages
1,107
Reaction score
121
Location
In space
A tiny huge problem

Sent packet to the client at log in: (sending character list..)
Code:
[LOG] Packet: 0 0 0 0 0 0 0 0 100 1 4 0 78 97 109 101 9 0 83 111 109 101 119 111
 114 108 100 127 0 0 1 4 28 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...
(edit) After encrypting etc this is the real sent packet:
Code:
[LOG] Packet: 36 0 156 15 78 231 36 17 250 18 215 142 27 25 210 97 13 247 27 177
 85 73 137 147 206 57 79 172 94 170 30 126 203 247 222 234 173 39 0 0 0 0 0 0 0
0 0 0 0 0 0 ...
Always exactly the same. Always.

One of the random debugs the client gets while receiving it:
6H3uJ.png

or..
yX5wd.png

The received packet type is for some reason random.

I guess some developers here know the answer on this.

Thanks already,
~~
 
Last edited:
Never mind, got it working. I forgot to parse the key from the connection message into some variable and passing it back. It's viewing the character list correctly now. :D
 
Back
Top