GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] Creating a sequence with a block of macro type adds a Unit of Target

Kostazu opened this issue ยท 0 comments

commented

๐Ÿ”ต Describe the bug:
a block in a sequence of type macro adds the target as a unit. This blocks something like this from doing anything at all:
/cast [@mouseOver,help] [] Healing Wave

๐Ÿ”ต To reproduce: (Steps to reproduce the behavior)

  1. /gse

  2. sequences button

  3. new

  4. Name sequence

  5. Click on 1

  6. Change type to Macro

  7. Add line /cast [@mouseOver,help] [] Healing Wave

  8. Save sequence

  9. Open sequence back up, note that it's now color coded properly (parses correctly?)

  10. Bind it to a keybind via keybinds menu > new > select key > select sequence

  11. Try to spam it with mouse software, notice it doesn't do anything at all.

  12. Return to sequence

  13. Look at raw edit, it looks like this:
    {
    ["Actions"] = {
    [1] = {
    ["Type"] = "Action",
    ["macro"] = "/cast [@mouseOver,help] [] Healing Wave",
    ["type"] = "macro",
    ["unit"] = "target"
    }
    },
    ["InbuiltVariables"] = {

    }
    }

  14. Remove the ["unit"] = "target" line, and the comma from the line above, so it looks like this:

{
["Actions"] = {
[1] = {
["Type"] = "Action",
["macro"] = "/cast [@mouseOver,help] [] Healing Wave",
["type"] = "macro"
}
},
["InbuiltVariables"] = {

}

}

  1. Compile
  2. Save
  3. Now it casts properly on mouseover and on self (with selfcast enabled.)

๐Ÿ”ต Expected behavior:

To not default to unit = target for type macro

๐Ÿ”ต GSE.lua file:
Please provide your GSE.lua file or the export string for the specific macro that is causing an issue.

Macro string:

UPDATE PACKAGE NAME

dWZadaGAvQ1RWljkBJQQmtsnBrYHvj3ukhNe3MipMsPDcr7vWUbDzr1pfPgMk(Tu50aHHsstdOmCPQ6GuQCuGOJr4CqyHQQLsvvTyalhPhIONIWYOkpxQYeH0uvftMsX0P4IqDvkv9mGQRJYgLQYwPQSzQSDL(irLVIk9zr57IyKQsJfinAkz8sojQOZIkCnHoVIwjQATevnkQQCqeEce9Fnt1Dzt4jq47IcIlGu59cpbtGODzlTRx4jyce4u5s5qdzhdAcifbcICfwo028EHNaX3E5EWepbcaWwjmvxDo(YCZwl6snuD1DZxSOGbDEtoq4rIP6QZXxSOGbaZqvr0(YhDloYKWuDzejt(BW)yOifVZJ8eTMFa233coPgrdvFBLk9M95k09j3Zw(bK1t7Y(QrVHFaE77OgyOBJa1adxfEAzNVyRm0cZDBLrKm5Vb)JPiRtuWUJTPqN9pJDYHozYjOjd5JUftrwNOdfdfR25zhWIK8fISyrhkg6mVql0fWA8sRHSOGXXfV05sEixsJey52iXvHVmc244YOV0AIP6Yq3jX2(hiYYapdQJbBQNjKYqFHmAb1slI2WATGtONcGJPa4ouahtbWjddvldiv3pH6(btWmsWkzOUj2clf)PDlibTP4FvXOd9q2jYWrHm8qdo5bTmm1wIf9qLuRelbZiPw4HJPaefmG1cnnIgjgk65dAH(QwOcG8n96rQJwtleT(KJk((bKqj2gQo2kd6H5g7GdyzNVyR6G8sCV4lJGnTFRjHw2)SnsVT9pAVV9rTcgQnVIKbgQvw081bDlg6O6rYuaAgkoYKWqbJ76nVPYQUBE4bmbJH4OGJmjqVSrIli4lZk73q0i5xpfFImYxAn5uN9vPfgFlRorhkMISWabtWeimZ(ZdeKP1Am5dNPrgmHaa

This package consists of 1 elements.

Sequences

  • BUGTEST

๐Ÿ”ต Desktop (please complete the following information):

  • OS: Windows 11 64bit
  • Game Version beta

๐Ÿ”ต GSE Version:

  • Version: GSE-3.2.00-beta3-5-g4aa5664-PatronBuild
  • Downloaded From: discord

๐Ÿ”ต Additional context:
Add any other context about the problem here.
GSE.lua.txt