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

Programmer read and fix packet in server

Jeyci

Banned User
Joined
May 6, 2023
Messages
289
Solutions
3
Reaction score
35
Hello I have few problem in my server. i use tfs 1.5


the first one is that when i try to walk over certain area i get this message( this happens near thais temple, tried to replace the are but it didn't work)
Lua:
ERROR: ProtocolGame parse message exception (141 bytes, 51 unread, last opcode is 0x66 (102), prev opcode is 0x6d (109)): unable to create item with invalid id 46847
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 860)
ERROR: ProtocolGame parse message exception (131 bytes, 41 unread, last opcode is 0x66 (102), prev opcode is 0x6d (109)): unable to create item with invalid id 46847
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 860)
ERROR: ProtocolGame parse message exception (173 bytes, 19 unread, last opcode is 0x66 (102), prev opcode is 0x6d (109)): unable to create item with invalid id 46847
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 860)

the other error is that i have to add autoloot by sarahwesker i have no errors in console when i use the command ( nothing happens) in otclient terminal i can see this
Code:
ERROR: ProtocolGame parse message exception (233 bytes, 214 unread, last opcode is 0x96 (150), prev opcode is 0xffffffff (-1)): InputMessage eof reached
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 860)

my discord is pasturryx hit me up with an offer. i will need proof that you are capable of fix this of course.

thank in advance
 
Back
Top