[BUG] Creating a sequence with a block of macro type adds a Unit of Target
Kostazu opened this issue ยท 0 comments
๐ต 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)
-
/gse
-
sequences button
-
new
-
Name sequence
-
Click on 1
-
Change type to Macro
-
Add line /cast [@mouseOver,help] [] Healing Wave
-
Save sequence
-
Open sequence back up, note that it's now color coded properly (parses correctly?)
-
Bind it to a keybind via keybinds menu > new > select key > select sequence
-
Try to spam it with mouse software, notice it doesn't do anything at all.
-
Return to sequence
-
Look at raw edit, it looks like this:
{
["Actions"] = {
[1] = {
["Type"] = "Action",
["macro"] = "/cast [@mouseOver,help] [] Healing Wave",
["type"] = "macro",
["unit"] = "target"
}
},
["InbuiltVariables"] = {}
} -
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"] = {
}
}
- Compile
- Save
- 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