Addon is no longer working. Everything but the actual spell casting works from what I can see. Anyone else having this issue after todays update?
the /click functionality is now broken… not sure if blizzard realizes this or what is going on but it was broken on the phase 5 ptr too so i think we might be screwed
lame sauce, i hope they fix it soon
Yeah i hope this get fixed soon too
Anyone heard any updates on this?
No, I haven’t heard of any update on this yet.
Please create an issue ticket for better support:
I created an issue, basically /click is removed from the game so I guess we are doomed.
I don’t understand why it only affect classic-sod tho, are they planning to f*** up every version of the game ?
As I suppose I’m not alone here, the work around it to set your GSE keybind manually.
Timothy was kind enough to point me to the right direction (sorry for the noise :S ) : KeyBinding and Actionbar Overrides · TimothyLuke/GSE-Advanced-Macro-Compiler Wiki · GitHub
At the end of the wiki :
Cata Classic and SoD were updated with Retails restricted Macrotext limitations. The decision was made not to update Classic with 3.2.xx as it would break all existing sequences. To use GSE 3.1.69 with Classic now you need to bind the Sequence directly. The following commands will do this for you.
/run SetBindingClick("2", "GSESequence", _G["GSESequence"]) /run SaveBindings(2)
From this example
"2"
is the key to bind,"GSESequence"
is the name of the sequence to bind andSaveBindings(2)
means to save to your characters keybindings.
In case you are as dumb as me, if you want to map the ‘e’ key, you need to write capital ‘e’ :
/run SetBindingClick(“E”, “GSESequence”, _G[“GSESequence”])
Also SaveBindings(2) means you save the binding for you current character, ‘2’ here has nothing to do with the binding key itself.
Thanks, do you just type that command into the chat box?
Ok I got it to work. In case you’re like me you need to type
/run SetBindingClick(“2”, “GSESequence”, _G[“GSESequence”])
then type
/run SaveBindings(2)
Dont run them on the same line
I’m confused. Is it supposed to be that we run those commands and the old macros work again? Or that we are needing to make new macros?