terrarium-earth / Heracles

A tree style questing mod allowing creators to set completable quests for their users
MIT License
35 stars 19 forks source link

[Bug]: Can't repeat repeatable quest #240

Open MelanX opened 5 months ago

MelanX commented 5 months ago

Bug Description

When completing a quest that is not a repeatable quest, and claim all rewards, this quest is done. When the modpack author decides that this quest should indeed be repeatable, there's no way for the user to repeat this quest. It's stuck on "done". You need someone who resets the quest for you.

How to Reproduce?

  1. Create normal quest
  2. Complete it
  3. Claim rewards
  4. Change quest to repeatable
  5. Try to repeat the quest

Expected Behavior

I expect that Heracles collects all repeatable quests on world load (or quest load if there's a difference). When the quests for a specific players are loaded, compare with the repeatable quests. If a quest is done but in the repeatable list, reset it automatically.

Version

1.1.13

Mod Loader Version

1.20.1-4.2.0

Mod Loader

Forge

Logs or additional context

No response

Code of Conduct