Log in

View Full Version : Thrash Macro Help



redmosez
12-27-2012, 03:19 PM
Hi guys,

I'm looking for a macro that will have my feral druid cast thrash every 15 secs, this is what I have but I don't think it's working

#showtooltip Thrash
/castsequence reset=combat/15 Thrash, Null

Has anyone got a similar macro to work?

Fishbeak
12-27-2012, 03:28 PM
reset=15 means ... "if i dont push the button at all for 15 seconds then reset". It is not a timer. If you want a castsequence to be like a timer you must put your thrash spell with something else that has a 15 second cooldown or with abilities that will take 15 seconds to execute.

redmosez
12-27-2012, 08:16 PM
ah I see thanks for the help!

Ualaa
12-31-2012, 01:13 AM
If you have another ability that has a 15 second recast/reuse timer, you could castsequence that with Thrash.

Skull Bash has a 15 second cooldown.
Assuming you don't mind Skull Bash as a regularly used ability in your rotation, you could use that.
You might prefer to save it, as it is an interrupt.

#show Thrash
/castsequence reset=combat Thrash, Skull Bash

If you go this route, probably combine it with a priority sequence.
Where you mash several abilities all at once, several clicks a second.
With the theory that if one thing is on cooldown, another ability that is not will be pressed also and thus will fire off.



An alternative is to make a longer castsequence.

The Global Cooldown is 1.5 seconds.
Most melee abilities are instant.

If your castsequence of abilities is ten long, and Thrash occurs once in it...
Provided nothing else has a cooldown that will cause the sequence to 'stick', that could work too.

JohnGabriel
12-31-2012, 03:32 AM
Try adding another ability you use to the cast sequence.

Something like
/castsequence reset=combat Thrash, Lacerate, Lacerate, Lacerate

Cant remember the cds or spells for guardians, maybe its swipe instead of lacerate. Since you'll be spamming that anyways, doesn't hurt.