Thread: interrupt macro

  1. #1
    Herald of the Titans Eurytos's Avatar
    15+ Year Old Account
    Join Date
    Mar 2009
    Location
    Dirty South
    Posts
    2,519

    interrupt macro

    what is a macro for Rebuke that will make an emote in /s chat when interrupt is actually used, not just when pressed
    http://us.battle.net/wow/en/characte...rytoz/advanced

    If there's one thing I'm not, it's in control.

  2. #2
    I'm assuming you mean that you want it to say a line whenever you interrupt successfully, not just when you press it? Unfortunately I'm not sure there is a way to distinguish that.
    Check out my expansion concept, World of Warcraft: Whispers of Madness
    Originally Posted by Blizzard Entertainment
    Brittle Bones now has a 50% chance to turn the target into a purple-wearing supervillain.

  3. #3
    It's not a macro its an addon

    Im pretty sure 'Wake Spams' does it
    Hi Sephurik

  4. #4
    Herald of the Titans Eurytos's Avatar
    15+ Year Old Account
    Join Date
    Mar 2009
    Location
    Dirty South
    Posts
    2,519
    yes, a successful interrupt not just when i press the button

    i know there are addons for it, i dont want another addon. Im certain there is a macro that can do it too
    http://us.battle.net/wow/en/characte...rytoz/advanced

    If there's one thing I'm not, it's in control.

  5. #5
    Quote Originally Posted by Eurytos View Post
    yes, a successful interrupt not just when i press the button

    i know there are addons for it, i dont want another addon. Im certain there is a macro that can do it too
    there is not

    edit: unless u use a script command... but that does the same thing as an addon

  6. #6
    Bloodsail Admiral Nume's Avatar
    15+ Year Old Account
    Join Date
    Feb 2009
    Location
    Lake Area Tech, Watertown, SD
    Posts
    1,048
    I dont think macro's have the ability to look at your combat log, which is what addons use to distinguish if you successfully interrupt. Thus I very much doubt its possible with a macro.

  7. #7
    You can use a addon called - Awesome Interrupt rotation (Found on Curse) better known as AIR.
    A realy nice addon for most sorts of interruption, especially for stuff like Omnotron where you need several people to interrupt. As a Enhance Shaman, i'm enjoying that addon alot during this tier with all those interrupts >.<

  8. #8
    Herald of the Titans Eurytos's Avatar
    15+ Year Old Account
    Join Date
    Mar 2009
    Location
    Dirty South
    Posts
    2,519
    thanks guys
    http://us.battle.net/wow/en/characte...rytoz/advanced

    If there's one thing I'm not, it's in control.

  9. #9
    I am Murloc! DaGhostDS's Avatar
    15+ Year Old Account
    Join Date
    Mar 2009
    Location
    Somewhere in the void
    Posts
    5,297
    everything that can be done in an addon can be done in macro, the only problem could be the limit of characters.

  10. #10
    The Patient Johnpreston's Avatar
    10+ Year Old Account
    Join Date
    Dec 2010
    Location
    The secret lair AKA: The Car Shed.
    Posts
    208
    Quote Originally Posted by Tides View Post
    You can use a addon called - Awesome Interrupt rotation (Found on Curse) better known as AIR.
    A realy nice addon for most sorts of interruption, especially for stuff like Omnotron where you need several people to interrupt. As a Enhance Shaman, i'm enjoying that addon alot during this tier with all those interrupts >.<
    I can vouch for this, it is a really nice add on and wont gulp the memory.

  11. #11
    Quote Originally Posted by Eurytos View Post
    what is a macro for Rebuke that will make an emote in /s chat when interrupt is actually used, not just when pressed
    Code:
    #showtooltip Rebuke
    /run s = UnitCastingInfo("target");
    /cast Rebuke;
    /run c = GetSpellCooldown("Rebuke"); if c == 0 then if s then SendChatMessage("kicked %t's ".. s, "say");end;end;
    That's what I'm using. It checks that kick is not on CD and that target is actually casting something.
    It announce your target and kicked spell name.

    Not perfect, but still much better than just /say.

  12. #12
    The Lightbringer Requital's Avatar
    15+ Year Old Account
    Join Date
    Jul 2007
    Location
    But-hurt much? Appears so!
    Posts
    3,865
    Quote Originally Posted by Eurytos View Post
    what is a macro for Rebuke that will make an emote in /s chat when interrupt is actually used, not just when pressed
    Purgeatory
    Quote Originally Posted by Boubouille View Post
    Can you imagine if someone insulted you in a thread, you reported it, and I told you "sorry, wrong thread to be butthurt"?

  13. #13
    I've used all of the addons listed above and have liked them all. You just have to find one that fits your playstyle.

Posting Permissions

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