Originally Posted by Vylent
Just getting back into the game. .
What's a straightforward Weapon swap - Shiv macro? ie: applying anesthetic poison
What's a decent "start attack" macro to bind to Mutilate or Sinister Strike? or is this needed?
|
For a "start attack" macro, simply do
#showtooltip
/startattack
/cast <ability name>
You might also want to add such a macro to FoK.
As for weapon swapping, I can't remember the exact code, but here's what you can try. Using Blizzard's equipment manager, create two sets - one with only your normal weapons (exclude everything else) and one with only your anesthetic poison weapon (again, exclude everything else). Then the macro will be something like this:
/equipset [modifier:shift] <Anesthetic set name>; <normal set name>
This will equip your OH with anesthetic when used with Shift key, and normal set otherwise. You'll have to Shiv manually, since swapping weapons triggers a GCD (I think).
(I haven't used weapon swap macros in a long time, so if anyone sees something wrong with the above - please correct me).