Hello, any macro to get shred and brutal slash on the same key?

these skills essentially do the same thing, no reason they should be 2 different spells…anyways any way to get them both on the same key? i cant figure it out with macros, thanks

What did he mean by this?

pretty sure he’s asking for a macro that’s basically
if Brutal Slash Charge > 0 then Brutal Slash else Shred.
but this seems like a fundamentally poor concept as there’s plenty of situations where small add waves will comes out, that you’ll want to delay your brutal slash usage for, for the bit of burst cleave.

You never want to dump all your BRS charges willy nilly even if it’s pure single target, so that’s not a very good idea OP.
Try to save them for TF windows without letting it cap.
Just because they do the same thing doesn’t mean they are the same.

In general, you want to treat Shred as your most powerful weapon. Really this should have a dedicated button. However, you can use a simple [mod:shift] in your macro which will change when holding shift.

#showtooltip [mod:shift] Shred; Brutal Slash
/cast [mod:shift] Brutal Slash; Shred

Tip: Observe that the default for #showtooltip is reversed so you can see the desired timers related to Brutal Slash.

A more ideal solution would be to combine something like Rake with another attack to free up real estate on your keys.

#showtooltip [mod:shift] Rake;Moonfire
/cast [mod:shift] Rake;Moonfire

Since Shred is important, if you place it on a dedicated key (i.e. your mouse thumb button), then you can add other features, without getting too complex.

#showtooltip Shred
/cast [combat,stance:0] Cat Form
/cast [nocombat,stance:0] Prowl
/cast [nocombat,stance:2] Prowl
/targetenemy [noexists]
/cast [harm] Shred

Enjoy and feel free to improve these.