I've tried several times to bind macros/spells on ****+left/right click, however, it does not work. Can someone please tell me if it's possible or you need an add-on?
Printable View
I've tried several times to bind macros/spells on ****+left/right click, however, it does not work. Can someone please tell me if it's possible or you need an add-on?
orQuote:
#showtooltip
/cast [nomod] Spell Name
/cast [mod:shift] Another Spell Name
Also, you can include more than one modifier in a single macro:Quote:
#showtooltip
/cast [mod:shift] Another Spell Name; Spell Name
Quote:
#showtooltip
/cast [nomod] Spell One
/cast [mod:shift] Spell Two
/cast [mod:ctrl] Spell Three
/cast [mod:alt] Spell Four