Cant use addons that update their own macros
Langmans opened this issue · 1 comments
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.