Post by g***@yahoo.comPost by drowlandPost by Mark (newsgroups)I'm not a rogue but I have autoloot on and can confirm that it's often
taking longer to autoloot than it used to. Which is probably indirectly
causing your problem. I'm not sure of the reason for this but I'm not 100%
convinced that it changed with the patch, it may have been before then.
Damn blizzard. This sucks. Anyhow, I think the best fix I've come up with
1. Use distract to root 'em for 10s (damn 30s cooldown on it, oftimes I kill
much faster than that and am already in position for the next mob)
2. New macro: (will this work and did I get the syntax right?)
/castsequence reset=5 PickPocket;CheapShot
This should reset itself after 5s in case it gets stuck after pp and I never
get the cheapshot off (say the mob detects me), so it won't open with
cheapshot right away on the next mob.
Also, I now press it once after distract, wait for autoloot to complete then
press it again to start the fight.
Think that'll work?
I think you'll run into trouble with it, if you do any PvP or if you
like to do like me and spam my cheapshot button. In the first case,
you'll do a pickpocket and start the global cooldown, not good. In
the second case you'll constantly be toggling between PP and
cheapshot. Not good either.
So, I'd suggest the following if you truely TRUELY wanted to make sure
Option 1: Break it into two buttons
Make a macro to do this
/cast Sap
/stopcasting
/cast Pick Pocket
Spammable and won't hurt PvP.
Then with another key do the cheapshot.
Option 2: All in one with a required sap
/castsequence reset=5 Sap;PickPocket;CheapShot
With your target sapped, doing the extra pickpocket shouldn't be that
bad.
Thx for the tips. I don't pvp that much, when I do, I can have an additional
button that just does cheapshot, I can always swap the two buttons if/when I
decide to PvP. I've made a slight tweak to the macro myself now, making it:
/castsequence reset=combat/stealth PickPocket; CheapShot
This way, if I re-enter stealth, or enter combat, the macro will reset so it
won't start with cheapshot the next time. At least that's the theory. Just
looking at it now makes me think that perhaps the stealth parm isn't good,
as I'm already IN stealth when I cast it, it would get stuck resetting due
to stealth. Maybe:
/castsequence reset=5/combat PickPocket; CheapShot
If I understand correctly, this will cause it to reset after either 5
seconds *or* me entering combat.
There are mobs that are pickpocketable but not sappable, some demons and
undead come to mind.