Can't drag macros to bar
Londirin opened this issue · 15 comments
I'm curious how you'll fare with the development version. I suggest downloading the contents of this repo and using that in your addons folder. Unfortunately I can't reproduce these kinds of issues on my end :(
Brand new to github - I'm going to try deleting all the "new" macros it made. I bit ago I did the whole set addon txtfile to false, etc. It made a bunch of macros in the "old" macro tab, and when you do /m it pulls up both megamacro's tab and the old tab.
If I replace it with the one from your repo, it will delete all my current macros right?
Yeah so if the auto-import can't complete because you have a lot of character-specific or global macros, you won't have full functionality until you manually copy across the macros you want and delete the old ones.
If that's your issue then you won't need any update of the addon. You should also be seeing a popup every time you log in or reload your ui.
Macro data is stored in the WTF folder, not the addons folder :) Addons only has the code to be run - not the saved data.
Downloaded and updated the addon to the one in your repo, did not fix the issue :/ The "General Macros" tab of the "old" /m is now repopulated with all the stuff I just deleted.
I'm having a hard time understanding what your experiencing from your comments. If /m opens both new and old macro UI, that means import is not complete and you'll have to copy across your macros to the new ui and delete your macros from the old UI. If the import was complete for Global macros then you'll see every macro slot filled with macros that just click buttons. Don't edit those macros since they are important to the function of the addon.
The most common case is if you are logging on to a character you haven't been on in a bit and you still have your characters macros in the old macro window.
Yup so the character macros will likely still have your macros there, not the 'stub' ones.
Want to join my zoom real fast just so you can get an idea? I can share my screen
For anyone else visiting this page, the issue was some kind of failure in the initial import/initialize of the addon for character specific macros. The solution was to delete the MegaMacro.lua
on the character where the issue was happening so that the addon would reinitialize the character macros.