Skip to content

Stacks, is it possible/safe to adjust item stack sizes? #4543

Answered by EpicTaru
Juniorff808 asked this question in Q&A
Discussion options

You must be logged in to vote

https://github.com/LandSandBoat/server/blob/89d17e2165a368f3791fa0831f39432578f8e34d/sql/item_basic.sql#L24 - the stackSize column

This column is what you'd adjust to fulfill your request. Be aware though that the ffxi client locks the stack size of a lot of things and that making some items stack higher than the retail default stack size can make the client be "weird" (trades get weird if it doesn't recognize the non-default stack size; the AH can get wonky as well). The workaround for this is to use custom vendors for things that you want to use that have non-default stack sizes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Juniorff808
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants