Jump to content
  • 0

HOW TO CHANGCE MAX STORAGE PLAYER


Chasewalk

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.02
  • Content Count:  94
  • Reputation:   0
  • Joined:  10/17/20
  • Last Seen:  

Hi everyone how to increase player storage default is 300 how to make 700 max storage? thanks! 

 

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, },

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