Jump to content
  • 0

Inventory limit


Kyletok

Question

Where do I control the Inventory limit?

 

I looked in Server\resources\config.json but it says 35.

for some reason I can only get 5 items and can't figure out why it wont receive anything more. 

 

 

Edit: nvm realized it's a problem with InventoryWindow.Json, and the items are placed in the inventory far below beyond reach s:

sorry, you guys can lock this post. 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 1

Edit this file:

Server \ resources \ config.json

Quote

{
  "GameName": "ALMA ONLINE 2.9.9",
  "ServerPort": 5400,
  "UseApi": false,
  "ApiPort": 5400,
  "UPnP": true,
  "OpenPortChecker": true,
  "Player": {
    "MaxStat": 1000,
    "MaxLevel": 100,
    "MaxInventory": 35, <--- (Edit this to wanted value)
    "MaxSpells": 35,
    "MaxBank": 100,
    "MaxCharacters": 5,
    "ItemDropChance": 100
  },

 

Link to comment
Share on other sites

×
×
  • Create New...