Rogues! Here are some nice macros to keep an eye on for Classic!

Hemo/Ghostly juggle

/castrandom Hemorrhage, Ghostly Strike
/startattack
This will randomly cast either Hemo or GS. Will only cast Hemo when GS is on CD

Auto Throw

/startattack
/cast Deadly Throw
/cast Throw
This will Deadly Throw if you have combo points to use, otherwise it will just auto throw

Vanish

#show Vanish
/cast Vanish
/stopattack
Sometimes autoattack will take you out of a vanish. This prevents it

#showtooltip Blind

/stopcasting
/cast [target=mouseover,exists] Blind
Casts blind on next mouseover target without dropping current target

Premed + CS

#show Cheap Shot
/cast Premeditation
/cast Cheap Shot
Casts Premed followed by Cheap Shot with one button press. If Premed is on CD it will still cast Cheap Shot.

Premed + Garrote

#show Garrote
/cast Premeditation
/cast Garrote
Same as above, just switched CS for Garrote

Sap

#show sap
/cleartarget
/targetenemy
/cast sap
Sap wont auto-target like CS. This will. No more having to spam tab + sap

CoolDowns

#show Sprint
/cast Sprint
/cast Evasion
/cast Berserking
/cast Adrenaline Rush
/cast Blade Flurry
/cast Preparation
/use 13
/use 14
/startattack
1 button to cast everything in your arsenal if you wish. You can break this macro up to pair up any CD’s you wish, including trinkets(top trinket is 13, bottom is 14).
For example, I use this macro after my opener for quick pressure
#show Berserking
/use 14
/cast Berserking
This casts my bloodlust broach (278 AP 20 secs) followed by my racial Berserking (attack speed increased by 10%-30%)

Uber Cold Blood Finisher

#show Cold Blood
/use 13 (my bloodlust broach)
/cast Cold Blood
/cast Eviscerate
This will cast a trinket, then CB, then Eviscerate. You can take out the trinket line, and switch Eviscerate with envenom if you wish.

6 Likes

Has anyone tested these to make sure they work in Classic?

I am a little iffy on the rogue macros but I believe they should work just fine.

I want the auto attack one mixed with Sinister Strike

You are referring to the one that “overlaps” in a sense, right?

I don’t think /startattack was a thing in vanilla. Have you tried it on the beta?

You’re right, /startattack wasn’t in Vanilla. It it is Classic though. Same with mouseover, which is absolutely huge

1 Like

Was deadly throw in vanilla?

2 Likes

Nope. Was a TBC thing at the earliest and definitely didn’t see it on my bars or in my spellbook during the AV test.

1 Like

Lol they dont.

That is one of the most useful macros. Ive tried this during the stress test but no good. Not sure why it was being blocked.

/run if GetUnitName(“target”)==nil then TargetNearestEnemy() end
/run if not IsCurrentAction(8) then UseAction(8) end
/cast Sinister Strike(Rank 1)
/run UIErrorsFrame:Clear()

here are some useful ones that do work in classic.

#showtooltip blind
/cast [target=mouseover] Blind

/use [nomodifier] Instant Poison III; [modifier:alt] Deadly Poison; [modifier:ctrl] Crippling Poison
/use [button:1] 16; [button:2] 17

this one update rank of poisons and which ones you want

#showtooltip Sinister Strike
/startattack
/cast Riposte
/cast Sinister Strike

#showtooltip Stealth
/stopcasting
/stopattack
/cast !stealth

hope these help. all the CDs on teh GCD is screwing cd macros still but /shrug what can you do.

Casting all Arsenal in 1 click doesnt work, sometimes doesnt cast my Adrenaline Rush, or blade flurry. any way to fix this

1 Like

None of these work.