You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that my macros with spells didn't show ABA overlays anymore in Patch 10.2, neither with addon version 10.0.3 nor the 10.0.0 I had installed before. "Spells & items" view said the buttons were "unsupported".
I recalled seeing a mention that macros with items broke a while ago, so I did some digging in the code, and found that GetActionInfo no longer returns the macro index as the actionId even for spells.
For spells, the function pleasantly returns "macro", [spellID], "spell" so that's an easy fix, although no luck for macro conditionals without the index.
For items, the actionId is just slot-1 which I guess is unchanged.
The text was updated successfully, but these errors were encountered:
however macro names are not guaranteed to be unique so this might return wrong results.
Could you pull latest master and see if this is resolved now? Also, please tell what actions bars addon you are using as this might be relevant (Dominos and stock ui should work, not 100% sure about LibActionButton based ones)
Version (*):
10.0.3
Bug description (*):
I noticed that my macros with spells didn't show ABA overlays anymore in Patch 10.2, neither with addon version 10.0.3 nor the 10.0.0 I had installed before. "Spells & items" view said the buttons were "unsupported".
I recalled seeing a mention that macros with items broke a while ago, so I did some digging in the code, and found that GetActionInfo no longer returns the macro index as the actionId even for spells.
For spells, the function pleasantly returns
"macro", [spellID], "spell"
so that's an easy fix, although no luck for macro conditionals without the index.For items, the actionId is just
slot-1
which I guess is unchanged.The text was updated successfully, but these errors were encountered: