-
Notifications
You must be signed in to change notification settings - Fork 75
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
Set cosmetic locker slot error #361
Comments
I will test it |
It doesnt work: |
No longer done by MCP, instead use EOS. However, the Locker API hasn't been documented yet. |
ok thanks |
@entraptaa Can u add the documentation for: HTTP/1.1 200 OK request content: response: {"deploymentId":"62a9473a2dca46b29ccf17577fcf42d7","accountId":"eca05b30e34040a8a69a86b51dfbde1b","athenaItemId":"4b5f7200-6f0b-4aef-a8b3-1d15dcba143c","creationTime":"2024-11-03T16:46:20.967969031Z","updatedTime":"2024-12-15T15:16:50.991400140Z","loadouts":{"CosmeticLoadout:LoadoutSchema_Character":{"loadoutSlots":[{"slotTemplate":"CosmeticLoadoutSlotTemplate:LoadoutSlot_Backpack","equippedItemId":"AthenaBackpack:backpack_kelplinenmagnesium","itemCustomizations":[]},{"slotTemplate":"CosmeticLoadoutSlotTemplate:LoadoutSlot_Pickaxe","equippedItemId":"AthenaPickaxe:pickaxe_random","itemCustomizations":[]},{"slotTemplate":"CosmeticLoadoutSlotTemplate:LoadoutSlot_Glider","equippedItemId":"AthenaGlider:glider_random","itemCustomizations":[]},{"slotTemplate":"CosmeticLoadoutSlotTemplate:LoadoutSlot_Contrails","itemCustomizations":[]},{"slotTemplate":"CosmeticLoadoutSlotTemplate:LoadoutSlot_Aura","equippedItemId":"SparksAura:sparksaura_default","itemCustomizations":[]},{"slotTemplate":"CosmeticLoadoutSlotTemplate:LoadoutSlot_Shoes","itemCustomizations":[]},{"slotTemplate":"CosmeticLoadoutSlotTemplate:LoadoutSlot_Character","equippedItemId":"AthenaCharacter:cid_defaultoutfit","itemCustomizations":[{"channelTag":"ThemeFilter","variantTag":"Theme.Military","additionalData":""},{"channelTag":"Theme.Military","variantTag":"Outfit.Random","additionalData":""},{"channelTag":"Theme.Streetwear","variantTag":"Outfit.Random","additionalData":""}]}],"shuffleType":"DISABLED"}},"shuffleType":"DISABLED"} |
Please |
Added commit to my PR. |
Issue Checklist
What is the Request Method?
POST
What is the Request URL?
https://fortnite-public-service-prod11.ol.epicgames.com/fortnite/api/game/v2/profile/${Id}/client/SetCosmeticLockerSlot?profileId=athena&rvn=-1
What are your Request Headers (if applicable)?
headers: {
'Content-Type': 'application/json',
'Authorization':
Bearer ${token}
}
What are your Request Payload/Body (if applicable)?
No response
What is the Response Status Code?
404
What are the Response Headers (if applicable)?
No response
What is the Response Content? (if applicable)
Not found
Additional Context (if applicable)
No response
The text was updated successfully, but these errors were encountered: