Jump to content
  • 0

[SOLVED] ITEM_DB stack limit


namerpus18

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.07
  • Content Count:  95
  • Reputation:   1
  • Joined:  11/15/22
  • Last Seen:  

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

 

Edited by namerpus18
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...