Hey all – as the name implies, I’m looking to get a cast sequence macro that won’t eventually spaz out. I’m running this currently:
/castsequence Rampage, Onslaught
Any suggestions to make it work?
Hey all – as the name implies, I’m looking to get a cast sequence macro that won’t eventually spaz out. I’m running this currently:
/castsequence Rampage, Onslaught
Any suggestions to make it work?
I don’t really recommend macroing rampage with anything since you need to get it off the second it procs and a cast sequence could potentially hamper that.
That being said If I were to macro two skills together and one had a CD I would probably just do something like
#showtooltip
/cast Rampage
/cast Onslaught
This should basically cast rampage if you have rage and then onslaught if you don’t. Only issue with this one is that you can’t see the CD of onslaught as the #showtooltip only shows the first skill in the list
If you wanted to use onslaught after every rampage you could try something like…
#showtooltip
/castsequence reset=4.5 rampage, onslaught
This will use rampage first and hold onto onslaught for 2 globals then reset back to rampage if you haven’t used it. This should keep you from missing a rampage due to onslaught taking the skill spot. Also the tooltip will update in real time
@Katchenz
You’re a miracle worker. Your last cast sequence macro works like a charm. I appreciate you.
Don’t use cast sequence macros.
And pointless macros don’t help your play, they hinder it.