I want this macro to:
- activate Ascendance everytime I press it, no matter what
- use Fireblood with Ascendance when I use the shift modifier
- Use Heroism, targeting the OtherDPS, with Fireblood and Ascendance when I use the ctrl modifier
- Use Heroism, targeting the Healer, with Fireblood and Ascendance when I use the alt modifier
I haven’t been able to write it in a way that gets Heroism cast on the right target:
#showtooltip
#FS
/cast Ascendance
/cast [mod:shift][mod:ctrl][mod:alt]Fireblood
/cast [mod:ctrl, @OD,help,exists][mod:alt, @Healer,help,exists]Heroism
^ This version doesn’t cast Heroism at all. But I added a after the mod brackets and it at least would cast Heroism on myself…whenever I pressed it, regardless of if there was a modifier or not:
#showtooltip
#FS
/cast Ascendance
/cast [mod:shift][mod:ctrl][mod:alt]Fireblood
/cast [mod:ctrl, @OD,help,exists][mod:alt, @Healer,help,exists][]Heroism