QuestKeeper

A comprehensive quest chronicler that tracks dialogue, rewards, reputation for all discovered, accepted, completed, or abandoned quests with timestamps for each stage.

File Details

v1.0.3

  • R
  • May 13, 2026
  • 23.21 KB
  • 21
  • 12.0.5
  • Retail

File Name

QuestKeeper-v1.0.3.zip

Supported Versions

  • 12.0.5

What's Changed (v1.0.3)

Fixes

Major

  • Save dialog before the quest (gossip) as introduction, move old interaction data under quest description section
  • State for daily quests now appears correctly
  • Fields in manual edit for imported quests now change height depending on the length of their contents, fixing the corrupted UI issue.

Minor

  • Now items are only shown as (Loading) until their icon and description is loaded, compared to previous version, where change was only shown after switching between quests.

Improvements

Major

  • Implemented DB Migration logic - from now on, new versions are compatible backwards and collected data is kept
  • DB cleanup - Empty, null and default values are no longer stored in the database.
  • Code refactor and cleanup
  • Predict approximated reputation rewards upon quest discovery (marked with (?))
    • Actual reputation is saved upon quest completion (Sometimes this might not work unfortunately)
    • Actual reputation reward replaces predicted values: If unpredicted reputation is received, the (??) mark appears next to that specific line. (Predicted values still visible for factions that were predicted, but no actual reputation gain was detected for them)
    • Actual, predicted and unpredicted reputations are all colored differently
    • Negative reputation gains are shown from now on
  • Added pagination for newly saved NPC gossips (dialogue before opening a quest, shown as "Introduction" in UI)

Minor

  • Show [D] and [R] for daily / repeatable quests in list view before quest name
  • Minor changes to the UI

NEW ISSUES

Minor

  • On add-on load-up, a few quests appear to have been imported, despite of having the add-on installed and activated on last play session.

Merged pull-requests since release v1.0.2:

Full Changelog: https://github.com/Ivan-825/QuestKeeper/compare/v1.0.2...v1.0.3