-
Notifications
You must be signed in to change notification settings - Fork 5
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
Classic SOD - Please add BFD #7
Comments
or does anybody know how to get the BFD ZoneID? |
I'm guessing it is 48 since it was the zone ID for the BFD dungeon. I added a new option for the BFD raid under Raid options and pushed a new build. I'm unable to test it. Please let me know if it works properly. |
It doesn't appear to work. If you have it enabled, and the group wipes and zones back in, the logger is turned off. Edit: It seems that the BFD Raid is seen as a AutoCombatLogger/AutoCombatLogger.lua Line 822 in ac36909
returns type as party
e.g. adding this
near the below line seems to fix it but is not the 'correct' fix. AutoCombatLogger/AutoCombatLogger.lua Line 853 in ac36909
|
@beachcoffee Thanks, that is weird and complicates the fix. Could someone please provide me the output of I can change the type for Blackfathom Deeps back to a regular instance and it would fix it. You would just need to find it under dungeons/instances instead of raids. |
Since classifying it as a raid doesn't work, I'm going to release a new version where BFD has a 10 player option as an instance. Please let me know if it works. I assume it will unless this new BFD has a different or new difficulty level. To enable/disable logging for this BFD, look under Instances and not Raids. |
|
@Jorvanus Thanks. The GetInstanceInfo() data helps. It appears they created a new instance type too. I pushed 10.1.5 which I hope will work for BFD and will resolve the Lua error. Thanks for the help and patience. Let me know if this new version works. |
As far as I can tell this is still not working. I put up a PR which fixes it but I haven't spent a ton of time learning how this addon works so this may not be the best way to accomplish the task. Would appreciate some eyes on it. |
BFD in SoD is actually an instance. You can actually walk into the new BFD without being in a party or raid group. It is like UBRS and not a true raid. You can find the option for it under Instances and there is now an option for the 10 player version. That option does properly enable/disable logging in BFD. It may not be intuitive since it is called a raid but it appears the game doesn't treat it like a true raid. I think it is easier to keep using the data as returned from the game client, otherwise I would need to add a way to map what the game client returns into what Blizzard labels it. It will be interesting to see how they handle Gnomeregan. |
|
If you click that button with the dash or minus symbol to the left of the "Auto Combat Logger" title (in the left window pane), you should see sub-options for Raids, Instances, etc. |
Currently doesn't auto start in BFD in Classic Season of Discovery
The text was updated successfully, but these errors were encountered: