Api: Heroic Strike DestinyActivityModeType

Created on 7 Dec 2017  Â·  15Comments  Â·  Source: Bungie-net/api

Normal strikes and heroic strikes both return the following for their ActivityModeType
3,7,18

Should there be a different activity mode type for heroic strikes? There is a split for Nightfall.

bug investigation

All 15 comments

Hmm, a good question. I will have to check on whether we can provide this!

Just following up on this: is there some sneaky way I'm missing to find # completed heroic nightfalls? When I enter mode 16 [Edit: 17, not 16] for GetHistoricalStats (heroicNightfall mode) it comes back empty.

One sneaky option: If the player has an emblem in their inventory with the correct kind of nightfall counter attached to it (I don’t know if there is one or not), you can inspect the emblem using Item calls to get the count directly rather than using Activity APIs.

On Feb 3, 2018, at 18:52, cortical-iv notifications@github.com wrote:

Just following up on this: is there some sneaky way I'm missing to find # completed heroic nightfalls? When I enter mode 16 for GetHistoricalStats (heroicNightfall mode) it comes back empty.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

Now that is sneaky. I am building leaderboards so worried that won't be reliable enough.

(Note I meant heroic strikes, and prestige nightfalls). Basically I want to give count of #nightfalls, #prestige nightfalls, #strikes, and #heroic strikes.

Someone over at Discord pointed out that GetActivityHIstory will return the individual events for individual characters (mode 16=nightfall, and 17=prestige), though you have to cycle through the data to compile stats that you would normally just pull from GetHistoricalStats. It would be really awesome to have that provide in GetHistoricalStats someday

This should be fixed as part of Tetron's fixes I believe - the miscategorization of heroic strikes was due to some issues that should be resolved shortly!

@vthornheart-bng This still appears to be an issue and we are unable to tell a heroic strike from a normal strike.

For new Heroic Nightfalls? Or for ones from before the fix?

Whenever I run a heroic strike of any sort, it's returns as a "normal strike" when it definitely wasn't.

Giving you an example: https://www.bungie.net/en/PGCR/1531983355 - this was a heroic strike.

Ah, interesting! Good stuff, thanks - I'll take a look!

Yep, sure enough. Damn! Thanks for reporting it, I'm not sure how we missed that. I'll talk to some folks now. My apologies for the ongoing troubles!

If you start returning a new mode for heroic strikes, please give us a heads-up what the number will be here. Our workaround for this is completely fine and if those strikes start showing up with a new mode that we have not seen before it’ll break our code.

@TorKallon How are you working around it?

Some update about that?

There are some workaround to identify if an activity is heroic/prestige via API response or maybe using the Manifest content?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nathabba picture nathabba  Â·  3Comments

andyschott picture andyschott  Â·  3Comments

lax20attack picture lax20attack  Â·  4Comments

michabbb picture michabbb  Â·  3Comments

Bizow picture Bizow  Â·  4Comments