OTcreator
Well-Known Member
- Joined
- Feb 14, 2022
- Messages
- 482
- Solutions
- 1
- Reaction score
- 53
Hi,
I've wrapped the whole shop and everything works fine, until about 50 items are added.
Then everything disappears, the shop becomes empty.
How do I increase the limit of przemdiots added?
#UPDATE -> SOLVED !
I add this changes to sources:
OTCv8 detection, custom features packet, bigget packet size and bug f… · OTCv8/forgottenserver@2839d4d (https://github.com/OTCv8/forgottenserver/commit/2839d4d7a8ad3597eff6c786f4ceb9b1b4b4456b#diff-d59c4f2b28dd8c6d0ff82b05e0188d97a98401483ad487dfd67d665a01506f39)
And set this:
local MAX_PACKET_SIZE = 50
Now all working good.
I've wrapped the whole shop and everything works fine, until about 50 items are added.
Then everything disappears, the shop becomes empty.
How do I increase the limit of przemdiots added?
Post automatically merged:
#UPDATE -> SOLVED !
I add this changes to sources:
OTCv8 detection, custom features packet, bigget packet size and bug f… · OTCv8/forgottenserver@2839d4d (https://github.com/OTCv8/forgottenserver/commit/2839d4d7a8ad3597eff6c786f4ceb9b1b4b4456b#diff-d59c4f2b28dd8c6d0ff82b05e0188d97a98401483ad487dfd67d665a01506f39)
And set this:
local MAX_PACKET_SIZE = 50
Now all working good.
Last edited: