Macro Request - Mythic Brewmaster

Hey there folks.

Mythic Tank Here.

I am looking for a simple macro. I have seen the ones on here and used most of them but none of them are working like I was looking for.

I am looking for it to cast Keg Smash on Cooldown, but then cast Chi wave, Keep tiger palm buff active, and keep rushing jade wind active.

When those aren’t being used I need it to spam Jab.

This is What I have been using and playing with but it doesnt cast Jab enough and I find myself pooled at 100 Energy too often, with No Chi to cast my PB.

Sequences[‘BrewST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/castsequence reset=9 !keg smash,jab,jab’,
‘/castsequence reset=18 Tiger Palm’,
‘/cast jab’,
‘/castsequence reset=5 Rushing Jade Wind’,
‘/cast Chi Wave’,
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

I know My linking isn’t copy friendly. It tries to cast Chi Wave way to often, I tried to add an extra Jab lin there to make it cast more often but honestly, I have no idea what I am doing. I am not a programmer, so Im just throwing shit up and hoping it sticks. Could someone please help me !!

.