RiotGames / developer-relations

Riot Games Developer Ecosystem Bug Reporting
http://developer.riotgames.com
744 stars 44 forks source link

[BUG] - MATCH-V5 - inhibitor kills value wrong #802

Open ezequielvictor opened 1 year ago

ezequielvictor commented 1 year ago

Bug Description
minions killed an inhib while I was hitting it, but in match-history I have an inhibitor kill.

Problem Description
I didn't kill any inhibitors in this match but according to match history endpoint I got 1.

Expected Result
Not count an inhibitor kill if minions killed it.

Actual Result

here it is my data to check this out: match ID: BR1_2784901372 summoner ID: 1182629 summoner name: ezeca playing as Yone in this match

Developer Impact
Inhibitor kills can not be reliable to work with on stats.

Player Impact
the player will not be able to know his real inhibitor stats.

Repro Steps

  1. start a match
  2. hit an inhibitor with minions
  3. before the inhibitor is destroyed stop hitting and let the minions kill the inhibitor
  4. check the ingame endpoint https://127.0.0.1:2999/liveclientdata/allgamedata, you will see that you didn't get an assist or inhib killed
  5. finish the match
  6. check this endpoint _MATCH-V5/lol/match/v5/matches/{matchId} OR this LCU endpoint /lol-match-history/v1/games/{gameId} find your player stats and you will be able to see an "inhibitorKills" property with 1 as value.
geozukunft commented 1 year ago

As far as I am aware you will get the inhibitor kill awarded as the minion was the one doing the last hit. But you did damage as well and because of that you get it awarded. If it was a different champ then the other champ would get it. But obviously a proper documentiation would be nice in that regard

ezequielvictor commented 1 year ago

@geozukunft totally agree, but what I believe is wrong is that in the game it shows that only the minions killed

also the in-game event shows that too image

so in my opinion, should have some indicative data that the player earned that kill somehow

geozukunft commented 1 year ago

Have you checked the games timeline from match-v5 on what it says on there?

ezequielvictor commented 1 year ago

@geozukunft here it is

image