Открой war3ft.inl
Найди WC3_NewSession( idUser )
Строка отвечает за уровни ботов:
Code
p_data[idUser][P_XP] = XP_GetByLevel( floatround(random_float(0.01,3.16)*random_float(0.01,3.16)) );
Выстави к примеру так:
Code
p_data[idUser][P_XP] = XP_GetByLevel( 1 );