World-of-warcraft – WoW: Help with a macro

world of warcraft

I was trying to make a macro which will cast a mount out of combat when pressing the Alt key. I made this:

/cast [modifier:alt][nocombat]Pegaso

But it doesn't work. Can you help me?

Best Answer

You can use , to combine multiple conditions in []:

#showtooltip
/cast [mod:alt,nocombat]Pegaso

You can see many examples at this wiki.