promotional bannermobile promotional banner

DMF Quest

Reminder tool for Darkmoon Faire crafting quest materials

File Details

3.0.24

  • R
  • Jul 2, 2025
  • 128.45 KB
  • 2.3K
  • 11.1.7+2
  • MoP Classic + 1

File Name

DMFQuest-3.0.24.zip

Supported Versions

  • 11.1.7
  • 5.5.0
  • 4.4.2

DMFQuest

3.0.24 (2025-07-02)

Full Changelog Previous Releases

  • .toc bump for Retail
  • Merge branch 'MoPClassic'
  • Clearing up, when we are using uiMapIDs and when we are using areaIDs
    • Previously I called almost all of them as areaIDs in the code, when in reality most of them were uiMapIDs.
    • Important to distinguish between these two, because they are not the same thing!
  • Clarifications to the uiMapIDs of Pandaria capitals
    • Reported by dblanch369 at GitHub
  • Sort areaIDs by the area names.
  • Add MoP capitals to the list of capitals
    • Shrine of Seven Stars and Shrine of Two Moons
    • There are two IDs for both, have to confirm later if both are needed.
  • Make it easier to change uiMapID for Darkmoon Island in the future if there is ever need for it.
    • With this, the uiMapID-value for DMF Island is with other areaIDs in the file.
  • Add MoP Classic to the .toc
  • Fix scaling in MoP Classic
    • Based on the screenshots from GH issue #21, MoP Classic graphics don't need the weird scaling Cata Classic required.
  • MoP Classic uses Retail areaIDs instead of Cata Classic ones.
    • Reported by dblanch369 in GH issue #21
  • Don't iterate every Pet Battle quest every time, there is only one in MoP Classic
    • This didn't cause any problems in the past, because in Retail you iterate all and in Cata Classic you iterate none.
  • Clean up some code
    • Check only once if we use Retail or Classic areaIDs, instead of checking them every time we call certain functions.
  • Some changes I think are needed for the MoP Classic to work
    • Add check for MoP Classic
    • Assume the Cata Classic functions are used in MoP Classic until proven otherwise (I don't have Beta access)