1. #1
    Mechagnome
    15+ Year Old Account
    Join Date
    May 2008
    Location
    California
    Posts
    577

    [Request] Macro Targeting Gelp

    I would like a macro that could do either one of these functionalities:
    Cast spell on party member 2, without dropping current target
    or
    Cast spell on specified name, without dropping current target

    Are either of these possible?

  2. #2
    Not entirely sure due to lack of testing, but could try the following.

    Code:
    /cast [@party2] spell
    Code:
    /cast [@player] spell
    Just substitute player for the name of the character, and spell being the spell obviously.
    For those curious, @ was introduced in a patch as a shorter form of target= - it operates exactly the same.

  3. #3
    Sure is:

    /cast [@party2]Flash Heal


    /cast [@Bob]Flash Heal

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  4. #4
    Deleted
    Casting on a specific name is only possible if that name is a player in your party/raid.

    PS: What would happen if I named my character "mouseover" and healers were using "@mouseover" macros?

  5. #5
    Quote Originally Posted by Treeston View Post
    Casting on a specific name is only possible if that name is a player in your party/raid.

    PS: What would happen if I named my character "mouseover" and healers were using "@mouseover" macros?
    I shouldn't think you can name yourself or your pet mouseover.

  6. #6
    Mechagnome
    15+ Year Old Account
    Join Date
    May 2008
    Location
    California
    Posts
    577
    thanks for the help, I got resolved another way too
    Code:
    /cast [target=Bob] Dispel Magic

Posting Permissions

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