Midnight's Eternal Reins Lock #333


Closed
  • Forge_User_17929756 created this issue Jan 20, 2019

    Since the release of BFA, Legion dungeons no longer drop mythic Keystones (see note on this Blizzard Support Article https://us.battle.net/support/en/article/73499).  The mount "Midnight's Eternal Reins" from "Attumen the Huntsman" in the Legion dungeon Karazhan is therefore no longer farmable in Mythic+, instead it is tied to the weekly mythic dungeon lockout.

     

    As of version r682-alpha-3 of this addon there is no lockout information attached to this mount.  Please could the addon be updated with the lockout information for this drop, this will cause it to be correctly marked as 'Defeated' once per week rather than appearing blank.

     

    The lockout information is:

    lockDungeonId = 1475, lockBossName = "Attumen the Huntsman"

     

    Line 1214 of Options_Defaults.lua can therefore be updated with this information, the new line would be:

    ["Midnight's Eternal Reins"] = { cat = LEGION, type = MOUNT, method = BOSS, name = L["Midnight's Eternal Reins"], spellId = 229499, itemId = 142236, npcs = { 114262, }, chance = 100, equalOdds = true, instanceDifficulties = { --[[ Mythic 5-player instance ]] [23] = true, }, lockDungeonId = 1475, lockBossName = "Attumen the Huntsman", coords = {{m=794,i=true}}, },

     

     

     

     

  • Forge_User_17929756 edited description Jan 20, 2019
  • RDW posted a comment Jan 21, 2019

    Thanks! I don't have time to test it right now, but I've added this to the latest alpha. Let me know if something's wrong :)

  • Forge_User_17929756 posted a comment Jan 21, 2019

    Thanks for the quick change.  Tested r683-alpha-3 and the mount shows correctly as defeated/undefeated based on kill of that boss. 

    Issue marked as closed :)

  • Forge_User_17929756 closed issue Jan 21, 2019

To post a comment, please login or register a new account.