Page 1 of 2
1
2
LastLast
  1. #1

    Rogue Macro, One button Cold Blood Evic?

    So recently ive have studying macros a bit and basically tryen to come up with ways i can cut down the amount of key binds i use. I think shift or alt modifier macros are the best way go to solve this particular problem and while most I have came up with work great the one i cant seem to get down is evic/ Cold Blood, evic.

    Here is my current macro.

    #showtooltip Eviscerate(Rank 12)
    /castsequence [modifier:shift] Cold Blood, Eviscerate(Rank 12)
    /cast [nomodifier:shift] Eviscerate(Rank 12

    Now what i want to do is fix it so that when i hold shift and hit the hotkey, i cold blood and evic. Currently i have to double tap it to get it to work.

    Any ideas one how to get it to work? Or if its even possible?

  2. #2

    Re: Rogue Macro, One button Cold Blood Evic?

    You need to press the macro for each action you want it to do, so no, you cant press 1 button to CB+Evis you will have to press it twice.

    You can shorten it tho

    #showtooltip Eviscerate
    /castsequence [modifier:shift] Cold Blood, Eviscerate
    /cast [nomodifier] Eviscerate

    getting rid of the rank means it will cast the highest rank, so as you lvl in cata you wont have to alter the macro or if the toon isnt max lvl yet. Also you dont need to list a modifer with nomodifier option

  3. #3

    Re: Rogue Macro, One button Cold Blood Evic?

    Code:
    /cast [modifier:shift] Cold Blood
    /cast Eviscerate
    Should work with 1 press.

  4. #4

    Re: Rogue Macro, One button Cold Blood Evic?

    Quote Originally Posted by shadaki
    You need to press the macro for each action you want it to do, so no, you cant press 1 button to CB+Evis you will have to press it twice.

    You can shorten it tho

    #showtooltip Eviscerate
    /castsequence [modifier:shift] Cold Blood, Eviscerate
    /cast [nomodifier] Eviscerate

    getting rid of the rank means it will cast the highest rank, so as you lvl in cata you wont have to alter the macro or if the toon isnt max lvl yet. Also you dont need to list a modifer with nomodifier option
    I would show tooltip cold blood, as to see the cooldown easier.. btw.

  5. #5

    Re: Rogue Macro, One button Cold Blood Evic?

    Quote Originally Posted by shadaki
    You need to press the macro for each action you want it to do, so no, you cant press 1 button to CB+Evis you will have to press it twice.

    You can shorten it tho

    #showtooltip Eviscerate
    /castsequence [modifier:shift] Cold Blood, Eviscerate
    /cast [nomodifier] Eviscerate

    getting rid of the rank means it will cast the highest rank, so as you lvl in cata you wont have to alter the macro or if the toon isnt max lvl yet. Also you dont need to list a modifer with nomodifier option
    I haven't played a rogue much, but isn't Cold blood off the GCD?

  6. #6

    Re: Rogue Macro, One button Cold Blood Evic?

    Quote Originally Posted by Darkheaven
    I haven't played a rogue much, but isn't Cold blood off the GCD?
    Doesn't matter if you castsequence something that doesn't need to be castsequenced.

  7. #7

    Re: Rogue Macro, One button Cold Blood Evic?

    Quote Originally Posted by keyrah
    Doesn't matter if you castsequence something that doesn't need to be castsequenced.
    <3 you!

  8. #8

    Re: Rogue Macro, One button Cold Blood Evic?

    Code:
    ^_^

  9. #9

    Re: Rogue Macro, One button Cold Blood Evic?

    Pushing buttons is hard.

    Macros ruin pvp. I miss level 60 when i had to actually do things myself to do things, and not just bind 7 different buttons to the same ability based on what target I want.

    </3 macros.

  10. #10

    Re: Rogue Macro, One button Cold Blood Evic?

    Quote Originally Posted by Skarrd
    Pushing buttons is hard.

    Macros ruin pvp. I miss level 60 when i had to actually do things myself to do things, and not just bind 7 different buttons to the same ability based on what target I want.

    </3 macros.
    Pushing buttons is hard, making macro's takes a few brain cells.

    QQ Old days were awesome everything was better I bench pressed 560 pounds I had 6 girlfriends the game was hard and I was in full t3 before it was even available and back in my day we had to hike 15 miles uphill both ways to get to MC and AQ.

  11. #11

    Re: Rogue Macro, One button Cold Blood Evic?

    Its no coincidence that all the high end pvpers use arena1 kick etc macros.

  12. #12

    Re: Rogue Macro, One button Cold Blood Evic?

    Quote Originally Posted by keyrah
    Its no coincidence that all the high end pvpers use arena1 kick etc macros.
    lol what that macro do? better yet what macros you advise?

    as for the guy who is being a prick about me using macros ive got 3 words for you.

    Cool story bro.

  13. #13

    Re: Rogue Macro, One button Cold Blood Evic?

    Lets say you're doing 3v3s.

    You would use either modifiers or bind 3 keys to

    /cast [target=arena1] Kick
    /cast [target=arena2] Kick
    /cast [target=arena3] Kick

    You're banging on the rogue, you just WOTFed a fear, priest is casting a heal, bam hit kick arena3 (blizzard arenaui), and then CB evis the rogue.

  14. #14

    Re: Rogue Macro, One button Cold Blood Evic?

    /cast Cold Blood
    /cast Eviscerate

    CB isn't on the GCD; I had this macro for FoK set up for Naxx trash and it works fine.

  15. #15

    Re: Rogue Macro, One button Cold Blood Evic?


    /cast [nomodifier] Eviscerate
    /cast [modifier:shift] Cold Blood
    /cast [modifier:shift] Eviscerate

  16. #16
    Stood in the Fire KhameleonN's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Cambridge
    Posts
    384

    Re: Rogue Macro, One button Cold Blood Evic?

    Quote Originally Posted by Skarrd
    Pushing buttons is hard.

    Macros ruin pvp. I miss level 60 when i had to actually do things myself to do things, and not just bind 7 different buttons to the same ability based on what target I want.

    </3 macros.
    I used simple macros at 60. Does that make me bad, or does that make you bad?

  17. #17
    Deleted

    Re: Rogue Macro, One button Cold Blood Evic?

    Quote Originally Posted by Ryuuji
    QQ Old days were awesome everything was better I bench pressed 560 pounds I had 6 girlfriends the game was hard and I was in full t3 before it was even available and back in my day we had to hike 15 miles uphill both ways to get to MC and AQ.
    That is going in my signature

  18. #18

    Re: Rogue Macro, One button Cold Blood Evic?

    the problem is working with moves with internal cds.

    what i want to now is it possible to make a macro to do say

    garrote hfb muti snd?
    with just like hitting one button...?
    Originally Posted by Ghostcrawler

    If you are trying to AE tank and a bad dps is attacking the wrong target and dies, we call that justice.

  19. #19

    Re: Rogue Macro, One button Cold Blood Evic?

    In case you haven't found your answer yet,

    /cast [mod:shift]Cold Blood
    /cast Eviscerate

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  20. #20

    Re: Rogue Macro, One button Cold Blood Evic?

    Quote Originally Posted by Kikazz
    the problem is working with moves with internal cds.

    what i want to now is it possible to make a macro to do say

    garrote hfb muti snd?
    with just like hitting one button...?
    One button once, no, one button for each move, yes
    /castsequence Garrote, hfb, mut, snd

    each action requires an input from the player (keypress) is how blizz wants it to be

Posting Permissions

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