quakeman00 Posted October 4, 2017 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 66 Reputation: 2 Joined: 03/08/13 Last Seen: January 24, 2018 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 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 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 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 333 Reputation: 68 Joined: 09/05/12 Last Seen: June 13, 2023 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 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 535 Reputation: 23 Joined: 11/19/11 Last Seen: June 8, 2023 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 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 14 Reputation: 1 Joined: 12/11/12 Last Seen: September 6, 2022 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 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 333 Reputation: 68 Joined: 09/05/12 Last Seen: June 13, 2023 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 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 14 Reputation: 1 Joined: 12/11/12 Last Seen: September 6, 2022 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 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 01/24/18 Last Seen: November 11, 2024 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 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 5 hours ago 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...
Question
quakeman00
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
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.