Not working on Hunter
justinlcw opened this issue · 3 comments
I tried so many times. Its just not working on Hunter. it works on my druid, dh, monk, even my low level warrior.
1 - Whatever name I save the macro, whether it's HunterST or Hunter or even just HST.
2 - Even if the macro has just 1 simple command /dismount.
Kindly advise, if not I'm forced to go back to 1.5.3 and MyMacros. This method works flawlessly every single time.
You have a corrupt hunter macro in your library and it's breaking that class. Once you fix that you will be fine. There are two ways you can do this.
The hard way - open your GSE.lua file after completely exiting the game and going through all your Hunter macros and finding the culprit or the easier way - do a /gs showspec to get the class of and the /run GSELibrary[classid] = nil. Eg warriors are 1 so to remove all your warrior macros I would go /run GSELibrary[1] = nil
The downside of the easier way is that it removes all hunter macros.
TimothyLuke
… On 23 Feb 2017, at 4:03 am, justinlcw ***@***.***> wrote:
I tried so many times. Its just not working on Hunter. it works on my druid, dh, monk, even my low level warrior.
1 - Whatever name I save the macro, whether it's HunterST or Hunter or even just HST.
2 - Even if the macro has just 1 simple command /dismount.
Kindly advise, if not I'm forced to go back to 1.5.3 and MyMacros. This method works flawlessly every single time.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
This is also a duplicate of #266
thx bro. solution works.
fyi - manually creating an empty default macro with the same name as the sequence might be the problem. I did this and the macro does nothing. however pressing the create icon button from your addon and using that does work. Not sure why since both appear to be the same thing.