Create an Account
Forgot your Password?
World of Warcraft
WowRiot
Starcraft 2
Starfeeder
Hellforge
Hellforge
 
Machinima
Myndflame
Left 4 Dead
Left 4 Dead
RazeTheWorld
RazeTheWorld
 
Quake Live
Quake Life
1337pwn
1337pwn
Limit Break
Limit Break
 
Resident Evil
Resident Evil
Gameriot Store
Buy Games!
The Gameriot Store
 
 
 
POST STUFF
close
New Blog Post
Add a Video
Host an Image
Upload a File
by Ming, Level 68
Last updated at February 3, 2008, 4:22 am
Been doing some Excel/VBA stuff for the sales team at work and it got me fine tuning my WOW macros as well. Speaking of Excel it is just incredible how much this application can do when you are capable of unlocking its full potential. It is often said that a person's technical value in finance is directly tied to how good he is with Excel. I don't know any VBA coding but my sharingan allowed me to copy the rogue DPS spreadsheet and I was able to use a lot of its mechanics for the stuff I do at work and get called a genius for it. A little programming goes a long way when it comes to improving overall efficiency of a team even if I am nowhere near a full power developer.

Anyway as shadowstep. I no longer use /castrandom hemorrhage, ghostly strike as with this build my damage per energy with hemo is just as good as ghostly strike (even if ghostly strike is unnormalized) so there is no point to use ghostly strike unless I am tanking something. In any case here are the macros I currently use:

1) Autocast Premeditation

#show premeditation
/stopattack
/cast Premeditation
/cast Cheap Shot

#show premeditation
/cast Premeditation
/cast Garrote

It is just too much of a hassle for me to use this ability without a macro. I have a version with garrote as well. Too many times I only have one split second to sap someone and CS another, or vanish CS someone while I am being focus fired. I find the premeditation macro to work very well as it doesn't trigger global CD. I have the same macro for garrote as well.

2) Autoattack and use offensive trinket while hemoing, restealth for a CS whenever possible, stealth if you are mounted

#show hemorrhage
/startattack
/use [combat] Bloodlust Brooch
/cast [nostealth] stealth
/cast [combat] Hemorrhage

This is my main button as shadowstep is not exactly a burst build. There is very little incentive for me to save the trinket for bursting. I rather use it as soon as I hemo someone and hopefully get to use it again later in the match. Auto-attacking someone if I don't have enough energy to hemo on a target switch is also a nice bonus.

But that is not all, say I eat a 3 second cyclone with a warlock at 10 yard or so away from me, as soon as I get out of the cyclone I will run toward him and try to resume DPS on him, there is always a chance that for a split second I did get out of combat and this macro will automatically stealth me for a cheapshot.

This macro saves me two very valuable hotkeys (trinket activation and stealth). I also have the premeditation->CS macro bind to the "2" key on stealth bar. So if I do get a restealth I will automatically CS the target. I added /stopattack to the Premed->CS macro to prevent my own autoattacks to get me out of stealth before the CS hits. And yes, thanks to the 2.3 patch, if you are mounted this macro will unmount you as well.

3) Throw/Deadly Throw

#show deadly throw
/cast deadly throw
/cast throw

Very sexy macro that saves a very valuable hotkey and pretty self-explanatory. It will deadly throw if possible, throw if not. You can replace deadly throw with any offensive ability if you actually want to throw when deadly throw is up. Rupture is a very good choice.

4) Shadowstep Sap

#show shadowstep
/cast Shadowstep
/cast Sap

I prefer the macro over manually pressing shadowstep->sap when it comes to sapping someone in the middle of a flare or consecration. It also works better on moving targets. You can add your own variation for CS, garrote, ambush, premeditation etc.

5) Blind Current Target/Focus Target (Thanks Sophitia)

#show blind
/cast [target=focus,harm,exists,modifier:shift]blind;
/cast [target=mouseover, harm, exists]blind;
/cast blind

Press key to blind mouseover target (or just current target if you have no mouseover target), shift(can be changed to alt, ctrl, etc)+key to blind focus. Set focus can be binded in default key bindings so no macro is necessary. The same macro can be modified for kick as well.

6) Auto sapping the enemy rogue out of stealth

#show sap
/cleartarget
/targetenemy
/cast sap

With the sharingan against heightened sense (and warlock felhunter), you will often run into situations where you have a split second to sap the enemy rogue before you are sapped. Most variations of this macro rotates between targets, mine will always select the closest target to sap without rotating to a target further away from you wasting precious time. Without manually tabbing this will give you a huge edge if you and the other rogue see each other at same time.

7) Turn off auto-attacks before you vanish (thanks Sophitia)

#show Vanish
/stopattack
/cast vanish

Believe it or not your own autoattacks hit yourself out of vanish as much as other people's. With this macro I saw a noticeable improvement in vanish's reliability.

:8) Use three poisons seamlessly

#show Vengeful Gladiator's Bonecracker
/equipslot 17 Vengeful Gladiator's Bonecracker
/cast shiv

#show Merciless Gladiator's Shanker
/equipslot 17 Merciless Gladiator's Shanker
/cast shiv

Makes 5/5 vile poison truly worth it. Obviously you can use different weapon names. My bonecracker has cripple poison and my shanker has deadly poison. Wound + deadly at same time is very difficult to remove even for druids. I tried many variations of shadowstep but with a good weapon swap macro I find vile poison to be the best overall variation. Whether it be using wound/cripple/wound, wound/cripple/deadly or wound/cripple/mind numbing, it really adds another dimension to your game. And again shadowstep's superb mobility means even if you do get kited during the split second when you weapon swap, it is usually not a big deal. Obviously use your own weapon names.

9) Super Preparation

#show preparation
/cast shadowstep
/cast sprint
/cast [nostealth] Evasion
/cast Preparation

Clean up unused cooldowns before you prep it! This won't break stealth because evasion won't trigger unless you are our of stealth. Beware if you mash this twice you will use up both sets of CDs.

10) Eviscerate/Envenom

#show eviscerate
/cast [modifier:shift] Envenom; Eviscerate

You can use alt or ctrl instead of shift if you prefer.  I have eviscerate at 4 and envenom at shift+4.  With 5/5 vile poison envenom does hurt a lot if you play the wound/deadlly/cripple poison game against warrior/druid.
     
60 comments
schade
schade Feb 3, 2008 at 6:31 am
None
None
-2 votes
None
you shouldnt be boosting your char so it's better in dueling, you should do it so you improve in arena you retard. Go full intellect, you stupid noob.
Errelnoh
Errelnoh Feb 3, 2008 at 7:12 am
None
None
+1 votes
None
Some of these macros are very limiting, I think you should reconsider.
cheatz
cheatz Feb 3, 2008 at 8:29 am
None
None
+2 votes
None
worst post. world of ming is dying. bring back vurtne drama.
Ykoops
Ykoops Feb 3, 2008 at 9:24 am
None
None
+1 votes
None
Oh ya Ming(and others). Since your using a Focus Blind macro. You should step it up and make Focus Kick and Focus Gouge macros

 /cast [target=focus] Kick(Rank 5)
 
 /cast [target=focus] Gouge(Rank 6)

The amount of utility this brings to your game is amazing. Healers freak out when you throw drive by kicks and gouges into an arena match. Interrupting that extra heal can win a game easily.

I can't take credit for the idea, it was all Zuggy of Smolderthorn <3
SPSTM2
SPSTM2 Feb 3, 2008 at 11:20 am
None
None
+1 votes
None
Or you can click and therefore instead of being limited to 1 focus, you can do it to all the other 4 players in 5s!
Kunai
Kunai Feb 3, 2008 at 11:37 am
None
None
+1 votes
None
These macros are needed, clicking a player when you drive by is next to impossible!

.. oh wait..

-_-;
nzgs
nzgs Feb 3, 2008 at 12:07 pm
None
None
+1 votes
None
I never understood the need for extravagent sets of focus macros. You need a lot of buttons that are unnecessary. I set up a focus before fighting starts, select the focus with mousewheel down and go to last target with mousewheel up. If i want to blind the focus i can do it instantly without needing to remember any extra buttons.
Yvel
Yvel Feb 3, 2008 at 12:29 pm
None
None
+0 votes
None
Not using a focus kick/gouge/shiv is limiting your overall capabilities and control throughout a match. 
However if you insist on having minimal macros then by all means go get em tiger!
SPSTM2
SPSTM2 Feb 3, 2008 at 12:30 pm
None
None
+1 votes
None
You are talking to a guy who plays with spell book out. Pretty sure focus is the last thing on my mind.
cheatz
cheatz Feb 3, 2008 at 12:45 pm
None
None
+1 votes
None
focus kick is probably my favourite macro of them all.

worlds best macro? possibly.
sargsui
sargsui Feb 3, 2008 at 3:34 pm
None
None
+2 votes
None
rogues have it so easy with the spellbook.  I mean most casters have to rifle through pages of ranks to get to the spell they want.
spex
spex Feb 3, 2008 at 10:48 pm
None
None
+1 votes
None
im pretty sure a focus kick switches your target to your focus (gouge probably does the same thing), so there's really no point you might as well tab and do it if ur in melee range anyways


only macros i use are shadowstep and target focus, blind focus, sometimes a macro to /target rogue and /cast sap, when i know the rogue's name, id use that shadowstep sap one though if itll really let me sap a hunter through flare
fittshader
fittshader Feb 3, 2008 at 9:38 am
None
None
+1 votes
None
"Beware if you mash this twice you will use up both sets of CDs."

That would be one pesky little surprise wouldnt it? (I lold)


Btw, I was ar prep without one macro and I have not one single akward key bound. And I have feint binded.

Props for the sap macro tho.
Virtua
Virtua Feb 3, 2008 at 9:51 am
None
None
+1 votes
None
use macro's sparingly, sometimes you just dont need them. ( the sap and cs ones are ok , but the other ones restrict gameplay too much)
Serthox
Serthox Feb 3, 2008 at 10:35 am
None
None
+1 votes
None
About this:

#show hemorrhage
/startattack
/use [combat] Bloodlust Brooch
/cast [nostealth] stealth
/cast [combat] Hemorrhage

When i press it and dont have my trinket ready, the annyoing sound comes when u try to use an item that is not ready, and i get "Item is not ready yet" error... Very annoying

Anyone know how to fix this?
Ming
Ming Feb 3, 2008 at 12:11 pm
None
None
+2 votes
None
You have to go to data\sound\spells\ and make a folder called fizzle.

In fizzle you want to drop a blank second wav file and name it FizzleHolyA.WMV. This can be very easily created from windows sound recorder, just record a blank 1 second sound file.
magdain
magdain Feb 3, 2008 at 9:32 pm
None
None
+0 votes
None
#show Hemorrhage
/startattack
/run SetCVar("Sound_EnableSFX", "0")
/script UIErrorsFrame:Hide()
/use [combat] Bloodlust Brooch
/cast [nostealth,nocombat] !Stealth; [combat] Hemorrhage
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()
/run SetCVar("Sound_EnableSFX", "1")

No error sound, no error frame brooch/stealth/hemo
kAur
kAur Feb 3, 2008 at 10:46 am
None
None
+3 votes
None
Sounds > Error Speech, its a suboption somewhere near the top ;p
Serthox
Serthox Feb 3, 2008 at 11:09 am
None
None
+1 votes
None
I got the arror msg away, but the sounds still there evne though i unchecked the box :<
Iblis
Iblis Feb 3, 2008 at 12:00 pm
None
None
+0 votes
None
I still have a macro with /target Ming and 10 lines of /spit
gotchaa
gotchaa Feb 3, 2008 at 12:47 pm
None
None
+2 votes
None
this is my main macro that I use you can replace premeditation with pickpocket if ur more pve and as for the scrip coding it takes away the terrible read messages on the screen which covers my naturecast bars enjoy!
/cast [stealth] Premeditation
/stopcasting
/cast [stealth] Cheap Shot
/script UIErrorsFrame:Hide()
/cast [combat] Hemorrhage(Rank 4)
/script UIErrorsFrame:Clear(); UIErrorsFrame how()
THE SPOTLIGHT
Pornstar Friday, Wal-mart vs. blacks, Fermi, NCAA
1 of 9
THE IMAGE FEED
253 images uploaded in the last 60 days. Got an image you need hosted?
Copyright ©2007-2010 GameRiot All Rights Reserved.