1. #1

    Shortening a macro: Halp!

    /targetenemyplayer
    /cast rebuke (YOUR INTERRUPT HERE)
    /targetlasttarget

    Something to make that shortened, if at all possible, would be sweet.

  2. #2
    Deleted
    why do you wanna shorten this?

  3. #3
    Quote Originally Posted by shuny View Post
    why do you wanna shorten this?
    I meant something like, /cast [target=enemyplayer] Rebuke /targetlasttarget

    something like that, basically, i want to not have to remove my current target

  4. #4
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    Is this for arenas? If not, it only works for bosses, target, focus, and the targets of party/raid members - and each of them requires a separate macro. :P

    Code:
    #showtooltip
    /cast [@arena1] Rebuke
    Will cast Rebuke on the first enemy listed in your Arena enemy frames, without actually changing your target (so no need for targetlasttarget commands).

    @arena accepts numbers 1-5 as the last digit (@arena1 - @arena5). For others, use @focus, @party1target, @raid1target, etc (partyxtarget accepts 1-4 as the "x", and raidxtarget accepts 1-40).

  5. #5
    it's for heroic chogall, so i need to not drop his as target (for the worships)

  6. #6
    Try this one.
    #showtooltip
    /cast [@raid1,harm][@raid2,harm][@raid3,harm][@raid4,harm][@raid5,harm][@raid6,harm][@raid7,harm][@raid8,harm][@raid9,harm][@raid10,harm]Rebuke

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  7. #7

  8. #8
    Deleted
    Quote Originally Posted by martinkaca View Post
    You could try a mouseover with raidframes.
    yes.. that would be the best imo

Posting Permissions

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