Forum Settings
       
Reply To Thread

Great great Macro for a Druid (Feral)Follow

#1 Apr 06 2007 at 9:23 AM Rating: Excellent
**
592 posts
Life has become 50x easier since I threw this macro on my hotbar about 2 months ago (Around the time I got Maim).

We all know that a 5 point Maim will allow you to drop combat and restealth, then repounce, etc. Everyone's been told this. What everyone hasen't been told is that you've got like a .000001 second window to stealth before Maim breaks. Then you have another .0000000001 seconds before whatever class you just maimed burns their AOE and breaks your Stealth.

So, the one button spamming macro:

/cast [nostealth] Prowl; Pounce

That easy. :)

After you maim, you just stand behind the person and spam this macro until it goes off. Very easy, and you will never burn a 5 point Maim only to get AOE'd out of Stealth, or hit before you can stealth, or destealth right after you stealthed, because you were spamming Prowl (Grrr I hate that).

Enjoy. :)
#2 Apr 06 2007 at 10:05 AM Rating: Good
***
1,859 posts
/clap

Awesome!

I'm not a huge fan of macros cause I like to keep the skill descriptions close and see the cooldowns and cost, etc, but I can definitely find a place for that macro somewhere on my bars. :P

Edited, Apr 6th 2007 2:05pm by Selverein
#3 Apr 06 2007 at 10:39 AM Rating: Decent
Hey man nice it really works ty m8 :P
#4 Apr 06 2007 at 11:03 AM Rating: Good
**
592 posts
Hey Selverein, you know that with the new patch (2.1.0), they're allowing you to show different tooltips and macro icons based on conditions (ie: For Button 1, it will show Rejuvenation if you have a Friendly targetted, and Moonfire if you have an enemy targeted).

Might be good for you, since you can then see all that info and use a macro at the same time. :)

As an aside, with this macro, everyone should keep Prowl elsewhere on their bar, since this macro does not de-stealth.
#5 Apr 06 2007 at 11:18 AM Rating: Good
***
1,859 posts
Oh really?
Damn, seems like I have much to catch up on about macros. X_x

Thanks for the info! :D
#6 Apr 06 2007 at 2:50 PM Rating: Decent
Ghost in the Machine
Avatar
******
36,443 posts
Someday you'll only have to press one button and the game will play itself.

I already have a macro that allows me to cast Faerie Fire (Feral) and Faerie Fire by using the same button. So I don't have to fill up my bars with two of the same spell.

What I'm really hoping for is when someone up in Blizzard's office decides that pressing Cat form while in Bear form will cancel Bear form. That would fix so many of my problems.
____________________________
Please "talk up" if your comprehension white-shifts. I will use simple-happy language-words to help you understand.
#7 Apr 06 2007 at 6:24 PM Rating: Good
**
592 posts
Quote:

What I'm really hoping for is when someone up in Blizzard's office decides that pressing Cat form while in Bear form will cancel Bear form. That would fix so many of my problems.


That's what the Macro's allow you to do. :)

In addition, you can do with other spells what you do with Faerie fire.

For instance, on my bar, It's set as the following:

Button 1: Moonfire Rank 1, Rejuvenation
Button 2: Wrath, Regrowth
Button 3, Moonfire, Healing Touch
Button 4: Entangling Roots, Innervate
Button 5: Starfire, Abolish Poison
Button 6: Faerie Fire, Remove Curse

etc...

It chooses condition 1 if my target is Hostile, and condition 2 if my target is Friendly.

Really saves on button space. ^^
#8 Apr 06 2007 at 10:22 PM Rating: Good
**
421 posts
What would the text on a macro look like if I wanted it to use Shadowmeld when I'm in caster form, and Prowl when I'm in cat form?
#9 Apr 07 2007 at 11:53 AM Rating: Good
**
592 posts
/cast [stance:3, nostealth] Prowl; [nostance, nostealth] Shadowmeld

or

/cast [stance:3, stealth] Pounce; [stance:3] Prowl; [nostance, nostealth] Shadowmeld

I think that's correct. :) First one will Prowl if in Catform or Shadowmeld if in Caster. Second is the same, just incorporates the pounce macro.

Really macro's are easy to write. The above was just

<action> [Conditions to activate the following skill] <skill name>; [another condition for a different skill] <skill name>

etc...

/cast is the Action
stance:3 and stealth are both modifiers. Stance:3 is Catform. Stealth is self-explanatory. :)
Pounce is the name of the skill. Semi-colon signifies the end of that condition/action sequence.

As it goes down further, the other ones become possible only if the previous were not true. So you don't have to specifiy conditions which are inherently not true for the new condition to be tested in the first place. As such, I didn't have to put a [nostealth] condition to activate Prowl after the Pounce, because the macro wouldn't have run that far if I was stealthed. :)

For a list of conditions and modifiers, visit this link:

http://forums.worldofwarcraft.com/thread.html?topicId=74337875&sid=1

Edited, Apr 7th 2007 4:00pm by ItharrAlexander
#10 Apr 12 2007 at 4:00 AM Rating: Decent
25 posts
Where do you pick the maim abilty I don't seem to have it for my feral druid...
#11 Apr 12 2007 at 4:13 AM Rating: Decent
Quote:
Where do you pick the maim abilty I don't seem to have it for my feral druid...

You get it at level 62, I think. So if you're not level 62 yet, you can't even have it. Hope this cleared everything.
#12 Apr 12 2007 at 6:54 AM Rating: Decent
Alright, I've been in a dillema of sorts.

On my druid I have made alot of macros to make my druid life easier.

A few of them are as follows

/cast [Harm] Wrath; Healing Touch
/cast [Harm] Entangling Roots; Regrowth
/cast [Stealth] Pounce; Ferocious Bite
/cast [Stealth] Ravage; Rake
/cast [Nocombat] Prowl; Claw

I'm also going to finish one when I get home to make it that right after I come out of prowl it cast faerie fire (feral) on my target.

I have done this to shorten my regular bar to 7 keys and my cat form to only 5! (at level 37).

Unfortunantly I can not think of anything to use to do this with my bear form. I've been thinking of non-combat ones but I cant figure out how that would work. Anyone have any ideas?

Edited, Apr 12th 2007 10:58am by Feralist

Edited, Apr 12th 2007 2:30pm by Feralist
#13 Apr 12 2007 at 7:17 AM Rating: Good
**
592 posts
Nice macro's, Feralist.

I have no macro's for Bear form atm. Actually, I have one, but it's PvP. When I shift to bear form, I have it setup so that if I spam the shifting key, it performs a Bash after the shift. Unfortunately, that means that to shift out, I have to use a different shapeshift button, but I don't mind it too much.

Bear doesn't have much in the way of conditions. No stealth, etc. Blizzard took away alot of the abilities to detect certain things (For instance, if aggro is on you, then Maul, otherwise Taunt, etc...).

All my bear buttons are on my hot bar, minus Challenging Roar and Frenzied Regen, I rarely use either, so I can justify manually clicking them. :)
#14 Apr 12 2007 at 10:07 AM Rating: Decent
Thanks, I am now thinking on making it so that when I shift to bear instead of bash, like you had put, it will charge since most of the time when going into bear it is to charge a far off enemy. I guess I can shorten it a bit by combining combat/noncombat skills such as enrage but also include a clickable one just incase.

But, a downside is I put all my druid macros onto the gereal area so now I have to redo them on in the selective character area. If I find out a good way to shorten bear skills I'll be sure to post it.

Opps found an error in one of the macros about. Accidently put NoStealth instead of NoCombat

Edited, Apr 12th 2007 2:29pm by Feralist
#15 Apr 17 2007 at 10:46 AM Rating: Good
***
3,771 posts
Mazra wrote:
Someday you'll only have to press one button and the game will play itself.

Heh, I actually wrote the code for that before the expansion just to see if I could. I got it down to three shapeshifting keys, two action buttons, and an oh sh** button. It wasn't too hard to write back then but it made the game boring. No matter how many times you stomp a gnome they just keep coming back. Blizz did a damn fine job when they reworked the mod framework to be usable but not abusable.

Mazra wrote:
I already have a macro that allows me to cast Faerie Fire (Feral) and Faerie Fire by using the same button. So I don't have to fill up my bars with two of the same spell.

What I'm really hoping for is when someone up in Blizzard's office decides that pressing Cat form while in Bear form will cancel Bear form. That would fix so many of my problems.



Here is a macro you can spam from any form to get to bear form. If you are already in bear form it does nothing.

/cancelaura [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form
/cast [nostance] Dire Bear Form

Similarly this one you can spam from any form to get to cat form. If you are already in Cat form it uses Prowl.

/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:4] Travel Form; [stance:5] Moonkin Form
/cast [nostance] Cat Form; [stance:3] Prowl

(note with this one that if aren't level 40 yet you will need to change "Dire Bear Form" to "Bear Form")


My favorite one was stolen from the macro thread on the us official site's druid forum. It is a spammable travel form to go back and forth between Travel form and Humanoid Form or between Aquatic Form and Humanoid Form, depending on whether or not you are underwater.

/cancelaura [stance:1] Dire Bear Form; [stance:2] Aquatic Form; [stance:3] Cat Form; [stance:4] Travel Form; [stance:5] Moonkin Form
/cast [nostance, swimming] Aquatic Form; [nostance, outdoors] Travel Form
#16 Apr 17 2007 at 7:32 PM Rating: Good
Yep, for tanking, my mods basically did everything for me.

I hit the same key over & over. FF, Maul, Maul, Maul, Enrage if rage low, Feral Charge if too far away, Growl if it isn't targeting you, Demo Roar if excess rage.

All by spamming one key over & over. :)


Same with cat - FF, Rake (if bleed not already on), Claw, Claw, Rip (if 4-5 combo points), FB if it will kill the current target (based on Mob-Health & nummber of combo points etc.)


We actually have to play now - and I am a far better player because of it!

It took some relearning at first, but I can play better now than ever!
#17 Apr 27 2007 at 4:56 AM Rating: Decent
Is this PVP only, because it doesn't seem to work PVE?
#18 Apr 27 2007 at 5:20 AM Rating: Good
***
1,859 posts
Could you be any less clear? O_o

Like, which macro do you think works for PvP only? Everything about re-stealthing is PvP-only. In PvE you have to kill the mob to drop out of combat or use a force-stealth ability like Vanish.

Otherwise most macros mentioned work in both environments.
#19 Apr 27 2007 at 8:56 AM Rating: Decent
ItharrAlexander wrote:
Life has become 50x easier since I threw this macro on my hotbar about 2 months ago (Around the time I got Maim).

We all know that a 5 point Maim will allow you to drop combat and restealth, then repounce, etc. Everyone's been told this. What everyone hasen't been told is that you've got like a .000001 second window to stealth before Maim breaks. Then you have another .0000000001 seconds before whatever class you just maimed burns their AOE and breaks your Stealth.

So, the one button spamming macro:

/cast [nostealth] Prowl; Pounce

That easy. :)

After you maim, you just stand behind the person and spam this macro until it goes off. Very easy, and you will never burn a 5 point Maim only to get AOE'd out of Stealth, or hit before you can stealth, or destealth right after you stealthed, because you were spamming Prowl (Grrr I hate that).

Enjoy. :)



Ooooooh, Rate up! Smiley: grin
#20 Apr 27 2007 at 9:00 AM Rating: Decent
ItharrAlexander wrote:
Nice macro's, Feralist.

I have no macro's for Bear form atm. Actually, I have one, but it's PvP. When I shift to bear form, I have it setup so that if I spam the shifting key, it performs a Bash after the shift. Unfortunately, that means that to shift out, I have to use a different shapeshift button, but I don't mind it too much.

Bear doesn't have much in the way of conditions. No stealth, etc. Blizzard took away alot of the abilities to detect certain things (For instance, if aggro is on you, then Maul, otherwise Taunt, etc...).

All my bear buttons are on my hot bar, minus Challenging Roar and Frenzied Regen, I rarely use either, so I can justify manually clicking them. :)


Ah, I use both Challenging Roar and Frenzied Regen. A lot of the times I have so much spare rage that I have nothing else to do with it, and it is basically our only "shield wall"-type ability to CYA.
#21 Apr 27 2007 at 3:51 PM Rating: Good
I also use Frenzied Regen in most boss fights. Spamming Mangle, Lacerate, Lacerate, Lacerate.....I usually always have a full rage bar. I figure using Frenzied Regen every 3 mins or if I start getting a bit low will at least take a tiny bit of pressure off the healers and costs me nothing (in such a high-rage situation).
#22 Apr 29 2007 at 6:54 AM Rating: Decent
Guess I was too vague. Is the OP macro pvp only? It doesn't seem to work for pve. I dueled a rogue and it worked fine on him.
#23 Apr 29 2007 at 11:41 AM Rating: Decent
Ah sorry selv when i posted again I hadn't read your post yet. I guess that answered my question. Giving Druids a vanish would make them incredibly IMBA I guess. >.<
#24 May 03 2007 at 12:11 PM Rating: Decent
Quote:
We all know that a 5 point Maim will allow you to drop combat and restealth


Not only did I not know that, I can't seem to get it to work. I 5-point maim, deselect target, hit prowl, but nothing happens. What am I missing?

#25 May 03 2007 at 12:48 PM Rating: Decent
*
154 posts
Only against another player, you go "out of combat" after 5 seconds of no combative actions. So on a 5-point Maim, you have long enough to Prowl again near the end of a stun.

Againts NPC's ("mobs"), this does not work, as you only go "out of combat" when you kill it or it gives up on chasing you, goes into Evade mode, and returns to full health.
Reply To Thread

Colors Smileys Quote OriginalQuote Checked Help

 

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