9. Edit the max level:
/usr/src/mainline/Srcs/Server/common/length.h
Code:
PLAYER_EXP_TABLE_MAX = 120,
PLAYER_MAX_LEVEL_CONST = 120,edit the 120.
After you need to edit the exp table.
constant.cpp (game/src folder)
Under this:
Code:
const DWORD exp_table_common[PLAYER_EXP_TABLE_MAX + 1] =And under this:
Code:
const DWORD exp_table_euckr[PLAYER_EXP_TABLE_MAX + 1] =And under this:
Code:
const DWORD exp_table_newcibn[PLAYER_EXP_TABLE_MAX + 1 ] =You need to add new lines. You will know how to edit if you open the file.
Aus dem Thread: