GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] Keypress variable on the macros dont work properly

LordArcanine opened this issue · 4 comments

commented

🔵 Describe the bug:
In old gse, keypress and keyrelease was basically places where the things you place on them was priority so if you needed to put a skill as priority you used that place,

Examples:
/targetenemy [noharm][dead]
/petattack

Or conditions like:
/cast [mod:ctrl]
/cast [mod:alt]

The problem is simple now they arent priority at all and almost in all cases skills on keypress dont work at all its like the macro simply ignore all the lines on that variable.

🔵 To reproduce: (Steps to reproduce the behavior)
only create a keypress on any macro and you have repeated the bug

🔵 Expected behavior:
I expect to have a way to assign correctly the order of commands on the macro, have a place to put priority and spameable orders so we can magane the head, body and end of the macro without dissorder.

🔵 Desktop (please complete the following information):

  • OS: [Windows 10 64bit]
  • Game Version [retail (9.1.0)]

🔵 GSE Version:

  • Version: 3.0.26
  • Downloaded From: [Wowup]
commented
commented

This isn’t a bug - if you don’t put the variable into an action it isn’t going to occur.

commented