How many places can I modify the source code of pocket capacity?

03/15/2020 19:15 DevilLog#1
ProjectCmn.h

#define MAX_INVENTORY 60 // 60 //42

obj.h
#define MAX_INVENTORY 60

After I modified the pocket capacity, the equipment bar was disordered, and the props were lost. Where else should I modify? Thank you.
03/16/2020 01:42 Ecrypter#2
Quote:
Originally Posted by DevilLog View Post
ProjectCmn.h

#define MAX_INVENTORY 60 // 60 //42

obj.h
#define MAX_INVENTORY 60

After I modified the pocket capacity, the equipment bar was disordered, and the props were lost. Where else should I modify? Thank you.
and modified also your base value, because the normal inventory max is 42. you need to modified it into 60 slots.
03/16/2020 10:49 Hyellow#3
You should also know that multiple threads here aren't allowed.

Quote:
Pushing your topic is only allowed when your topic is on page 2 or higher!