Tdi123 Posted December 18, 2024 Group: Members Topic Count: 93 Topics Per Day: 0.03 Content Count: 195 Reputation: 3 Joined: 12/12/17 Last Seen: January 19 Share Posted December 18, 2024 Quote Link to comment Share on other sites More sharing options...
0 Tdi123 Posted December 24, 2024 Group: Members Topic Count: 93 Topics Per Day: 0.03 Content Count: 195 Reputation: 3 Joined: 12/12/17 Last Seen: January 19 Author Share Posted December 24, 2024 On 12/18/2024 at 4:20 PM, Tdi123 said: Resolved: //// CHAR / int_guild.cpp mmo.hpp #define MAX_GUILD 25 ///Increased max guild members +6 per 1 extension levels [Lupus] int_guild.cpp // Set the max number of members, Guild Extention skill - currently adds 6 to max per skill lv. g->max_member = MAX_GUILD; if(g->max_member > MAX_GUILD) // Initialize guild property g->max_member=25; g->average_lv=master->lv; g->connect_member=1; Quote Link to comment Share on other sites More sharing options...
0 Rynbef Posted December 19, 2024 Group: Forum Moderator Topic Count: 47 Topics Per Day: 0.01 Content Count: 937 Reputation: 124 Joined: 05/23/12 Last Seen: Thursday at 01:31 PM Share Posted December 19, 2024 It's cause of the skill which increase the guild member size. If this passive skill get level up it increase the guild member size and it want to goes over the limit of 2. U need to change the skill (Guild Extension). The clan system is based on the older guild system. Have u changed the src? On mmo.h #define MAX_GUILD Rynbef~ Quote Link to comment Share on other sites More sharing options...
0 Tdi123 Posted December 23, 2024 Group: Members Topic Count: 93 Topics Per Day: 0.03 Content Count: 195 Reputation: 3 Joined: 12/12/17 Last Seen: January 19 Author Share Posted December 23, 2024 On 12/19/2024 at 1:44 PM, Rynbef said: It's cause of the skill which increase the guild member size. If this passive skill get level up it increase the guild member size and it want to goes over the limit of 2. U need to change the skill (Guild Extension). The clan system is based on the older guild system. Have u changed the src? On mmo.h #define MAX_GUILD Rynbef~ Yes, I changed, I've tried other solutions, but I still haven't been able to solve the problem. Quote Link to comment Share on other sites More sharing options...
Question
Tdi123
Link to comment
Share on other sites
3 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.