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()
Connect With Us