1. #1

    Mouseover + Focus cast macro

    I'm trying to figure out how to make a macro like this; if mouseover exist cast on mouseover, if no mouseover cast on target, if I hold ctrl cast on focus.

    I've come up with this,

    #showtooltip Cyclone
    /cast [target=mouseover, exists] Cyclone; Cyclone
    /cast [modifier:ctrl][target=focus, exists] Cyclone

    The mouseover part works, but not the focus, can anyone help me with this?

  2. #2
    Here you go dude.

    #showtooltip
    /cast [@focus,mod:ctrl,nodead,harm][@mouseover,exists,nodead,harm][]Cyclone

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

Posting Permissions

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