New Macro to Help Prevent Lock-ups
I’ve been seeing a number of posts related to the Kill Command locking up when using a macro for shot rotations. Although there seems to be a number of different causes, it does seem to be consistent.
To help prevent the lock up until it gets fixed sometime in the future, I recommend you either remove the Kill Command or replace the Kill Command Line in your macro with a /click line. Then add the Kill Command Icon to the appropriate position on the menu bar, in this case, MultiBar Bottom Left Button 12
The macro looks like:
#showtooltip Steady Shot
/cast !Auto Shot
/click [target=pettarget,exists] MultiBarBottomLeftButton12
/cast Steady Shot
/script UIErrorsFrame:Clear()
On the MultiBarBottomLeftButton12 put the Kill Command.
So anywhere you have use the Kill Command you can replace it with this /click command line.
Hope this helps!!
- Brig



