Jump to content
  • 0

how to add max storage player


Get Backers

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.02
  • Content Count:  70
  • Reputation:   0
  • Joined:  11/23/20
  • Last Seen:  

Hi anyone know how to increase storage player into 700 max storage

============
mmo.h
============

#define MAX_STORAGE 600

============
core.h
============
#ifdef VIP_ENABLE
    #define MIN_STORAGE 300 // Default number of storage slots.

============
battle.c
============

#ifdef VIP_ENABLE
    { "vip_storage_increase",               &battle_config.vip_storage_increase,          300,      0,      MAX_STORAGE-MIN_STORAGE, },
#else
    { "vip_storage_increase",               &battle_config.vip_storage_increase,          300,      0,      MAX_STORAGE, },


https://ibb.co/1RSgw6X

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...