-
Notifications
You must be signed in to change notification settings - Fork 10
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
Initial Dragonflight Update #64
Conversation
I am still getting an error, when the fatigue or breath timer should show up.
|
Good catch, I'll check on that and update this soon! |
@rherzfeld Just pushed a fix for this. If you're just copying changes to your local files, it should just be a few things in MirrorTimer.lua to grab. Thanks for the heads up! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While checking the German translation, I noticed two issues with the localizations.
Also, I activated some arcs for testing purposes and when turning on the focus power arc, I got the following error:
Interface/AddOns/ArcHUD3/Rings/FocusPower.lua:56: attempt to call global 'UnitMana' (a nil value)
[string "@Interface/AddOns/ArcHUD3/Rings/FocusPower.lua"]:56: in function `OnModuleUpdate'
[string "@Interface/AddOns/ArcHUD3/ModuleCore.lua"]:233: in function `ARCHUD_MODULE_UPDATE'
[string "@Interface/AddOns/ArcHUD3/ModuleCore.lua"]:137: in function <Interface/AddOns/ArcHUD3/ModuleCore.lua:112>
[string "=[C]"]: ?
[string "@Interface/AddOns/ArcHUD3/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:70: in function <...ce/AddOns/ArcHUD3/Libs/AceAddon-3.0/AceAddon-3.0.lua:65>
[string "@Interface/AddOns/ArcHUD3/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:527: in function <...ce/AddOns/ArcHUD3/Libs/AceAddon-3.0/AceAddon-3.0.lua:520>
[string "=(tail call)"]: ?
[string "@Interface/AddOns/ArcHUD3/ModuleCore.lua"]:689: in function <Interface/AddOns/ArcHUD3/ModuleCore.lua:686>
[string "=[C]"]: ?
[string "@Interface/AddOns/ArkInventory/Externals/Ace3/AceConfig/AceConfigDialog-3.0-85/AceConfigDialog-3.0.lua"]:45: in function <...ceConfig/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:43>
[string "@Interface/AddOns/ArkInventory/Externals/Ace3/AceConfig/AceConfigDialog-3.0-85/AceConfigDialog-3.0.lua"]:827: in function <...ceConfig/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:649>
[string "=[C]"]: ?
[string "@Interface/AddOns/ArcHUD3/Libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:72: in function <...erface/AddOns/ArcHUD3/Libs/AceGUI-3.0/AceGUI-3.0.lua:70>
[string "@Interface/AddOns/ArcHUD3/Libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:306: in function `Fire'
[string "@Interface/AddOns/ArcHUD3/Libs/AceGUI-3.0-41/widgets/AceGUIWidget-CheckBox.lua"]:68: in function <...D3/Libs/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua:57>
Co-authored-by: Reinhard <14164928+rherzfeld@users.noreply.github.com>
Co-authored-by: Reinhard <14164928+rherzfeld@users.noreply.github.com>
Fixed. Apparently that was changed in 3.0, so not sure how it was still around in here. |
Thank you, it looks all good to me, now |
wow @rookdorf, fantastic work! On a whim, I decided to resurrect this project for a friend, and I want to contact @nyyr to see if we could collaborate on the repo and get your PRs merged. I've taken the liberty of checking out your changes into my own fork here. Note that, my fork will have some additional bells and whistles, like prettier formatting, and AceAddons is now a submodule of the repository. My idea is to create Github actions which will do automatic releases and version bumps in line with WoW versions. If you're interested in working together, let me know! 😄 |
@eiymba Hey definitely! I did try to contact nyyr actually, since my Wrath PR has sat here for 2 months I tracked down an email and tried that but haven't heard anything back yet (it's been ~2 weeks now, so not holding my breath). I was considering spinning my updates off into some forked addon and implementing GitHub actions as releases too, since I see Travis-CI is discontinued. Definitely down to merge ours |
@rookdorf That's such a shame. I made a cheeky release merging your changes with mine on GitHub (yours were a lot more comprehensive!). Maybe it's best we do create a spin off project. I'll add you as collaborator to my fork now and tomorrow we can figure out the details on how to proceed with a new project. Sounds good with you? My socials are the same username. |
Sure, sounds good to me |
added |
@rookdorf pinged you on your social media to discuss a spin off project/repo if you're still down. 😄 |
Thanks for working on this. I've used this addon since BC I think. I missed it a lot till I found your work on it. |
Edit 7/23/23: Fixed the new MirrorTimer stuff in 10.1.5 that broke the breath/fatigue/feign death bars. If looking to use this completely, make sure to also rebuild it with updated libraries to avoid Essence errors. |
This contains some basic fixes for 10.0 compatibility as well as an initial simple implementation of an Essence ring. It works fine, but doesn't show in progress Essence generation yet, and reuses Chi's color. I may return to it and improve the ring by showing regenerating Essence progress soon, though honestly I'm hoping for API updates that make it cleaner and easier to do so. I will update this PR in place if it hasn't been merged yet.