-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi @jnovack, @Farof
From first view I cant find the way to match players from replay to battlenet account. m_toon.m_id
is not a bnet account id, but something else. And the only data I can really use is m_name
, but it is not unique.
here is sample of user data i can see
"m_name": "Bazar",
"m_toon": {
"m_region": 1,
"m_programId": "Hero",
"m_realm": 1,
"m_id": 4287138
},
"m_race": " ",
"m_color": {
"m_a": 255,
"m_r": 255,
"m_g": 0,
"m_b": 0
},
"m_control": 2,
"m_teamId": 1,
"m_handicap": 0,
"m_observe": 0,
"m_result": 2,
"m_workingSetSlotId": 7,
"m_hero": "Abathur"
}
Can you advise, where can I find bnet account Id or full battletag, to match replay players with bnet accounts?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels