03-18-2014, 12:17 PM
Unfortunately, in the standard assist mode, the entire fight is assisted. I want more granularity beyond just start-stop assist mode with one skill profile.
I have written an assist mod now that supports multiple skill profiles for different skill sequences. It's keypress based. So, if I keep (1) pressed, it will execute a specific skill sequence. If I switch to pressing (2) it will dynamically switch to another skill profile, etc. Unfortunately, I have to poll for the keypress event(s).
I'm not asking for any enhancements to the assist module. I'm asking for the ability to register for keypress events so I don't need to poll. Shouldn't be that hard and would be useful for my addon.
I have written an assist mod now that supports multiple skill profiles for different skill sequences. It's keypress based. So, if I keep (1) pressed, it will execute a specific skill sequence. If I switch to pressing (2) it will dynamically switch to another skill profile, etc. Unfortunately, I have to poll for the keypress event(s).
I'm not asking for any enhancements to the assist module. I'm asking for the ability to register for keypress events so I don't need to poll. Shouldn't be that hard and would be useful for my addon.