Skip to content
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

ClientLoginRequest detailed description needed #132

Open
and7ey opened this issue May 24, 2023 · 0 comments
Open

ClientLoginRequest detailed description needed #132

and7ey opened this issue May 24, 2023 · 0 comments

Comments

@and7ey
Copy link

and7ey commented May 24, 2023

With ClientLoginRequest (https://github.com/MixV2/EpicResearch/blob/master/docs/mcp/profile/operations/ClientQuestLogin.md) I am able to get the list of user challenges.

Is there any way to

  1. get human-readable description of each challenge (this is available in game)
  2. get the description of the challenge in another lang (ru, for ex.)
  3. get the reward description

fortniteapi.io lists the challenges in the following format -

{
    "id": "Quest_S24_Weekly_W00_Q04",
    "name": "Нанесите противникам урон из 3 разных видов оружия в ходе одного матча",
    "description": "Нанесите противникам урон из 3 разных видов оружия в ходе одного матча",
    "shortDescription": "Многосторонность — залог превосходства на поле боя.",
    "categoryHeader": "1-я неделя",
    "enabled": true,
    "enabledDate": "2023-03-14 13:30:03+00:00",
    "parentQuest": null,
    "progressTotal": 3,
    "tags": [
        "ChallengeCategory.XP",
        "challengecategory.weekly.00.quest"
    ],
    "reward": {
        "xp": 12000,
        "items": []
    },
    "locations": []
}

but it is not user-specific and doesn't include daily challenges.

@and7ey and7ey changed the title ClientLoginRequest ClientLoginRequest detailed description needed May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant