Im trying to make a multi-macro, but some keys work with it while others do not. I have unbound literally every key, so there is no keybind priority overlap over the macro. Here is an example of my self-heal macro. I have this macro bound to the letter “C”. riptide works, unleash life works, healing surge does not, healing wave works, cleanse works, etc. The same thing happens with my arena macros, except the shift modifiers don’t work instead. What is the cause of this? Am I making this macro incorrectly?
#showtooltip
/use [mod:shift,mod:alt,@player]Purify Spirit;
[mod:ctrl,mod:alt,@player]Chain Heal;
[mod:shift,mod:ctrl,@player]Earth Shield;
[nomod,@player]Riptide;
[mod:shift,@player]Unleash Life;
[mod:ctrl,@player]Healing Surge;
[mod:alt,@player]Healing Wave;
Also, even if I strip this macro down to just having a Healing Surge modifier on control only, it doesn’t recognize the keypress. The problem is solved if i move this macro to a 0-9 key, but I don’t want that.