Mega Macro

Mega Macro

39.7k Downloads

Cant use addons that update their own macros

Langmans opened this issue · 1 comments

commented

AddOns like Ravenous Mounts try to update a macro on certain conditions, and since mega macro edits that macro, the macro can no longer be updated.

Would it be possible to add an option to MegaMacro so it won't try to import a certain macro by name?

Another idea is if you just hooksecurefunc() the game API functions (CreateMacro, EditMacro, DeleteMacro), so AddOns can just write to a certain macro by name in MegaMacro's storage.

commented

I am also having problems with mega macro not allowing Zygor Guides to work properly because it manages a couple of its own macros. Is there anyway to create like a blacklist we can add macro names to that Mega Macro will not try to import?