Greetings!
Is it possible to merge the two following macros into one?
Casting a spell right after penance can cut off the third/final bolt of penance. Using this macro disallows me to use Power Word: Solace (or any other spell for that matter) while I am channeling Penance, ensuring that all three bolts of my penance to hit the target.
#showtooltip Power Word: Solace
/cast [nochanneling:Penance] Power Word: Solace
This second macro allows me to cast Power Word: Solace to my target’s target, if the target is friendly. If target is not friendly, then casting Power Word: Solace will hit the target.
#showtooltip Power Word: Solace
/use [harm][@targettarget] Power Word: Solace
I wanted both functionality of these two macros into one; would it be possible to merge them?
Also, I would want to ask if it’s possible to make a macro for my emergency heals (desperate prayer, healthstones, and healing potion) in a priority system. I want the macro to cast desperate prayer (not affected by a GCD, and does not cause a GCD) when i press the macro once, then let me use a healthstone the second time i press it if desperate prayer is on cooldown, and lets me use a healing potion preferably when both desperate prayer and healthstone are on cooldown.
I know macros are not capable of conditional statements depending on other spell’s cooldowns, but I tried making a cast sequence macro with a castsequence reset modifier.
#showtooltip Desperate Prayer
/castsequence reset=90 Desperate Prayer, Healthstone, Abyssal Healing Potion
I was hoping the macro would cycle through desperate prayer, healthstone, and potion every 90 seconds (cooldown duration of desperate prayer), but it lets me cast desperate prayer only.
Any help will be greatly appreciated. Thank you!