quakeman00 Posted October 4, 2017 Share Posted October 4, 2017 i would like to know if its possible ot hold more than the few amount of diferent items in players inventory , everyone seem to hit the max quickly and its not really that much "not weight, diferent item cap" Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted October 4, 2017 Share Posted October 4, 2017 you can change the value in mmo.h #define MAX_STORAGE 600 ///Max number of storage slots a player can have Quote Link to comment Share on other sites More sharing options...
0 GodKnows Jhomz Posted October 4, 2017 Share Posted October 4, 2017 (edited) Open "src/common/mmo.h" and find : #define MAX_INVENTORY 100 ///Maximum items in player inventory Edit the value to what you want. I don't know what is the maximum value that we can use there so don't make it too high. Here's a sample after applying maximum 200 MAX_INVENTORY. (Don't forget to recompile your server.) Edited October 4, 2017 by GodKnows Jhomz Added where to find the codeboxed line 1 Quote Link to comment Share on other sites More sharing options...
0 Dissidia Posted October 12, 2017 Share Posted October 12, 2017 What is the maximum item inventory? possible to set in 1k? Quote Link to comment Share on other sites More sharing options...
0 mrdominic Posted October 29, 2017 Share Posted October 29, 2017 On 10/4/2017 at 11:18 PM, GodKnows Jhomz said: Open "src/common/mmo.h" and find : #define MAX_INVENTORY 100 ///Maximum items in player inventory Edit the value to what you want. I don't know what is the maximum value that we can use there so don't make it too high. Here's a sample after applying maximum 200 MAX_INVENTORY. (Don't forget to recompile your server.) when you make it 200 MAX_INVENTORY, it's safe right? Quote Link to comment Share on other sites More sharing options...
0 GodKnows Jhomz Posted October 29, 2017 Share Posted October 29, 2017 2 minutes ago, mrdominic said: when you make it 200 MAX_INVENTORY, it's safe right? Yeah. Quote Link to comment Share on other sites More sharing options...
0 mrdominic Posted October 29, 2017 Share Posted October 29, 2017 13 hours ago, GodKnows Jhomz said: Yeah. alright then... thx for the info.. Quote Link to comment Share on other sites More sharing options...
0 berato Posted May 8, 2020 Share Posted May 8, 2020 how to recompile server i'm using anacondaq rathena server? i didnt know about recompile i'm using windows 10 Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted May 8, 2020 Share Posted May 8, 2020 33 minutes ago, berato said: how to recompile server i'm using anacondaq rathena server? i didnt know about recompile i'm using windows 10 Follow rAthena guide: https://github.com/rathena/rathena/wiki/Install-on-Windows Quote Link to comment Share on other sites More sharing options...
i would like to know if its possible ot hold more than the few amount of diferent items in players inventory , everyone seem to hit the max quickly and its not really that much "not weight, diferent item cap"
Link to comment
Share on other sites