Kozima Posted January 4, 2015 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 82 Reputation: 2 Joined: 10/30/13 Last Seen: October 26, 2023 Share Posted January 4, 2015 hello rathena can you hel me? i will change the party limit to 100 people is this possible? if possible, where i can change that limit??? thankss a lot Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted January 4, 2015 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share Posted January 4, 2015 src/common/mmo.h search #define MAX_PARTY 12remember to compile Quote Link to comment Share on other sites More sharing options...
Kozima Posted January 4, 2015 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 82 Reputation: 2 Joined: 10/30/13 Last Seen: October 26, 2023 Author Share Posted January 4, 2015 how to compile??? Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted January 4, 2015 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share Posted January 4, 2015 src/common/mmo.h search #define MAX_PARTY 12 to XXX compile = oppen rAthena-10.sln and make a new char-server_sql, login-server_sql and map-server_sql Quote Link to comment Share on other sites More sharing options...
Kozima Posted January 4, 2015 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 82 Reputation: 2 Joined: 10/30/13 Last Seen: October 26, 2023 Author Share Posted January 4, 2015 Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "char-server", "vcproj-10\char-server.vcxproj", "{D356871D-58E1-450B-967A-E4E9646175AF}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "login-server", "vcproj-10\login-server.vcxproj", "{D356871D-58E1-450B-967A-E5E9646175AF}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "map-server", "vcproj-10\map-server.vcxproj", "{D356871D-58E1-450B-967A-E6E9646175AF}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mapcache", "vcproj-10\mapcache.vcxproj", "{D356871D-58E1-450B-967A-E7E9646175AF}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {D356871D-58E1-450B-967A-E4E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32 {D356871D-58E1-450B-967A-E4E9646175AF}.Debug|Win32.Build.0 = Debug|Win32 {D356871D-58E1-450B-967A-E4E9646175AF}.Release|Win32.ActiveCfg = Release|Win32 {D356871D-58E1-450B-967A-E4E9646175AF}.Release|Win32.Build.0 = Release|Win32 {D356871D-58E1-450B-967A-E5E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32 {D356871D-58E1-450B-967A-E5E9646175AF}.Debug|Win32.Build.0 = Debug|Win32 {D356871D-58E1-450B-967A-E5E9646175AF}.Release|Win32.ActiveCfg = Release|Win32 {D356871D-58E1-450B-967A-E5E9646175AF}.Release|Win32.Build.0 = Release|Win32 {D356871D-58E1-450B-967A-E6E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32 {D356871D-58E1-450B-967A-E6E9646175AF}.Debug|Win32.Build.0 = Debug|Win32 {D356871D-58E1-450B-967A-E6E9646175AF}.Release|Win32.ActiveCfg = Release|Win32 {D356871D-58E1-450B-967A-E6E9646175AF}.Release|Win32.Build.0 = Release|Win32 {D356871D-58E1-450B-967A-E7E9646175AF}.Debug|Win32.ActiveCfg = Debug|Win32 {D356871D-58E1-450B-967A-E7E9646175AF}.Debug|Win32.Build.0 = Debug|Win32 {D356871D-58E1-450B-967A-E7E9646175AF}.Release|Win32.ActiveCfg = Release|Win32 {D356871D-58E1-450B-967A-E7E9646175AF}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal and then, what can i do now? Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted January 4, 2015 Group: Members Topic Count: 86 Topics Per Day: 0.02 Content Count: 591 Reputation: 146 Joined: 06/19/12 Last Seen: December 10, 2016 Share Posted January 4, 2015 #define MAX_PARTY 12 to 100 but I think max is 76 for linux Server http://www.pony-vpshosting.com/knowledgebase.php?action=displayarticle&id=2 for local host Server open rAthena-10.sln with Microsoft Visual C++ right of char-server_sql, login-server_sql and map-server_sql an Create New 1 Quote Link to comment Share on other sites More sharing options...
Question
Kozima
hello rathena
can you hel me?
i will change the party limit to 100 people
is this possible?
if possible, where i can change that limit???
thankss a lot
Link to comment
Share on other sites
5 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.