OpenNos Problem with item stacks

10/20/2018 12:01 Radiv#1
Welcome i have problem with itemstacks, becouses if player want sum up items (example: - cella x99
- cella x920
After sum up stacks should be done x999 and x20 and it looks completely different server got crash.)

1st solution: change item stacks do 32000
2nd solution: fix it

My question it's how can i change stack to 32000 from 999.
10/20/2018 12:49 bossedu40#2
Tu a discord ?
10/20/2018 13:10 Radiv#3
Quote:
Originally Posted by bossedu40 View Post
Tu a discord ?
Radiv#5681
10/20/2018 15:14 PenguinXD#4
byte to int... and change it too in the database...

Then change the amount which has normaly 99 / 255 or 999.. to 32000

:feelsbadman:
10/20/2018 15:41 Radiv#5
Fixed Problem is in the mvi packet :)