Thread: macro

  1. #1

    macro

    Hi,

    currently I have my macro:

    /cast glovesname for rocket
    /cast Smite

    I want the macro to include casting smite on my friendly target's target if my current target is friendly.

    What will it look like?

    ox

  2. #2

    Re: macro

    Quote Originally Posted by Divinez
    I want the macro to include casting smite on my friendly target's target if my current target is friendly.

    What will it look like?

    ox
    Code:
    /cast glovesname for rocket
    /cast [help,@targettarget] Smite
    I think it should work


    Quote Originally Posted by Lich King
    "You speak of justice? Of cowardice? I will show you the justice of the grave... and the true meaning of fear."

  3. #3

    Re: macro

    Can anyone confirm ;$?

  4. #4

    Re: macro

    Quote Originally Posted by Divinez
    Can anyone confirm ;$?
    try it urself maybe?

  5. #5

    Re: macro

    I think that should work:
    Code:
    #showtooltip Smite
    /cast [harm][@targettarget,harm] glovesname for rocket
    /cast [harm][@targettarget,harm] Smite

  6. #6

    Re: macro

    Code:
    #showtooltip Smite
    /cast [harm][@targettarget,harm] 10
    /cast [harm][@targettarget,harm] Smite
    Will work the same as above, which will work, but "10" will use the glove SLOT so that any glove you have equipped will work without modifying the macro.


  7. #7

    Re: macro

    Confirming DesolatedMaggot's macro is a good one.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  8. #8

    Re: macro

    Thanks all.
    http://eu.wowarmory.com/character-sheet.xml?r=Stormscale&cn=Jeffx

Posting Permissions

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