- "Unlimited" number of members in the guild.
Let's get started.
1. Edit the file "guild.cpp" - This file can be found in the source game.
2. We are looking for the function:
3. We edit it in the following way:
ps I also noticed that after this change in the window of the guild the word " 1 / INFINITY " is displayed , to change it, edit clienta, more precisely " root / localeinfo.py " we are looking for the phrase " INFINITY " and then, in principle, change it to which you want.
Let's get started.
1. Edit the file "guild.cpp" - This file can be found in the source game.
2. We are looking for the function:
Code:
int CGuild::GetMaxMemberCount()
Code:
int CGuild::GetMaxMemberCount()
{
return INT_MAX;
}


