Closed Juffel-GSE closed 4 weeks ago
The solution is /use [known:391403] Mind Flay: Insanity; Mind Flay
It's a WoW bug, unfortunately, not a GSE bug. GSE asks WoW with casts as opposed to use what is the base spell and sometimes WoW forgets. See #1644 and https://github.com/TimothyLuke/GSE-Advanced-Macro-Compiler/wiki/Base-Spells-and-Translating-Sequences-and-Macro-between-languages.
The work around is working nicely, thank you for the quick reply!
The spellID is Mind Flay: Insanities spell id - solves the : in the spell name issue with [known: Mind Flay: Insanities]
π΅ Describe the bug: As a Shadow Priest, I find mid fight often my mind flay cast in my sequence just stops casting. This happens when it gets empowered and becomes 'mind flay: insanity' for 1 cast then goes back to being 'mind flay' I think may be the issue. I can see if I look at my macro right after a fight with the issue present ends, it has changed in my sequence to 'mind flay: insanity' and hasnt changed back to Mind Flay so it doesnt cast mind flay any more during that fight it appears. I do find that the next fight it does swap back and can be ok until a longer fight where the issue can happen again.
π΅ To reproduce: (Steps to reproduce the behavior)
π΅ The error: No errors given.
π΅ Screenshots: The top image is how I wrote the macro and how it appears when it is working. The bottom image is what I noticed when I opened my sequence immediately after exiting a fight where the issue occured and noticed it was changed to mind flay: insanity.
π΅ Expected behavior: When mind flay is present, cast mind flay. When it is empowered and becomes mind flay: insanity, cast mind flay: insanity. After empowerment ends and the spell reverts to Mind Flay, cast Mind flay.
π΅ GSE.lua file: Please provide your
GSE.lua
file or the export string for the specific macro that is causing an issue.C:\path\to\wow\_retail_\WTF\Account\YourAccountName\SavedVariables\
or/path/to/WoW/_retail_/WTF/Account/YourAccountName/SavedVariables
GSE.lua
file to your DesktopGSA.lua.txt
π΅ Desktop (please complete the following information):
π΅ GSE Version:
π΅ Additional context: I think I've provided all I can think of, please let me know if you need more thank you.