game/src/char_skill.cpp أبحث عن need_exp = 20000; إستبدلها بـ if (GetLevel() < PLAYER_MAX_LEVEL_CONST) { need_exp = 20000; }