/**
* @param pledgeType the Id of the pledge type.
* @return the maximum number of members allowed for a given {@code pledgeType}.
*/
public int getMaxNrOfMembers(int pledgeType)
{
int limit = 2;
switch (pledgeType)
{
case 0:
switch (getLevel())
{
case 3:
limit = 2;
break;
case 2:
limit = 2;
break;
case 1:
limit = 2;
break;
case 0:
limit = 2;
break;
default:
limit = 2;
break;
}
break;
case -1:
limit = 2;
break;
case 100:
case 200:
switch (getLevel())
{
case 11:
limit = 2;
break;
default:
limit = 2;
break;
}
break;
case 1001:
case 1002:
case 2001:
case 2002:
switch (getLevel())
{
case 9:
case 10:
case 11:
limit = 2;
break;
default:
limit = 2;
break;
}
break;
default:
break;
}
return limit;
}
thanks mate it works, but i cant see any letters on screen . how to fix this?
also it seems it does not enter into the game, and get stuck on loading. do you got a discord or someway to chat mate?
Friend, where is the 1start.bat file to enter the game?
virus > https://www.virustotal.com/gui/file/d7a26d4a1a8df4937c27ad6758ebe55a0018246a47af66a3964e8b7c9e286370?nocache=1
0stop mysql
1startmysql
2startloginserver
3startgameserver
clean fake account
These are the server startup files
The system compressed package is missing 1, and was marked as abused by Google
Question
Amanda55
Where i make max 2 clan members
Don't work
ty for help
15 answers to this question
Recommended Posts