GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Macro opens class hall panel with non-talented skill is in the macro

JustinMonroe opened this issue · 1 comments

commented

I found this issue using a different macro, the problem was that the macro used Horn of Winter on a DK, but without horn of winter talented, when the macro reached the cast for HoW, it will open the class order hall report pane. I tested this by creating a macro with only the following:

Sequences['Test'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Deathcyn",
  SpecID=251,
  Talents = "3123232",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/cast Horn of Winter",
      },
      PreMacro={
      },
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

It should be noted that this only appears to happen when logging into the character if Horn of Winter is not talented. Swapping to horn of winter then back to another talent the issue does not persist. However if you log out and back in without selecting the horn of winter talent, then this behavior happens.

I have not tested this to see if there is a similar issue with other talents on other classes. I did test this with only GSE2: Gnome Sequencer Enhanced and GS-E: WLM hih Performance Macros addon enabled.

I understand just removing Horn of Winter will fix the issue, however i assume that the correct functionality should just skip over even if its not talented, and opening the class order hall panel is not intended, in any scenario.

commented