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

Bi-weekly quest reset option #769

Open
Harmonster opened this issue Jul 29, 2023 · 1 comment
Open

Bi-weekly quest reset option #769

Harmonster opened this issue Jul 29, 2023 · 1 comment
Labels
🛠 Feature Request Feature request

Comments

@Harmonster
Copy link

Harmonster commented Jul 29, 2023

There's a bunch of world quests which resets bi-weekly. I'm tracking them with adding custom quest tracking.
But is there any way you could add built-in bi-weekly option (i see that there's daily and weekly resets options already) to reset progress for custom added quests, which will reset progress on wednesday / saturday?

@Harmonster Harmonster added the 🛠 Feature Request Feature request label Jul 29, 2023
@Harmonster
Copy link
Author

Harmonster commented Oct 7, 2023

So its been a few months, I created solution for myself witth tracking
May be its not looking good, but it is what it is

I manually added all WQ IDs with Dragon Races

  1. Open Modules\Progress.lua
    Add code
  -- Dragon Races
  ['df-dragon-races'] = {
    type = 'list',
    expansion = 9,
    index = 9,
    name = "Гонки на драконах",
    questID = {
      70429,
      70425,
      70426,
      70430,
      70428,
      70427,
      70712,
      70420,
      70422,
      70419,
      70424,
      70421,
      70423,
      70415,
      70413,
      70418,
      70412,
      70417,
      70416,
      70382,
      70410,
      73084,
      73082,
      73078,
      73083,
      73079,
      73080,
      75123,
      75122,
      75119,
      75121,
      75120,
      75124,
      70435,
      70432,
      70431,
      70436,
      70434,
      70433,
    },
    reset = 'daily',
    persists = false,
    progress = false,
    fullObjective = false,
    onlyOnOrCompleted = true,
  },

In game it will look like this
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 Feature Request Feature request
Projects
None yet
Development

No branches or pull requests

1 participant