7.1 Brewmaster simple rotation.

CLOSED

Sequences['Brew_Tementii'] = {
author="Tementii",
specID=268,
version=8,
source = "Local",
helpTxt = "Talents: 2213112",
StepFunction = GSStaticPriority,
icon='INV_MISC_QUESTIONMARK',
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast [@player] Exploding Keg",
"/cast [talent:6/1] Rushing Jade Wind",
"/cast [talent:1/1] Chi Burst",
"/cast Blackout Strike",
"/cast Keg Smash",
"/cast Breath of Fire",
"/cast Tiger Palm",
PostMacro=[[
]],
}

Some logs: https://www.warcraftlogs.com/rankings/character/18632589/10/

UPD: 12 dec 2016: progress 3/7 EN Mythic with this macro and AHK

UPD: 15 dec 2016:
simple not GSSE macro (if you got legendary chest)

/cast [nocombat] Keg Smash
/castsequence [talent:6/1][combat] Rushing Jade Wind, Blackout Strike, Tiger Palm, Blackout Strike, Tiger Palm, Blackout Strike, Keg Smash, Breath of Fire
/castsequence [talent:6/3][combat] Breath of Fire, Ironskin Brew, Blackout Strike, Tiger Palm, Blackout Strike, Tiger Palm, Blackout Strike, Keg Smash

i am using this AutoHotKey macros for this:

#MaxThreadsPerHotkey 2
#ifWinActive World of Warcraft
$1:: 
While GetKeyState("1", "P") {  ;while 1 is held
 Send 1 
 RandSleep(100,150) ;sleep a random length of time
 }
return 

RandSleep(x,y) {
Random, rand, %x%, %y%
Sleep %rand%
}

(c) OP AHK macro

~155 000 DPS on maneken (875 ilvl) not really good, but i can concentrate on tanking

this does not work i tried it

Russian version of this macro:

Sequences['Tementii'] = {
author="Тементий@Ясеневый лес",
specID=268,
version=16,
source = "Local",
helpTxt = "Talents: 2213112",
StepFunction = GSStaticPriority,
icon='INV_MISC_QUESTIONMARK',
lang="ruRU",
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast [@player] Взрывной бочонок",
"/cast [talent:6/1] Порыв нефритового ветра",
"/cast [talent:1/1] Выброс ци",
"/cast Нокаутирующая атака",
"/cast Удар бочонком",
"/cast Пламенное дыхание",
"/cast Лапа тигра",
PostMacro=[[
]],
}

[quote quote=37564]this does not work i tried it
[/quote]
Can you check Spell Names? I think wowhead names is different. Maybe its need to be translated.