PRO100KatYT / SaveTheWorldClaimer

Fortnite STW Claimer for Research Points and free Llamas, Manager for your Daily Quests, and much more.
GNU General Public License v3.0
42 stars 13 forks source link

Daily quests replace #25

Closed zdky closed 1 year ago

zdky commented 1 year ago

Is it possible to add a replacement daily quests?

Salty-Coder commented 1 year ago

@PRO100KatYT correct me if i'm wrong but I assume this wouldn't be possible. Daily quests aren't just things you can claim, you need to actually complete the challenge. Even if it was possible to just claim a daily quest reward, it would most likely get your account terminated.

zdky commented 1 year ago

No, in the quest log you can replace the daily quest with a new one.

Salty-Coder commented 1 year ago

Ah. Sorry I misunderstood what you meant. I assume this would be possible and PRO100KatYT might implement it at some point in the future. However, if your playing the game to complete the quests, why not replace the quest manually on the game?

zdky commented 1 year ago

Well, for example, I can't get into the game some days, but I could change the quests to simpler ones.

Salty-Coder commented 1 year ago

I don't quite understand... Why would you want to replace daily quests if you cant do the daily quests?

zdky commented 1 year ago

Just lazy to go into the game to change the quest. I wait until I accumulate three quests and do them.

Salty-Coder commented 1 year ago

Ah. Do daily quests not reset each day? I've never actually done a daily quest since buying stw in 2018

PRO100KatYT commented 1 year ago

If I find a good way to implement this to the program then I'll add it.

zdky commented 1 year ago

they are added every day, and they can be replaced by a random new one. there is also a limit of 3 daily quests in the quest log, which do not disappear anywhere.

Salty-Coder commented 1 year ago

they are added every day, and they can be replaced by a random new one. there is also a limit of 3 daily quests in the quest log, which do not disappear anywhere.

but if you don't complete them that day, do they reroll or remain the same the next day?

zdky commented 1 year ago

remain

Salty-Coder commented 1 year ago

remain

Ah. I didn't know that. Thanks

zdky commented 1 year ago

I'm not sure, but I think it's always been like that.

zdky commented 1 year ago

If I find a good way to implement this to the program then I'll add it.

How do you track game requests to the api? I could try to do it myself.

Salty-Coder commented 1 year ago

I believe it would be somewhat complex to implement. You would need to somehow get the ID of the quest, then make a request to replace the quest with that ID.

PRO100KatYT commented 1 year ago

I believe it would be somewhat complex to implement. You would need to somehow get the ID of the quest, then make a request to replace the quest with that ID.

I know how to implement that but the problem is that the main program can be ran in a loop and I wouldn't want to break that loop. Maybe I'll do it in a similar way I did the account manager (in the Main Menu). Expect the update within the next few days.

PRO100KatYT commented 1 year ago

Added in the 1.12.0 Update.