SavedInstances

SavedInstances

11M Downloads

Bi-weekly quest reset option

Harmonster opened this issue · 1 comments

commented

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?

commented

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