Originally Posted by Neostar
I am a BM hunter and just recently switched to below listed macro and have discovered that it will, for some reason automatically switch to a new target when my current target dies. My guild frowns on people breaking sheep before their time, and my new macro really wants to do this. So please help keep me guilded, if you can explain why it re-targets on its own?
/cast [target=pettarget, exists] Kill command
/castsequence reset=3 Steady shot, !Auto Shot
/console Sound_EnableSFX 0
/castrandom Rapid Fire, Bloodlust Brooch, Core of Ar'kelos
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
Note: I have tried the new 2:3 macro and still find that im clipping, I'm assuming it due to my weapon speed, Gladiator xbow = 3.1 and I'm trying to get the WSR which will hopefully make the 2:3 work for me.
|
You're mashing it. Also, you don't need a castsequence at all for Steady Shot.
/cast !AutoShot
/cast Steady Shot
This will cast Steady Shot, then start auto shot once steady shot starts. Pressing it again just casts Steady Shot. So then you start to add things to it.
//cast [target=focustarget, harm] [target=pettarget, exists] [ ] !Autoshot
/cast [target=pettarget, exists] Kill Command
/cast [target=focustarget, harm] [target=pettarget, exists] [ ] Steady Shot
/petattack [target=focustarget] []
In 1 button, makes my pet attack, starts the shots on the first target available (If i have no focus, it will do it on the pet's target. If the pet has no target, it will cast it on my target), and does Kill Command. Since i can tell when I crit, I just press the button again when kill command is available. Since there is no /stopcasting, pressing it won't interrupt steady shot at all. In all I fit a steady shot rotator that pretty much puts the game into easymode.
I usually start off a regular fight with this:
/cast [harm, nocombat] [harm, modifier:shift, combat] Hunter's Mark; [harm, nomodifier, combat] Intimidation
/petattack [target=focustarget, harm] [harm]
Which will do hunter's mark and sic my pet on the target. If i'm in combat, i have to hold shift to do hunter's mark (ie, a boss fight). If i'm in combat and not holding shift, it does Intimidation. I'm gonna change that to misdirection i think as soon as i hit 70, and make it target either my focus if it's available or my pet. It will be glorious.