pascalaigner / brawl-stars-club-league

11 stars 4 forks source link

Working to detect matchs with 1 ticket #1

Open matichewer opened 1 year ago

matichewer commented 1 year ago

If the match is from club's league, i dont know what represents this value marked with red. image

Do you know what represents?

I'm working to detect matchs from club league when a member use 1 ticket rather than 2 tickets

pascalaigner commented 1 year ago

I think in normal matches this field would contain the brawler's trophies. In case of Power League matches or Club League matches it is just some unrelated number, as there are no trophies for these two types of matches. From my understanding, this field is not important to track Club League matches.

matichewer commented 1 year ago

if type == 'ranked' and trophy_change in [1, 2, 3, 4] and trophies < 1100 THEN it's a club league match using 1 ticket

Why 1100 trophies? So that it isn't confused with a game won with a brawler that has more than 1100 cups and is not from the club league

image

I think this could work. I'm not sure if I'm running out of cases