Minimal combat actions for macro users
mbattersby opened this issue ยท 1 comments
It sucks it does nothing now, it should probably at least dismount.
Because Dismount() is not protected (so far) it would be possible not abort the PreClick
and only abort if the found action is protected when InCombatLockdown()
. I'm not sure that really makes sense though, the combat actions have always been completely separate from the rest of the actions.
It might be possible to do something clever with SecureHandlerWrapScript
though keeping it and the regular SABT actions straight confuses me greatly.
See 2b1013c