feature request: match Blizzard changes to allow pet spells on standard action bar
teh-fixerer opened this issue · 5 comments
Not a pressing issue but it would be nice to be able to have pet spells on Neuron action bars.
I looked into this today, but it seems like this can't be done at the moment. When querrying the cursor I.E. GetCursorInfo(), pet actions don't return any usable info besides "petaction", thus we have no identity to build a macro from. :-/
No prob to close I guess, but If you get back to it, maybe think of pets similar to characters that have spell books too? Just an idea but maybe that's a clue how to implement since pet actions can be dragged from the pet spell book onto a blizzard stock action bar.
On Tuesday, June 5, 2018, 6:29:08 p.m. CST, Britt Yazel <[email protected]> wrote:
I looked into this today, but it seems like this can't be done at the moment. When querrying the cursor I.E. GetCursorInfo(), pet actions don't return any usable info besides "petaction", thus we have no identity to build a macro from. :-/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Yeah that's because your dropping them on an action button, which is
different than our system of generating a macro. For that to happen I need
to be able to querry the ability name that I have picked up, but
unfortunately the only GetInfo type functions for pets only tell you the
names of the abilities already on a pet bar. I even tried hooking the
spellbook on drag button to capture the dragged buttons ID, but for some
reason the pet IDs we're gibberish.
On a lighter note, you can always write your own pet ability macro by hand.
"/Cast Claw" for example
…On Tue, Jun 5, 2018, 6:49 PM teh-fixerer ***@***.***> wrote:
No prob to close I guess, but If you get back to it, maybe think of pets
similar to characters that have spell books too? Just an idea but maybe
that's a clue how to implement since pet actions can be dragged from the
pet spell book onto a blizzard stock action bar.
On Tuesday, June 5, 2018, 6:29:08 p.m. CST, Britt Yazel <
***@***.***> wrote:
I looked into this today, but it seems like this can't be done at the
moment. When querrying the cursor I.E. GetCursorInfo(), pet actions don't
return any usable info besides "petaction", thus we have no identity to
build a macro from. :-/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADkuE-nZFlsH7iq4x_d05Am9AvDUIUrXks5t5zUfgaJpZM4SR5j9>
.