xod-wow / LiteMount

World of Warcraft addon LiteMount
GNU General Public License v2.0
31 stars 10 forks source link

Minimal combat actions for macro users #268

Open mbattersby opened 3 months ago

mbattersby commented 3 months ago

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.

mbattersby commented 3 months ago

See 2b1013c