- Joined
- Jun 15, 2024
- Messages
- 135
- Solutions
- 2
- Reaction score
- 47
- Points
- 28
Ever think that 50 guild lvls is low and 80 members total is low? Here comes a guide on how to change this!
This is made on a L15 Files!
Inside guild.cpp (source) look for - CGuild::sm_anMaxMemberSize
bellow you see this
Increase this numbers for each level guild increase to increase each maximum player you want!
This is mine!
Here i added 50 more levels (total of 100 lvls of guild levels)
At lvl 100 i have access to have 150 members in my guild)
Inside guild.h look for
Normaly this is at 128, for me i count everything from how much i want to be able to have as ROOKIE, Supporter, Captain, Kingpin + GuildMaster
to change this rank size. you can search for
Below this abit, you see this. Change this Value into the one of max levels you want to allow you ur guild!
Change this numbers and make it + on everyone, i got the total of 211, and +1 i come to 212 at MAX_GM_SIZE. so i put it in there.
Ask question if you dont understand, this is one of my first guide!
To increase the maximum level of the guild levels
Inside:
In Resource files. find the txt file named expTable.inc and open it with notepad++ or other txt document!
in this folder search for expCompanyTest
Add more lines in here!
7075777 = Exp need inside the guild to make it level up
29759885 = Penya need inside the guild to make it level up
80 = Member Size (at lvl 50)
50 = Level of the guild
For me i want 150 slots at lvl 100. and want my guild max level to be 100 i have added this
Hope this helps. let me know if you get any problem with the rest!
Might miss any changes.
This is made on a L15 Files!
Inside guild.cpp (source) look for - CGuild::sm_anMaxMemberSize
bellow you see this
Increase this numbers for each level guild increase to increase each maximum player you want!
This is mine!
Here i added 50 more levels (total of 100 lvls of guild levels)
At lvl 100 i have access to have 150 members in my guild)
Inside guild.h look for
Normaly this is at 128, for me i count everything from how much i want to be able to have as ROOKIE, Supporter, Captain, Kingpin + GuildMaster
to change this rank size. you can search for
Below this abit, you see this. Change this Value into the one of max levels you want to allow you ur guild!
Change this numbers and make it + on everyone, i got the total of 211, and +1 i come to 212 at MAX_GM_SIZE. so i put it in there.
Ask question if you dont understand, this is one of my first guide!
To increase the maximum level of the guild levels
Inside:
In Resource files. find the txt file named expTable.inc and open it with notepad++ or other txt document!
in this folder search for expCompanyTest
Add more lines in here!
7075777 = Exp need inside the guild to make it level up
29759885 = Penya need inside the guild to make it level up
80 = Member Size (at lvl 50)
50 = Level of the guild
For me i want 150 slots at lvl 100. and want my guild max level to be 100 i have added this
Hope this helps. let me know if you get any problem with the rest!
Might miss any changes.