Hey. So I’ve been trying to figure out this macro now for literally days and it’s not working. Basically I want when I push the button it targets myself, then I hit ctrl button it targets party1 on my team and when I hit alt button it targets party2. Used in solo shuffle or 3’s. This is what I have but it does work:
/cast [nomod: target=myname] word of glory
/cast [mod:ctrl, target=party1] word of glory
/cast [mod:alt, target=party2] word of glory
I can heal myself….and when I hit control button I can heal party 1……but when I hit alt button it says not found. I have even tried to replace with party 2 and 3 does not work at all. Even tried party 1-3 still nothing. Any help would be awesome because it’s driving me nuts.
Wouldn’t you do the modifier all in one line of code?
Do u use addon for your bars? Are you using Alt as a focus cast or something?
1 Like
#showtooltip
/cast [mod:ctrl,@party1,exists,nodead] word of glory [mod:alt,@party2,exists,nodead] word of glory [] word of glory
try that
ctrl = party1
alt = party2
nomod = default behavior
The exists and nodead checks make sure the target exists and is alive.
1 Like
Xen got you I think, sorry couldn’t log in yet to paste mine
Ok so the macro I believe works. The problem is with the actual key. I have it paired to keyboard ‘g’. When I push g it works, ctrl g….works….alt g nothing happens….it doesn’t even show that you are hitting the button. Ironically every other alt key works other than the one I need. Anyone have any ideas why that key doesn’t work with alt?
since you said, all other alt macros work, can you check your keybindings, in case alt g is bound to something dumb? check both blizzard native keybinds and if you use an addon like bartender, check the addon’s keybinding as well.
1 Like
I think you were right! I had it bound to an invisible bar in Bartender. Even when I would bind and unbind in the main key bindings, it was not unbinding it from the bartender bar. Seems to be working now. Thx for the macro guys. That also seems to be working. I’ll have to test it out more later today
2 Likes