Also on AOL
- Autos
- Technology
- Lifestyle
- Gaming
- Finance
- Entertainment on AOL
- Lifestyle on AOL
- Sports on AOL
- Travel on AOL
- More on AOL
Featured Galleries
Joystiq
© 2013 AOL Inc. All rights Reserved. Privacy Policy | Terms of Use | Trademarks | AOL A-Z HELP | About Our Ads

Reader Comments (Page 1 of 1)
6-13-2007 @ 4:48PM
Misfit said...
A couple things about focus...
1) If you set your pet as your focus it will be cleared if he is dismissed (includes mounting).
2) Another command that might be handy is /clearfocus
3) I have an assist macro that I use to target the target of my focus and cast Hunters Mark. If you arent speced in IHM you will get an error, so this macro disregards the error.
Focus Assist Macro
/script UIErrorsFrame:Hide()
/assist focus
/cast Hunter's Mark
/script UIErrorsFrame:Clear();UIErrorsFrame:Show()
Another macro I use to replace my Steady Shot button integrates Kill Command that will cast KC on your pets target. I use this because my pet is commonly used as an OT and trying to cast KC while you dont have your pets target targeted will spit out an error.
/script UIErrorsFrame:Hide()
/cast Steady Shot
/cast [target=pettarget] Kill Command
/script UIErrorsFrame:Clear();UIErrorsFrame:Show()
Reply