- Joined
- Jun 14, 2024
- Messages
- 49
- Solutions
- 3
- Reaction score
- 75
- Points
- 18
FOR TODAY'S EPISODE:
CHANGING THE MAXIMUM LEVEL
by: Wei Long
In this episode, we are going to use the Definejob.h file. we could do a lot in this file but we are going to focus on changing the maximum level.
Your file should look like this.
But we are going to focus on these lines:
#define MAX_MONSTER_LEVEL 205
#define MAX_GENERAL_LEVEL 120
#define MAX_LEGEND_LEVEL 130
#define MAX_3RD_LEGEND_LEVEL 175
This is self-explanatory, this line changes the maximum level of monsters. so, keep in mind when adding a new monster to your server, the level should be equal or less the number/level you defined.
Also, self-explanatory, this is the maximum general level, this is where the maximum level you will reach before you transform to level 60-M , this is also the maximum level before you transform to level 121-H.
This is the maximum level you will be before you change to the 3rd job. (Seraph, Slayer, Harlequin etc..)
This is the maximum level. that's all lol.
You can change these numbers to how custom you want your server to be.
save the file, merge the resources, recompile and you are done!
Have fun!
and remember,
"The biggest fool is the one who thinks he knows it all"
CHANGING THE MAXIMUM LEVEL
by: Wei Long
In this episode, we are going to use the Definejob.h file. we could do a lot in this file but we are going to focus on changing the maximum level.
Your file should look like this.
But we are going to focus on these lines:
#define MAX_MONSTER_LEVEL 205
#define MAX_GENERAL_LEVEL 120
#define MAX_LEGEND_LEVEL 130
#define MAX_3RD_LEGEND_LEVEL 175
This is self-explanatory, this line changes the maximum level of monsters. so, keep in mind when adding a new monster to your server, the level should be equal or less the number/level you defined.
Also, self-explanatory, this is the maximum general level, this is where the maximum level you will reach before you transform to level 60-M , this is also the maximum level before you transform to level 121-H.
This is the maximum level you will be before you change to the 3rd job. (Seraph, Slayer, Harlequin etc..)
This is the maximum level. that's all lol.
You can change these numbers to how custom you want your server to be.
save the file, merge the resources, recompile and you are done!
Have fun!
and remember,
"The biggest fool is the one who thinks he knows it all"