Need help with rogue macro!

Hello everyone !

I cannot make easiest macro for outlaw - Roll the bones + sinister strike !

/castsequence doesnt work , /cast /cast too , char uses sinister once or doesnt use at all.

Need roll the bones in prior and after for each keystroke sinister strike !

Sorry for my english ! I will be glad to hear any advices

Both abilities are on the GCD so if you want to fire them in sequence you need to use a castsequence. That said, I personally think that’s a horrible idea as castsequences are buggy and remove control.

#showtooltip
/castsequence Roll the Bones, Sinister Strike

I would set it up a with Roll the Bones on a modified press.

#showtooltip
/cast [mod] Roll the Bones; Sinister Strike

Work only once for each skill and after goes on cd. Is it possible to make a sinister for EVERY press during cd?

I don’t understand why the macro doesn’t want to spam the sinister …

No. When a cast sequence gets to the end it starts over at the beginning again, that’s the whole point of them.

k so 2 things

the game casts the whole macro at the same time, soooo /cast /cast will try to skip the global cooldown - blizzard isn’t k with that

thennn castsequence goes to the next spell only if it successfully casts the first one, and repeats: you can try something like, /castsequence Sinister Strike, Sinister Strike, … (5 times for 5 combo point i guess? :d), Roll the Bones

if you use rob first and dont have any combo points, it will be stuck till you get a point from somewhere

really, the best way is to use sinister strike without modifier and, with Alt to cast your finishing move.­. that’s the way i played fire mage in WotLK for example, because most of the rotation was Fireball (1) till a hot streak, then Pyroblast (alt+1) and gg :d

1 Like

Why the game does not allow pressing the next ability when roll the dices on CD ? I think I’ve tried almost everything macros freeze and wait until cd is over - not allowing me even cast sinister.

Roll the dices each time got different cd due to rogue ability - Restless Blades.

Maybe there is another way to do it? I thought it would be easy lol

Like I said originally, this is the way I would do it.

#showtooltip
/cast [mod] Roll the Bones; Sinister Strike

hold alt (or ctrl or shift) to do Roll the Bones, otherwise SS.

I thought the task of macros to make life easier and get rid of an extra button :frowning: Alt does not help with this.

In any case, thank you all for the advice!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.