The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
[SOLVED] ITEM_DB stack limit
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
namerpus18
Good Day everyone,
I am trying to edit item_db where this item should stop stacking every 99 pcs. But it wont work. I also tried edited mmo.hpp #define MAX_AMOUNT 99 from 30000////Max amount of a single stacked item but also not working, well it stack at 99 but cannot carry more than 99 it gives message carry limit 30000.
# Stack: Item stack amount. (Default: null) # Amount Maximum amount that can be stacked. # Inventory If the stack is applied to player's inventory. (Default: true) # Cart If the stack is applied to the player's cart. (Default: false) # Storage If the stack is applied to the player's storage. (Default: false) # GuildStorage If the stack is applied to the player's guild storage. (Default: false) - Id: 711 AegisName: Shoot Name: Shoot Type: Etc Buy: 16 Weight: 10 Flags: BuyingStore: true Stack: Amount: 99 - Id: 712 AegisName: Flower Name: Flower Type: Etc Buy: 2 Weight: 10 Stack: Amount: 99 Inventory: true Flags: BuyingStore: true
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.