- 3
- Posts
- 9
- Years
- Seen Jul 4, 2021
Increase Item Stack Limit from 99 to 999
Increase stack to 999In the src\item.c
Delete
Code:
if (pocket != BERRIES_POCKET)
slotCapacity = 99;
else
Fully see total # of items
In the src\item_menu.c
Change (around line 861)
Code:
ConvertIntToDecimalStringN(gStringVar1, itemQuantity, 1, [B]2[/B]);
Code:
ConvertIntToDecimalStringN(gStringVar1, itemQuantity, 1, [B]3[/B]);