Okay so we all know that team arena is pretty much the white elephant right now.
Every match involves some high level creating two alt accounts with minimum level characters so they can get wins in team arena, pretty lame in my opinion.
I would like to suggest that matchmaking be changed from total levels for the team to highest level in the team,
this should not be too difficult to implement either as essentially your just changing the ToTalTeamLevel variable to HighTeamLevel.
Summising that currently the code for team level is a simply TotalTeamLevel=Player1lvl+Player2lvl+Player3lvl
and that new code would be more of: HighTeamLevel = max(Player1lvl;Player2lvl;Player3lvl)
Probably oversimplified it but shouldn't be much more difficult than this, the alternative to resolving is to make it against ToS for people to run alts (which should already be in ToS but for some reason isn't)
Thoughts?
Every match involves some high level creating two alt accounts with minimum level characters so they can get wins in team arena, pretty lame in my opinion.
I would like to suggest that matchmaking be changed from total levels for the team to highest level in the team,
this should not be too difficult to implement either as essentially your just changing the ToTalTeamLevel variable to HighTeamLevel.
Summising that currently the code for team level is a simply TotalTeamLevel=Player1lvl+Player2lvl+Player3lvl
and that new code would be more of: HighTeamLevel = max(Player1lvl;Player2lvl;Player3lvl)
Probably oversimplified it but shouldn't be much more difficult than this, the alternative to resolving is to make it against ToS for people to run alts (which should already be in ToS but for some reason isn't)
Thoughts?
Comment