Hi all,
Thanks to @Ripslayer on the chat for pointing out the Edge issue and lead me to look into the issue.
If you happen to have the above issue when you are trying to import a macro chances are you may be using Internet Explorer or Microsoft Edge.
What it’s doing is adding in garbage on double spaces and causing issues when you import. The only way to fix it is remove the extra spaces at the front of each line.
This is an example.
]],
"/cast [combat] [talent:7/1] Obliteration",
"/castsequence reset=combat Howling Blast, Frost Strike, Obliterate, Frost Strike, Obliterate",
-->]],
-->"/cast [combat] [talent:7/1] Obliteration",
-->"/castsequence reset=combat Howling Blast, Frost Strike, Obliterate, Frost Strike, Obliterate",
Will need to be deleted on each line until all leading spaces have been removed.
]],
"/cast [combat] [talent:7/1] Obliteration",
"/castsequence reset=combat Howling Blast, Frost Strike, Obliterate, Frost Strike, Obliterate",
For those pasting that see double spacing then you’re probably using Internet Explorer which for some reason is interpreting the leading spaces into double spacing.
]],
"/cast [combat] [talent:7/1] Obliteration",
"/castsequence reset=combat Howling Blast, Frost Strike, Obliterate, Frost Strike, Obliterate",
Is turning into
]],
"/cast [combat] [talent:7/1] Obliteration",
"/castsequence reset=combat Howling Blast, Frost Strike, Obliterate, Frost Strike, Obliterate",
Again it’s best if you copy from the site, paste it into a program like Notepad++ or Atom or at the worst Notepad itself and remove all leading spaces and maybe to be safe any spaces at the end of each line.