-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplication of General Macros #70
Comments
Okey, it was kinda easy changing MySlot:FindMacro, i dont know if this is a issue that others also have, if not i guess we can mark this with solved if this isnt something you are interested in including/changing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Im using macros that are named "0PI","0Rescue","0Innervate" etcetc that have their contents changed from another macro, so if i mouseover a person and press my "PiChangeMacro" it puts that units name in "0PI".
Problem with those "0PI" macros are that if the content of the macros have changed since the Myslot export, Myslot creates a duplicate of those with the same name which makes it so the changing macro cant identify the correct one and me myself have no idea which of the macros are the "true" macro that i wanna keep and which are the "false" that i wanna delete, deleting the wrong one removes them from all my characters that use them which is a big pain.
Chosing to ignore general or specifik macros results in myslot not dragging the macro on the bar.
Guess its a niche case of Myslot determines the identity of the macro by the body of the macro and not just the name, i guess what im after is "Does macro name XXXX already exists? Yes->Drag it on the bar, No->Create it then drag it on the bar".
The text was updated successfully, but these errors were encountered: