Sellorio / mega-macro

A World of Warcraft AddOn that replaces the built in macro functionality allowing more and bigger macros.
17 stars 13 forks source link

Cant use addons that update their own macros #205

Open Langmans opened 1 year ago

Langmans commented 1 year ago

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.

Spicie-1 commented 1 month ago

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?