Mage macro help

Hey guys,

I’m having trouble making a macro that will do the following.

  1. Cast Water Elemental
  2. If Water Elemental is already out, cast Freeze @ the point of my cursor

In other words, I need to combine these two macros:

#showtooltip
/cast [nopet][target=pet, dead] Summon Water Elemental; Freeze
/petattack
/dismount

&

/cast [@cursor] !Freeze

Anyone able to help? Would greatly appreciate it

You can put /cast [@cursor] !freeze right under the summon water elemental macro and remove “; freeze”

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