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

TFS 1.X+ Player_item INSERT INTO VALUES ERROR

cryptomeepo

Member
Joined
Aug 11, 2021
Messages
61
Solutions
4
Reaction score
14
1633356741038.png
Some players are suffering a rollback and I can't manage to reproduce the bug.

I did notice it is happening when they get too much items, from parcel or trades.

Does anyone knows how to fix it?

Datapack: Nostalrius.

player_items
1633356948628.png

player_depotitems
1633357015066.png
 
count is set to smallint, meaning when reaching above the smallint range it will return in a crash.
Try changing it to a normal
SQL:
int
 
I'll try. Bad thing is I cant reproduce it. I'll keep tracking console. I edit it to INT (10) is that ok or it should be 5?
 
I'll try. Bad thing is I cant reproduce it. I'll keep tracking console. I edit it to INT (10) is that ok or it should be 5?
Try moving around thousands of backpacks inside backpacks with golden coins or something, usually does it.
There are higher values than int aswell and well a lot of other changes that could be provided but it should be enough.
 
Back
Top