Mega Macro

Mega Macro

39.7k Downloads

[mod:shift] Not working on some macros and posting errors

Magustar opened this issue · 16 comments

commented

Macros show correctly in Macro UI but not in Action Bars noted in this screenshot;

image

the contents of that macro are;

#showtooltip
/use [mod:shift] Wormhole Generator: Zandalar; Wormhole Generator: Kul Tiras

Macros have been imported from old UI. I have tried recreating macros in new UI but with no luck in solving the issue. The buttons do work but the "?" icon remains and the LUA errors pile up till a warning is given to shutdown Addons.

commented

Just tested, looks like the brace shouldn't be the cause even if you did have it in your macro. Let me know if the current state of Master is also broken.

commented

Try Chi Torpedo as a Mistweaver for some reason that one isn't working either.

commented

Scratch that it came around after a Reload

commented

If you change talents then you currently need to reload to have that stuff fix itself.
So are there any remaining issues?

commented

Nothing un-bearable. Changing zones causes all macro icon on toolbars to revert to "?" but a reload fixes it.

commented

I'll look right into that. I had previously solved that.

commented

Please join the discussion at #101.

commented

Please provide the LUA error. You can gather this by installing the BugGrabber and BugSack addons. Also, which action bar addon are you using?

commented

Not using any action bar addons just stock WoW UI.

commented

image

commented

This is likely an issue specifically with the engineering item. Any chance you can cause this to happen with non-profession locked items/spells?

commented

image

commented

You know you're right. I do notice that it is all engineering items that are kicking up these errors. I'll try with toys see if they have similar issues.

commented

If the engineering items count as toys with no spell that would seem to explain it. I've added some code in to handle that potential scenario. It'll be in 1.5.0 which is a day or 2 out probably. Alternatively, you can grab the latest Master and check with that. (I just committed the hopefully fix)

commented

Getting errors with Toys as well;

image

Macro content

#showtooltip
/use {mod:shift] Hearthstone Board; Autographed Hearthstone Card

commented

You have a brace instead of open bracket btw.