I added a shop system by the client, it was working, but when I went to add more categories, the client does not show any, even category 6 appears normal, then in 8 it does not appear but nothing, there is no error in the console or anything, So it's giving a problem in the client's terminal, this appears.
the code i added was this
otland.net
I solved the problem, in case anyone has it, I know that many already know that the MAX_PACKET_SIZE solves it anxiously, however mine worked only with 1 number, I tried many but it wouldn't, here's how mine is
location MAX_PACKET_SIZE = 5088
LUA:
ERROR: ProtocolGame parse message exception (10 bytes, 0 unread, last opcode is 0x32 (50), 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: 1098)
the code i added was this

TFS 1.X+ - TFS 1.5 - Downgrade Nekiro 7.72 - Add in-game shop OTClientv8
Hi otlanders, I was trying to put the game store on my server, I'll show the steps below that I did, but after all that I couldn't access the server anymore, it appears as offline. Source...
I solved the problem, in case anyone has it, I know that many already know that the MAX_PACKET_SIZE solves it anxiously, however mine worked only with 1 number, I tried many but it wouldn't, here's how mine is
location MAX_PACKET_SIZE = 5088
Last edited: