Im trying to be able to cast holy nova and holy fire within one button so i dont have to make separate key binds and clutter my screen more using this:
#showtooltip
/cast [nomod]Holy Fire
/cast [mod:shift]Holy Nova
iv also tried:
/cast [mod:shift]Holy Nova; Holy fire
but this doesnt work for my either it will only cast the one not modded. does anyone see whats wrong with these or do they just not work anymore?
Almost all of my macros are this format except with ALT or CTRL instead of SHIFT and with #showtooltip. They all seem to be working as of this morning. Check to make sure you don’t already have the SHIFT+(whatever key) bound to another operation, too. That’s happened to me before. Other than that, try switching out SHIFT with one of the other options and see if it works then.
First, make sure [shift]+<key> isn’t bound to something else in the Keybind panel.
If so, the keybind gets eaten by Blizzard before you see it.
Second, make sure you’re not attempting to use [mod:shift] on any key from the NumPad (whether actually on the NumPad or on a device that sends NumPad values).
NumPad number values and [mod:shift] do not play well together.
thanks it was just shift+the key was bound to something else. cant believe i didnt think to check that. facepalm