1. Cast AOE at mouse location macro?

    Hello,
    I'm trying to make a macro work to cast an AOE spell at the mouse location. @mouse doesn't seem to work in WOTLK. Any workarounds?

    In laymans terms, I want to cast Hurricane at the current mouse location when I click the hurricane hotkey. Not click hurricane hot key and then left click again.

  2. No way to make it work in wotlk. Trust me i've tried. Normally it would be a simple [@cursor] macro.

  3. #showtooltip
    /cast [@mouseover] Hurricane


    You must have a target in the area... it doesnt care if its a boss or player, as long as its targetable. It's more a workaround than a proper aoe macro, but it works.

  4. #showtooltip
    /cast [@mouseover] Hurricane


    You must have a target in the area... it doesnt care if its a boss or player, as long as its targetable. It's more a workaround than a proper aoe macro, but it works.
    The only difference between using hurricane from your spellbook and this is that here you must have mouseover to activate it..pointless

    best you can do is
    #show Hurricane
    /use [nochanneling:Hurricane]!Hurricane

    and no..you can't activate area spells with single button without left click interaction
    Edited: August 26, 2021

  5. you should try it though... its faster you think
    Edited: August 29, 2021

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •