Jump to content

About dynamic packets


Recommended Posts

Hello!

Can someone please explain me how these dynamic packets work? I increased the offline shop slots to 160, and now i get this error/warning whenever i try to open an offline shop window: "Not enough dynamic packet size".

I am not asking for a a plug and play fix, I am asking for some documentations to understand how it works to know how I can fix it please.

Thank you!

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Premium

Dynamic packet's size depends on the buffer's size that you're writing to. In your case you have set dynamic packet's size to X value, but you only wrote Y amount of data to the buffer and sent it to the client.

Likely scenario is you are not increasing the packet's size concurrently with writing data to the buffer, but you're predefining it with some deprecated value e.g., old slot count or using wrong datatypes when determining the size.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.