Close
Showing results 1 to 10 of 68

Hybrid View

  1. #1
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    5-Monks ISBoxer multi-step

    Note: I play all 5 as Brewmaster when questing and switch to BM+MW+WW+WW+WW for certain instances.

    It's worth mentioning that I haven't cleaned these up for instances at 90 as they stopped at 89 due to boredom and general squishiness.

    DPS Rotation mapped key:
    Code:
    Reset to step 1 after 15 seconds
    Execute when pressed OR released
    |--> Step 1
         |--> Do WoW macro "Combat1" in "Quick Setup 41" (self)
         |--> Do mapped key "ChiWave" in keymap "MonkTank" (self)
         |--> Do mapped key "RingofPeace" in keymap "MonkTank" (self)
    |--> Step 2
         |--> Do WoW macro "Combat2" in "Quick Setup 41" (self)
         |--> Do mapped key "ChiWave" in keymap "MonkTank" (self)
         |--> Do mapped key "RingofPeace" in keymap "MonkTank" (self)
    |--> Step 3
         |--> Do WoW macro "Combat3" in "Quick Setup 41" (self)
         |--> Do mapped key "ChiWave" in keymap "MonkTank" (self)
         |--> Do mapped key "RingofPeace" in keymap "MonkTank" (self)
    |--> Step 4
         |--> Do WoW macro "Combat4" in "Quick Setup 41" (self)
         |--> Do mapped key "ChiWave" in keymap "MonkTank" (self)
         |--> Do mapped key "RingofPeace" in keymap "MonkTank" (self)
    ChiWave mapped key:
    Code:
    Reset to step 1 after 15 seconds from the first Hotkey press
    Execute when pressed OR released
    |--> Step 1
         | Do not advance to the next step for at least 3 seconds
         | Do WoW macro "Chi Wave" in "Quick Setup 41" -> SLOT1
    |--> Step 2
         | Do not advance to the next step for at least 3 seconds
         | Do WoW macro "Chi Wave" in "Quick Setup 41" -> SLOT2
    |--> Step 3
         | Do not advance to the next step for at least 3 seconds
         | Do WoW macro "Chi Wave" in "Quick Setup 41" -> SLOT3
    |--> Step 4
         | Do not advance to the next step for at least 3 seconds
         | Do WoW macro "Chi Wave" in "Quick Setup 41" -> SLOT4
    |--> Step 5
         | Do not advance to the next step for at least 3 seconds
         | Do WoW macro "Chi Wave" in "Quick Setup 41" -> SLOT5
    RingofPeace mapped key:
    Code:
    Reset to step 1 after 45 seconds from the first Hotkey press
    Execute when pressed OR released
    |--> Step 1
         | Do not advance to the next step for at least 8 seconds
         | Do WoW macro "Ring of Peace" in "Quick Setup 41" -> SLOT1
    |--> Step 2
         | Do not advance to the next step for at least 8 seconds
         | Do WoW macro "Ring of Peace" in "Quick Setup 41" -> SLOT2
    |--> Step 3
         | Do not advance to the next step for at least 8 seconds
         | Do WoW macro "Ring of Peace" in "Quick Setup 41" -> SLOT3
    |--> Step 4
         | Do not advance to the next step for at least 8 seconds
         | Do WoW macro "Ring of Peace" in "Quick Setup 41" -> SLOT4
    |--> Step 5
         | Do not advance to the next step for at least 13 seconds
         | Do WoW macro "Ring of Peace" in "Quick Setup 41" -> SLOT5
    Chi Wave WoW macro in Quick Setup 41:
    Code:
    !if (character in "Monk") /cast [@targettarget][] chi wave
    Ring of Peace WoW macro in Quick Setup 41:
    Code:
    !if (character in "Monk") /cast [@targettarget][] ring of peace
    Combat1 WoW macro in Quick Setup 41:
    Code:
    /stopmacro [flying][noharm]
    !if (character in "Monk" and character in "Tank") /castsequence [nochanneling] reset=combat Keg Smash, Keg Smash, Expel Harm
    !if (character in "Monk" and character in "DPS") /castsequence [nochanneling] reset=15 Expel Harm, Tiger Palm, null
    !if (character in "Monk" and character in "Healer") /castsequence [@targettarget][@{SLOT1}][] reset=15 renewing mist, null
    /startattack
    /script UIErrorsFrame:Clear()
    Combat2 WoW macro in Quick Setup 41:
    Code:
    /stopmacro [flying][noharm]
    !if (character in "Monk" and character in "Tank") /castsequence [nochanneling] reset=15 Tiger Palm, Guard, null
    !if (character in "Monk" and character in "Healer") /castsequence [nochanneling, stance:2] reset=15 Expel Harm, Tiger Palm, null; [nochanneling, stance:1, @targettarget] renewing mist, null
    /startattack
    /script UIErrorsFrame:Clear()
    Combat3 WoW macro in Quick Setup 41:
    Code:
    /stopmacro [flying][noharm]
    !if (character in "Monk" and character in "Tank") /castsequence [nochanneling] Breath of Fire, Blackout Kick
    !if (character in "Monk" and character in "DPS") /cast [nochanneling] Blackout Kick
    !if (character in "Monk" and character in "Healer") /cast [nochanneling, stance:2] Blackout Kick
    /startattack
    /script UIErrorsFrame:Clear()
    Combat4 WoW macro in Quick Setup 41:
    Code:
    /stopmacro [flying][noharm]
    !if (character in "Monk" and not character in "Healer") /cast [nochanneling] Jab
    !if (character in "Monk" and character in "Healer") /cast [nochanneling, stance:2] Jab
    /startattack
    /script UIErrorsFrame:Clear()
    Now playing: WoW (Garona)

  2. #2

    Default DPS Mapped Key

    Quote Originally Posted by Ughmahedhurtz View Post
    5-Monks ISBoxer multi-step

    ..snip..

    DPS Rotation mapped key:
    Code:
    Reset to step 1 after 15 seconds
    Execute when pressed OR released
    |--> Step 1
         |--> Do WoW macro "Combat1" in "Quick Setup 41" (self)
         |--> Do mapped key "ChiWave" in keymap "MonkTank" (self)
         |--> Do mapped key "RingofPeace" in keymap "MonkTank" (self)
    |--> Step 2
         |--> Do WoW macro "Combat2" in "Quick Setup 41" (self)
         |--> Do mapped key "ChiWave" in keymap "MonkTank" (self)
         |--> Do mapped key "RingofPeace" in keymap "MonkTank" (self)
    |--> Step 3
         |--> Do WoW macro "Combat3" in "Quick Setup 41" (self)
         |--> Do mapped key "ChiWave" in keymap "MonkTank" (self)
         |--> Do mapped key "RingofPeace" in keymap "MonkTank" (self)
    |--> Step 4
         |--> Do WoW macro "Combat4" in "Quick Setup 41" (self)
         |--> Do mapped key "ChiWave" in keymap "MonkTank" (self)
         |--> Do mapped key "RingofPeace" in keymap "MonkTank" (self)
    ..snip..
    I like the setup you have here and it largely made sense as I tried to create it in ISBoxer but I had a couple of questions if you don't mind.

    1. You mention you bounce specs back and forth but your macros are based on action target groups. Is there some way those change based on spec? Or do you actually push out a change and reload when you want to switch between them?

    2. Most of your mapped keys/macros made sense. The only thing I was struggling with was your DPS mapped key pointing to self. Are you just adding that to some other mapped key that's broadcasting? I wasn't understanding how DPS spam would make it to the rest of the team the way that one is setup.

    3. Your DPS key advanced settings say reset after 15 secs, but doesn't say after first keypress or what setting you are choosing there?

    Thanks! Looking forward to trying this out on my monk team!

    --gid

  3. #3

    Default

    Quote Originally Posted by Gidaeon View Post
    I like the setup you have here and it largely made sense as I tried to create it in ISBoxer but I had a couple of questions if you don't mind.

    1. You mention you bounce specs back and forth but your macros are based on action target groups. Is there some way those change based on spec? Or do you actually push out a change and reload when you want to switch between them?

    2. Most of your mapped keys/macros made sense. The only thing I was struggling with was your DPS mapped key pointing to self. Are you just adding that to some other mapped key that's broadcasting? I wasn't understanding how DPS spam would make it to the rest of the team the way that one is setup.

    3. Your DPS key advanced settings say reset after 15 secs, but doesn't say after first keypress or what setting you are choosing there?

    Thanks! Looking forward to trying this out on my monk team!

    --gid
    Ok ..yeah replying to my own reply with another quick question. Just went to export and being a newbie at using ISBoxer to actually create WoW macros, I got the pop up that says I need to set key combos for the macros. Perhaps this was related to my question #2. Do I just pick some unused key combo for each of the macros?

    Thanks again!

    --gid

  4. #4
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Quote Originally Posted by Gidaeon View Post
    I like the setup you have here and it largely made sense as I tried to create it in ISBoxer but I had a couple of questions if you don't mind.

    1. You mention you bounce specs back and forth but your macros are based on action target groups. Is there some way those change based on spec? Or do you actually push out a change and reload when you want to switch between them?
    Refer to my ISBoxer profile: http://www.l00py.net/isboxer_ugh_24nov2014.txt In there, you'll find in the keymaps for each class two mapped keys: PrimaryATGs and SecondaryATGs. That moves characters in and out of ATGs as needed and remaps the virtual combat keymap references as well.

    Quote Originally Posted by Gidaeon View Post
    2. Most of your mapped keys/macros made sense. The only thing I was struggling with was your DPS mapped key pointing to self. Are you just adding that to some other mapped key that's broadcasting? I wasn't understanding how DPS spam would make it to the rest of the team the way that one is setup.
    I use the ISBoxer Pro system. As an example of what it does for, say, my main DPS spam key:

    1. My DPS key "v" is bound to the "DPS Rotation" mapped key in "Combat Hotkeys" keymap.
    2. That key does "Assist Me" -> self in the Non-combat keymap, and then calls "DPS Rotation" mapped key in the Virtual Combat keymap -> all.
    3. Then the Virtual Combat keymap's "DPS Rotation" key calls "DPS Rotation" in the keymap MonkTank -> self. The Virtual Combat keymap "reference" is initially defined in each character's "Virtual Mapped Keys" tab and can be switched around as needed to point to a different keymap as needed for different specs or testing. Again, see the ATG switching keys noted above for examples.


    Quote Originally Posted by Gidaeon View Post
    3. Your DPS key advanced settings say reset after 15 secs, but doesn't say after first keypress or what setting you are choosing there?
    See my linked profile above. The DPS key spams 4 steps to cover all the different things without it getting hung up in a macro. It also spams my RingOfPeace and ChiWave mapped keys. RingOfPeace fires on the next character once every 8 seconds and resets after 45 seconds (the cooldown of the spell); this ensures it is up as often as possible on the target's target to keep it silenced/disarmed as much as possible. ChiWave fires on the next character every 3 seconds ensuring that it's up as often as possible and doesn't waste itself on a mob that dies immediately as it would if you just fired it on all 5 monks at once.

    Quote Originally Posted by Gidaeon View Post
    Ok ..yeah replying to my own reply with another quick question. Just went to export and being a newbie at using ISBoxer to actually create WoW macros, I got the pop up that says I need to set key combos for the macros. Perhaps this was related to my question #2. Do I just pick some unused key combo for each of the macros?
    Yep. I use right-control + right-alt + keypad 0-9, etc. since I don't bind those to anything, but you can use whatever you'd like.
    Last edited by Ughmahedhurtz : 11-24-2014 at 02:33 PM
    Now playing: WoW (Garona)

  5. #5

    Default

    Quote Originally Posted by Ughmahedhurtz View Post
    Refer to my ISBoxer profile: http://www.l00py.net/isboxer_ugh_24nov2014.txt In there, you'll find in the keymaps for each class two mapped keys: PrimaryATGs and SecondaryATGs. That moves characters in and out of ATGs as needed and remaps the virtual combat keymap references as well.

    I use the ISBoxer Pro system. As an example of what it does for, say, my main DPS spam key:

    1. My DPS key "v" is bound to the "DPS Rotation" mapped key in "Combat Hotkeys" keymap.
    2. That key does "Assist Me" -> self in the Non-combat keymap, and then calls "DPS Rotation" mapped key in the Virtual Combat keymap -> all.
    3. Then the Virtual Combat keymap's "DPS Rotation" key calls "DPS Rotation" in the keymap MonkTank -> self. The Virtual Combat keymap "reference" is initially defined in each character's "Virtual Mapped Keys" tab and can be switched around as needed to point to a different keymap as needed for different specs or testing. Again, see the ATG switching keys noted above for examples.


    See my linked profile above. The DPS key spams 4 steps to cover all the different things without it getting hung up in a macro. It also spams my RingOfPeace and ChiWave mapped keys. RingOfPeace fires on the next character once every 8 seconds and resets after 45 seconds (the cooldown of the spell); this ensures it is up as often as possible on the target's target to keep it silenced/disarmed as much as possible. ChiWave fires on the next character every 3 seconds ensuring that it's up as often as possible and doesn't waste itself on a mob that dies immediately as it would if you just fired it on all 5 monks at once.

    Yep. I use right-control + right-alt + keypad 0-9, etc. since I don't bind those to anything, but you can use whatever you'd like.
    Thanks I was just watching the pro setup video today, figured it was related and looked back and saw your response. Sweet, thanks!!!

Posting Rules

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