Update 'kill' event for R6:Siege

Update ‘kill’ event for R6:Siege.

Feature description

For now kill event is triggered only for local player, and does’t conatin any additional data:

{"name":"kill","data":""}

Request is to update the kill event to trigger whenever any player(not only local) did a kill, and add additional data conatining killer and killed player info.

Not sure if it will help, but for example we can see kill event here:

Current workaround

For now i’m watching for roster updates if some player’s ‘kills’ graph was incremented and other player’s ‘deaths’ was incremented. And if there is only single uniq match of that type i can understand who was klled by whom.

Implementation recommendation

Trigger kill event for any player and expand data attribute with adding killer name and killed player name for example like this:

{"name":"kill","data": {"killed":"DeadManNickname", "killed_by": "killerNickname"}}

Feature potential

Statistics tracking, analytics, leaderboards.

Impact for my app

high

Hi, and thanks for the feedback.

We will discuss the matter internally, and we will update you here.
It might take up to a few days.

Thanks.

@LionsGate Hey,

We added this feature request to our backlog.
We don’t have an ETA, though, and that can take some time to implement and release. Thank you for your patience.
We will update you here once it is ready.

Thanks.

1 Like