Skip to content

Swift White Hawkstrider not being tracked in Classic Cataclysm #865

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MikiDylewski opened this issue Apr 5, 2025 · 1 comment
Open

Comments

@MikiDylewski
Copy link

Hey'a, been running a lot of Magister's Terrace recently on Classic Cataclysm and noticed that Rarity doesnt track attempts of getting Swift White Hawkstrider. No idea if it's related to it, but i noticed in config there's no Kill Statistic ID being set.
Thanks in the advance!

@MikiDylewski
Copy link
Author

MikiDylewski commented Apr 7, 2025

From some testing done, there's some additional stuff:

  • Kill Stat ID isnt at issue here, adding it doesnt matter as the kill stat id refers to both normal and heroic kills
  • Checking instance with GetInstanceInfo() returns that Magister's Terrace returns Difficutly ID 174 instead of 2
  • Checking all instances from LFG/RDF returns that all heroic instances have Difficulty ID 2
  • Difficulty ID 174 (and 173) are Classic specific.
  • This ID appears when I ran in to the instance, joining by LFR/RDF not yet tested
  • Running into Auchidaun instances returns Difficulty ID 2
  • Running into Violet Hold & Utgarde Pinnacle returns Difficulty ID 2.
    More instances yet to be tested

LFG/RDF instances were checked with:

local activities = C_LFGList.GetAvailableActivities(2)  

for _, activityID in ipairs(activities) do
   local activityInfo = C_LFGList.GetActivityInfoTable(activityID)
   
   if activityInfo['isHeroicActivity'] then
      print(activityInfo['fullName'], activityInfo['difficultyID'])
   end
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants