Just learning more about macros, check my work?

/cast [nomod, @arena1] Holy Word: Chastise
/cast [mod: Shift, @arena2] Holy Word: Chastise
/cast [mod: ctrl, @arena3] Holy Word: chastise
/cast [mod: alt, @focus] Holy Word: chastise
/cast [] Holy Word; Chastise

Okay so ive been trying to clean my bars of multiple buttons to basically do the different targets, but when im not in PVP i want it to function like the normal button.

i know i could add “exists” to all those but my understanding is if non of those mods are pressed and the no mod arena 1 doesnt exist to begin with, the double bracket at the end should cause it to work.

It’s almost functional, but can be cleaned up considerably.

#shotooltip
/Use [nomod,@arena1,harm][mod:Shift,@arena2][mod:ctrl,@arena3][mod:alt,@focus][]Holy Word: Chastise

You need a check on arena1 as that is your nomod and will prevent it from working outside of arena. I’ve added one here.

1 Like

OP you’ve got ; rather than : in Holy Word;Chastise.

#shotooltip
/cast [mod:shift,@arena2] [mod:ctrl,@arena3] [mod:alt,@focus] [@arena1,harm] [] Holy Word: Chastise
1 Like

Good catch. Fixed.

1 Like