-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how do I get gifts from Winterfest? #374
Comments
In the game files: FortniteGame/Plugins/GameFeatures/Winterfest/Content/Items/RewardGraph/S33/S33_Winterfest.uasset |
Thank you! Do you have information about the available gifts? not in kind .uasset, in plain-text |
Yes athena QueryProfile has a |
what if the user has not opened any gifts? |
Then that property does not exist: {
"templateId": "AthenaRewardGraph:s33_winterfest",
"attributes": {
"unlock_epoch": "2024-12-19T14:00:00.000Z",
"player_random_seed": 238309980,
"reward_graph_purchased_timestamp": 1735143642029,
"reward_graph_purchased": true,
"reward_keys": [
{
"static_key_template_id": "Token:athena_s33_winterfest_key",
"static_key_max_count": 14,
"static_key_initial_count": 0,
"unlock_keys_used": 0
}
]
},
"quantity": 1
} So simply fallback to an empty array |
stale/resolved |
Issue Checklist
What is your question?
I found a method (https://github.com/LeleDerGrasshalmi/FortniteEndpointsDocumentation/blob/5863ceb55b6ea2dca9d2eece3da14e4e327ff45e/EpicGames/FN-Service/Game/Profile/Operations/UnlockRewardNode.md), but it requires some parameters such as NodeID and rewardGraphId. Where can I get them? Thanks!
The text was updated successfully, but these errors were encountered: