Page 1 of 1

Post your BM macros!

Posted: Tue May 24, 2011 8:32 pm
by NoShoes
So I've been having a pretty hard time figuring out a macro that works for me in BM.

This is what i currently use but it doesn't seem to work right as it skips over when KC is up, and just does Arcane Shot which causes me to lose focus and screws the whole rotation.

#showtooltip
/castsequence reset=10 Serpent Sting, Arcane Shot, Cobra Shot, Focus Fire, Cobra Shot
/cast [target=pettarget] Kill Command
/script UIErrorsFrame:Clear


Anyone have anything better?

Re: Post your BM macros!

Posted: Sun May 29, 2011 6:42 pm
by twilightsky
I only use three macros and they dont make your life easier but they are awsome :P

Such as: /script PlaySoundFile("Sound\\Creature\\SelimFireheart\\SELIMEMPOWERED.wav")
/cast Bestial Wrath

gives a nice ego boost xD

everytime you hit Beastial Wrath i hear "YES i am a GOD!"

Re: Post your BM macros!

Posted: Sun May 29, 2011 6:59 pm
by Shade
I don't have that many macros.

I have a few mixtures of these fro land or flight, for my mounts:

/dismount [mounted]
/castrandom Albino Drake, Azure Netherwing Drake, Blue Drake, Cobalt Netherwing Drake, Onyx Netherwing Drake, Purple Netherwing Drake, Red Proto-Drake, Red Drake, Veridian Netherwing Drake, Violet Netherwing Drake, Ebon Gryphon

-------------

I use:

/focus

For when I am in a dungeon to set my focus rather then clicking around.


-------------
I use the I win macro

/cast Bestial Wrath
/cast Intimidation
/petattack

---------------

And I use the following for my shots to make them auto attack, because I was ticked when they removed that.

/targetenemy [noharm][dead]
#show Serpent Sting
/cast Serpent Sting

/targetenemy [noharm][dead]
#show Steady Shot
/cast Steady Shot

/targetenemy [noharm][dead]
#show Cobra Shot
/cast Cobra Shot

--------

And for my final macro I use:

/cast [@focus,help] Misdirection; [help] Misdirection; [@pet,exists] Misdirection

To macro my misdirect and make it a little easier to use.

Re: Post your BM macros!

Posted: Sun May 29, 2011 8:17 pm
by Rawr
#showtooltip Spirit Mend
/cast [@player] Spirit Mend

#showtooltip Misdirection
/cast [target=focus,exists,nodead] Misdirection; [target=pet,exists,nodead] Misdirection

#showtooltip
/cleartarget
/targetenemyplayer
/cast Scatter Shot
/targetlasttarget
(for PvP and Cho'gal)

/petattack

and

/y You bring your knees in tight.
/y But it's the pelvic thrust.
/y They really drive you insane.
/y Let's do the Time Warp again.
/y Let's do the Time Warp again.
because mages forget and I like that song :lol: :mrgreen:

Re: Post your BM macros!

Posted: Sun May 29, 2011 9:16 pm
by Cerele
i have
/cast beastial wrath
/use gloves (engineering enchant times in with it nicely)

and

/target <insert tank name here>
/cast misdirect

as some tanks arent as pro as me lol

Re: Post your BM macros!

Posted: Mon May 30, 2011 5:29 pm
by Golden

Code: Select all

#showtooltip
/cast Bestial Wrath
/use 10
/use 13
/cast Call of the Wild
/cast Kill Command
Super duper enrage macro...

Code: Select all

#showtooltip
/cast [pet:Bird of Prey] Snatch;
/cast [pet:Nether Ray] Nether Shock; 
/cast [pet:Warp Stalker] Time Warp; 
/cast [pet:Silithid] Venom Web Spray; 
/cast [pet:Wasp] Sting; 
/cast [pet:Shale Spider] Web Wrap;
...pet debuff macro...

Code: Select all

#showtooltip
/cast [pet:Spirit Beast, @focus, help] [pet:Spirit Beast, @target, help] [pet:Spirit Beast, @Nanyana] Spirit Mend;
/cast [pet:Core Hound] Ancient Hysteria;
/cast [pet:Beetle] Harden Carapace;
...and pet buff macro...

Code: Select all

#showtooltip
/cast [nopet, nomodifier] Tame Beast; [pet, nomodifier] Dismiss Pet; [modifier:ctrl] Revive Pet; [modifier:shift] Feed Pet;
...pet stuff minimized into a single button...

Code: Select all

#showtooltip
/cast [@focus, help][@pet, exists] Misdirection;
...and lastly, MDing made easy.

Oh wait, almost forgot!

Code: Select all

#showtooltip
/cast !Shadowmeld
/cast !Prowl
/cast !Spirit Walk
My main is a Night Elf and most of the time she has either a cat or a spirit beast out, so it's extremely handy to have both units go into stealth at just one press of a button. ^^ Her being on a PVP server, I use it quite a lot if I have to go afk in the middle of nowhere.

Re: Post your BM macros!

Posted: Wed Jun 01, 2011 1:30 pm
by SylviaDragon
auto target/pet attack macro
/targetenemy [noharm][dead]
/cast arcane shot
/petattack
self beastcleave macro (add other spells as needed. im only lvl 70 so i dont have the 71+ spells to work with
/cast rapid fire
/cast beastal wrath
/cast intimidation
/cast herosim
/cast (name of trinket)
supper aoe macro, no more having to worry about refreshing it yourself. =)
/targetenemy [noharm][dead]
/cast multi shot
/cast frost storm breath

Re: Post your BM macros!

Posted: Thu Jun 02, 2011 2:33 pm
by Worba
I like to use these 4 simple macros, placed in a 2x2 cluster on my hotbar (note, I've removed trinkets and long CD from these as my macros use an addon for error msg suppression):

Hunter's Mark. Ensures my pet attacks the mob I've marked, and saves me an extra keystroke...
#showtooltip
/petattack target
/use Hunter's Mark

Concussive Shot / Kill Command. I wrote this primarily to make my cunning pets viable for PVE solo'ing - now that conc shot is on a 5 sec CD, this goes a long way toward offsetting that tree's lack of charge...
#showtooltip
/use [combat][mod] Kill Command;Concussive Shot

Arcane Shot and Steady Shot. In a large fight you can lose time re-acquiring a new target - and often when you do get the next target, it's not the one your pet's on, and so like as not you'll pull aggro. These macros check to see if you've got a valid target; if not they choose your pet's target.
#showtooltip
/target [noexists][dead] pettarget
/stopmacro [noexists]
/use Arcane Shot

#showtooltip Steady Shot
/target [noexists][dead] pettarget
/stopmacro [noexists]
/use Steady Shot

Explosive Shot. Then there's this for SV (I only use KC when LnL procs, as a spacer)...
#showtooltip
/target [noexists][dead] pettarget
/stopmacro [noexists]
/castsequence [mod][btn:2] Kill Command;reset=2 Explosive Shot,Kill Command