You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the new version and it's still not tracking it. I've been running it at low M+ keys and it's still not updating. I've tried to comment it out and track it Custom but it's still not counting. Weird.
I believe there were some old issues related to Mythic+ and even some partially-working experiments, but it's still relevant:
For items that support kill statistics, M+ is tracked all the same as long as the statistic works in both versions (e.g., Freehold)
However, at least one item - Quantum Courser - doesn't seem to support kill statistics and so it won't be tracked in M+ at all
As a starting point, a reliable and non-intrusive method of detecting M+ completions would have to be added. Later on, this could be generalized and be provided as a separate method of detection, e.g. ENCOUNTER (for ENCOUNTER_END events), SCENARIO (assuming M+ uses this event? TBD), or similar. Unfortunately, I can't test this ingame even if I blindly implemented such code.
For now, I see two avenues to make some headway and possibly support M+ properly in the future:
Copy whatever code some of the more popular M+ tracking addons are using and pray that it works
Someone can submit an /etrace event log, for both the completion and chest opening section
Looking into the first part should be relatively easy, so this is already actionable (I think).
The text was updated successfully, but these errors were encountered:
There could be others, but I'm not in the loop. Should probably implement a prototype so that people can test by season 2?
rdw-software
changed the title
Attempts for Quantum Courser aren't tracked in Mythic keystone dungeons
Attempts aren't tracked in Mythic keystone dungeons
Sep 20, 2024
Source: WowAce
I believe there were some old issues related to Mythic+ and even some partially-working experiments, but it's still relevant:
As a starting point, a reliable and non-intrusive method of detecting M+ completions would have to be added. Later on, this could be generalized and be provided as a separate method of detection, e.g.
ENCOUNTER
(forENCOUNTER_END
events),SCENARIO
(assuming M+ uses this event? TBD), or similar. Unfortunately, I can't test this ingame even if I blindly implemented such code.For now, I see two avenues to make some headway and possibly support M+ properly in the future:
/etrace
event log, for both the completion and chest opening sectionLooking into the first part should be relatively easy, so this is already actionable (I think).
The text was updated successfully, but these errors were encountered: