Macro Question [Solved]

I have a general mount macro i use for my characters and i guess i didnt see a problem with the Shaman because of Spirit Wolf, but now with the Priest it became more apparent.

The macro is:
#showtooltip
/cast [mod:alt] Drake of the North Wind
/cast [mod:shift] Spatial Rift
/cast [@cursor] Angelic Feather

When i use the initial input for each, everything works, but when i am on the mount and press Alt + Q again then my character casts Angelic Feather. I do not really understand why this is the case, especially because the initial Alt + Q does cast Drake of the North Wind.

Can someone please explain the problem and offer a solution? I cant find anything on the internet because i fail to properly communicate what i am searching for.


Edit: I figured it out, it didnt react to my [nomodifiers] before but now works properly with [nomod].

Use a single /cast

#showtooltip
/cast [mod:alt] Drake of the North Wind; [mod:shift] Spatial Rift; [@cursor] Angelic Feather
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.