I was playing quite a nice game with season after season of great results. Then one season all of a sudden my team was losing every game and not scoring any goals. Any thoughts? I am using version 2.2.1.
I used to have this problem and I disliked it a lot. I was told this has something to do with a "luck" parameter in the code, which can be controlled using the constants file. So I made these changes:
# how much the user's luck deteriorates if he # becomes champion #IR# float_season_end_user_champ_luck_factor 97500 float_season_end_user_champ_luck_factor 100000
# how much it regenerates if he's not champ #IR# float_season_end_user_champ_luck_factor_regen 101000 float_season_end_user_champ_luck_factor_regen 100000
# lower limit for the user's luck #IR# float_luck_limit 90000 float_luck_limit 100000
which I think make that "luck" factor a constant. Never had that problem again.