[BUG] GSE not working in Retail WoW 10.0,0 because of ElvUI (nightly) aura workaround
gixxpunk opened this issue ยท 1 comments
๐ต Describe the bug:
I need to set ActionButtonUseKeyDown to 1 every time I log in WoW to get GSE to work properly, because ElvUI currently uses an ugly workaround for their auras (_retail_\Interface\AddOns\ElvUI\Core\Modules\Auras\Auras.lua):
if E.Retail then -- set for now to get Auras right click to work
SetCVar('ActionButtonUseKeyDown', 0)
end
๐ต To reproduce: (Steps to reproduce the behavior)
- Install GSE
- Install ElvUI nightly
- log in and play the game
- GSE not working
๐ต The error:
GSE just cycles through all abilities but they do not fire.
๐ต Expected behavior:
GSE working properly
๐ต Desktop (please complete the following information):
- OS: Windows 10 64bit
- Game Version: Retail 10.0.0
๐ต GSE Version:
- Version: 3.1.13
Then Elv needs to fix their stuff.
There is a longer solution you can use described in https://github.com/TimothyLuke/GSE-Advanced-Macro-Compiler/wiki/ActionButtonKeyDown-or-ActionButtonKeyUp-and-Why-this-matters---Macro-Cycling-not-firing until Elv fixes their stuff.