-
Notifications
You must be signed in to change notification settings - Fork 2
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
Heroic Trial Does Not Show In Groupie Raid Lockout #274
Comments
Hey @KicaMwMw , I don't play any more, but I think @TannerShmoog wanted to do a few updates. I stopped playing back in April or so. It's not clear to me that very many people ever used this / still use it. Just to set expectations, I don't think it's highly likely any updates are coming to this add-on. Sorry mate. |
As one of the people using this literally just for the raid lockout list across multiple characters, first of all thank you very much for your work. Any update fixing this issue would be awesome although I can totally understand if it's not happening if you don't play anymore. If you have an idea what could cause this issue or point me in the right direction to maybe fix it myself that would also be appreciated. |
Hi kathelas, could you run the following function for me on a character you're currently locked on and paste me the output that would help. The most likely issue is that the names given in the return of GetSavedInstanceInfo() are not listed anywhere and are for some reason different than localized names in every other location (i.e. The Sunwell instead of Sunwell Plateau is one we encountered in TBC). Unfortunately neither of us play anymore, so I can't run the command myself.
|
Thank you very much for the quick response. If you would like anything else, like maybe the info for a non heroic I would have to look for someone who didn't do heroic this week. |
This should be all I need, I'll have a look at it tonight. Likely the issue is that we internally recognize heroic trial as "trial of the grand crusader". There's a method built for dealing with this just need to expand the data |
Ive pushed a potential fix here 2e098cb I dont have a sub though, so before I make it an official build, do you mind installing the addon from the main branch of this repo manually and checking that the lockout now shows? Nothing else should have broken. Just log in to a character that has a lockout once you've done it this week and wait 3-5 seconds after login. If it looks good Ill push the build to curse |
Yep, got it. Thank you. |
Weird to call it "Heroic Trial of the Grand Crusader" isn't it? https://www.wowhead.com/wotlk/zone=4722/trial-of-the-crusader It's Trial of the Crusader, or "Heroic" Mode is "Trial of the Grand Crusader" -- but adding "Heroic Trial of the Grand Crusader" feels redundant. |
I can fix that but it would just be a hard coded display only exception, fixing it properly requires a pretty big refactor as its coming from the data sheet where it is reffered to for disambiguation reasons internally like, everywhere in the entire addon |
When you do Trial of the Crusader on Heroic, your character's name is not listed in the Groupie lockout list.
For example, character A does Trial of the Crusader on normal. When you check Groupie, under Trial of the Crusader, character A's name is listed. Now character B does Trial of the Crusader on heroic. When you check Groupie, under Trial of the Crusader, character A's name is listed but character B's name is not.
The text was updated successfully, but these errors were encountered: