Titans thunder ?

Im trying to figure out how to make a macro whit the last golden trait titans thunder …it mast be cast asp after dire beast or you missing the buff…if you cast before and dire beast after the dire beast dont get a buff which is a huge dps loss…anyone have a god salution. ?

Titans thunder should not be added to a Macro.
It is not on the global cool down, so it will almost always go before dire beast.

yeh im using manuell anywya …thx for the help

Sure you can, just put it on a modifier so you can control when it goes off

/cast [mod:alt] …

Try this and let me know how you get on with it. I would try it but I haven’t unlocked titan’s thunder yet.

Sequences[‘BM_ST’] = {
author=“Jthunt@Silvermoon”,
specID=253,
version=4,
source = “Local”,
helpTxt = “Single-Target - Talent: 2112112”,
StepFunction = GSStaticPriority,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
/cast Bestial Wrath
]],
“/cast Kill Command”,
“/cast Dire Beast”,
“/cast [mod:alt] Titan’s Thunder”,
“/cast A Murder of Crows”,
“/cast Cobra Shot”,
PostMacro=[[
/cast Aspect of the Wild
/use 13
/use 14
/startattack [@target,exists]
]],
}

The best way is to adjust a castsequence macro for your haste value, in order to have it cast titan’s thunder immediately after a dire beast, 10-20 seconds after titan’s thunder comes off cooldown.