Forum Settings
       
Reply To Thread

Good source for Macro info?Follow

#1 Jan 24 2011 at 8:20 AM Rating: Decent
*****
11,852 posts

Quick question -

Does anyone have a good site for up-to-date (4.0 ONLY) macros? I have been searching and everything from WoWWiki to ArenaJunkies is full of pre-4.0 macros that don't work any more. There are a number of things I am trying to macro for my Rogue and my Druid and running into some serious frustration.

Thanks!
#2 Jan 24 2011 at 9:09 AM Rating: Good
***
2,346 posts
Try asking here, some of us might be able to help you. Smiley: smile
#3 Jan 24 2011 at 9:21 AM Rating: Excellent
Ghost in the Machine
Avatar
******
36,443 posts
Whatcha need, Jord? Got a few macros on my Druid. You need a Feral Charge + Ravage macro? Perhaps a Faerie Fire macro? How about a macro that'll cast Savage Roar in Cat Form, Survival Instinct and then Frenzied Regeneration in Bear Form and Rebirth/Revive in caster form, depending on whether or not you're in combat?

Also, I've got cheap watches. Best quality, lowest price. Special price for you, my friend. Smiley: waycool
____________________________
Please "talk up" if your comprehension white-shifts. I will use simple-happy language-words to help you understand.
#4 Jan 24 2011 at 9:56 AM Rating: Decent
*****
11,852 posts
Mazra wrote:
Whatcha need, Jord? Got a few macros on my Druid. You need a Feral Charge + Ravage macro? Perhaps a Faerie Fire macro? How about a macro that'll cast Savage Roar in Cat Form, Survival Instinct and then Frenzied Regeneration in Bear Form and Rebirth/Revive in caster form, depending on whether or not you're in combat?
Smiley: waycool


Those would all be cool!

Specifically, the one for Feral Charge -> Ravage. I only have Ravage on my stealth bar, and no room on my main bar, so that would really help.

I am also trying to figure out how to best make use of the feral talent that lets me cast an insta-cast spell after I use a 5-pt finisher. . . Not sure how to best use that. I just started playing my Druid again.

For Rogue, I am trying to figure out how to shadowstep -> sap or Shadowstep -> CS. I used to just have /cast Shadowstep /cast sap (which used to work because Shadowstep does not trigger global cooldown). Now it just tells me I'm out of range (because I'm out of range for sap).

Also, I want a spammable sap macro that will sap my target if I have one, or target closest if I don't have one.

#5 Jan 24 2011 at 12:10 PM Rating: Good
Ghost in the Machine
Avatar
******
36,443 posts
For most of the "do ability 1 then ability 2" you can use /castsequence.

I use it in my Charge + Ravage macro:

#showtooltip
/castsequence [stance:3] reset=10 Feral Charge(Cat Form), Ravage!


The reset is there because Stampede, the buff activated by Feral Charge when talented, enabling Ravage (which turns into Ravage!) to be cast while out of stealth and regardless of position, lasts 10 seconds.

Castsequence works really well here since Stampede only has one charge, so once you've used Ravage! it'll reset back to Feral Charge(Cat Form).

Theoretically, you should be able to modify that macro to also work as Feral Charge(Bear Form):

#showtooltip
/castsequence [stance:3] reset=10 Feral Charge(Cat Form), Ravage!
/cast [stance:1] Feral Charge(Bear Form)


But I'm not sure.

As for Predatory Strikes (insta-cast talent), your best bet here is to keybind the spells you might find yourself using often. I've got my heals as Shift-12345 and such. Gives me easy access to healing and Roots and all that jazz.

As for Shadowstep -> Sap, you should be able to use the same macro as above:

#showtooltip
/cast [nostealth,combat] Vanish; [nostealth,nocombat] Stealth
/castsequence [stealth] reset=20 Shadowstep, Sap


No idea if this will work, or is the most efficient way to write it out, but in theory, it'll cause you to Shadowstep on the first hit and Sap on the second. If you're not stealthed, it will instead try to put you in stealth, either by using Vanish if in combat, or by simply activating Stealth.

Basically, if it works, you should be able to spam it and it'll put you in Stealth, Shadowstep and Sap your target.

As for your panic button Sap macro, have you tried:

#showtooltip
/targetenemy
/cast Sap


?

I'll have to dust off my old Rogue if these don't work. The Druid one works, or at least the first one I linked does. Personally, I've got Feral Charge for Bear and Cat on separate actionbars that switch when changing forms, so I don't really use the stance modifier.

But in theory, I'm awesome and the king of macros.

Edit: Forgot to include my multipurpose Druid macro:

#showtooltip
/castsequence [stance:1] reset=180 Survival Instincts, Frenzied Regeneration
/cast [stance:0/2/4/6,nocombat] Revive; [stance:0/2/4/5/6] Rebirth; [stance:3] Savage Roar


Will cast Survival Instincts on first hit, Frenzied Regeneration on the second, if in Bear Form. Will cast Savage Roar if in Cat Form (you can change this to whatever Cat Form ability you prefer on that hotkey). Will cast Revive if in any form besides Cat/Bear and out of combat. Will cast Rebirth if in any form besides Cat/Bear and in combat.

Edited, Jan 24th 2011 7:20pm by Mazra
____________________________
Please "talk up" if your comprehension white-shifts. I will use simple-happy language-words to help you understand.
#6 Jan 24 2011 at 12:44 PM Rating: Good
******
27,272 posts
Mazra wrote:
reset=10
lasts 10 seconds.
Just a small note, reset=10 means that it resets after 10 seconds of not touching the macro, not that it lasts 10 seconds.
#7 Jan 24 2011 at 2:55 PM Rating: Good
Ghost in the Machine
Avatar
******
36,443 posts
Indeed, which is why you use a reset=10 on a 10-second duration ability. You'll see that I mentioned the buff lasted 10 seconds, not the macro.

You hit it once, the reset and the duration start ticking. 10 seconds later, the duration reaches zero and the macro is reset. Basically, it's there in case you Charge, but never get to use the Ravage. The reset prevents your macro from getting stuck. In case you do use Ravage, it will reach the end of the macro anyway and reset regardless of the reset=10.

In some cast sequences, you might want to set the reset number to a value lower than whatever cooldown or duration you're going for. Especially if the cast sequence contains more than two abilities in it.

For something like Shadowstep followed by Sap, or Feral Charge followed by Ravage, you can easily set the reset timer to the duration of Shadowstep's cooldown or Stampede's duration. Stampede is easy because it lasts 10 seconds and only gives you one charge on your Ravage, so hitting Ravage once will prevent further Ravages. The Sap macro is also relatively easy because often you'll only want to Shadowstep and Sap whenever Shadowstep is available.

I recommend keybinding the regular Sap for whenever you need to Sap someone without blowing Shadowstep.

Edited, Jan 24th 2011 9:57pm by Mazra
____________________________
Please "talk up" if your comprehension white-shifts. I will use simple-happy language-words to help you understand.
#8 Jan 24 2011 at 7:29 PM Rating: Excellent
*****
10,601 posts
I'd use a shorter reset probably, just so that if the ability is up you don't accidentally press it to early and reset the counter. Basically set the reset to the longest amount of time you'd go and still possibly use the next ability. If it's always going to be 1-2 then 3-4 seconds is probably more then enough.
____________________________
01001001 00100000 01001100 01001001 01001011 01000101 00100000 01000011 01000001 01001011 01000101
You'll always be stupid, you'll just be stupid with more information in your brain
Forum FAQ
Reply To Thread

Colors Smileys Quote OriginalQuote Checked Help

 

Recent Visitors: 427 All times are in CST
Anonymous Guests (427)