-
Notifications
You must be signed in to change notification settings - Fork 25
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
Option to customize the priority order #25
Comments
I was curious about this too. I believe I've got it to work by making the following change in \Interface\AddOns\AutoPotion\code.lua Find this: local function updateAvailableHeals() addPlayerHealingSpellsIfAvailable() Replace with this: local function updateAvailableHeals() addPlayerHealingSpellsIfAvailable() |
This would work on a per user basis but is not really customizable. |
I used to have a weak aura that did just this, but with the changes in TWW, macros can no longer click frames that have macrotext associated with them. I hope it's alright, I made a fork and made the changes here. Thanks! |
I think at least it is necessary to be able to customize the order of the health stone and injector. I prefer to use the health stone first and then the injector because the CD of the health stone is faster |
would be great to be able to customize the priority order of the healing sources, i.e.: when you want to use health potion first early on so it's available near the end of a fight
thanks.
The text was updated successfully, but these errors were encountered: