GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] GSE not working in Retail WoW 10.0,0 because of ElvUI (nightly) aura workaround

gixxpunk opened this issue ยท 1 comments

commented

๐Ÿ”ต 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)

  1. Install GSE
  2. Install ElvUI nightly
  3. log in and play the game
  4. 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
commented

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.