Just a general question. I have a ton of macros that start with;
#showtooltip
/cast [mod:alt] …
and a few that start with;
#showtooltip
/cast [mod:ctrl] …
Would it be possible to combine the two?
For example, could I build a macro that does this;
if no modifier = /equip Fishing Rod
if mod:alt = /equip Bow
if mod:ctrl = /equip Polearm
I’m getting into fishing from level 1, and I realized while setting up Fishing Buddy that a macro that could do that would be really helpful - but the biggest reason is that I want to know if/how it’s done for future macro shenanigans.