English Below
Guten Morgen,
Verlauf:
Seit über 10 Jahren habe ich zusammen mit einigen anderen Sequenzen/Makros für das GSE-Add-on geschrieben, um Hunderten oder Tausenden von behinderten Mitgliedern unserer Community – Menschen mit Schädel-Hirn-Trauma, fehlenden Armen, fehlenden Fingern, kognitiven Problemen und mehr – das Spielen zu erleichtern.
Vorher: Beim Start von The War Within funktionierte dies über das GSE-Add-on, das Makros kompilierte und an Blizzard zur Ausführung sendete – 1-mal drücken, 1-mal klicken.
Nachher: Beim Start von The War Within änderte sich vieles mit SecureActionButton, und das GSE-Add-on wurde überarbeitet, um den neuen SATB-Vorgaben zu entsprechen. Es funktioniert nun über Makrotext, der an Blizzard zur Ausführung sendet – 1-mal drücken, 1-mal klicken.
Ausführung von /castsequences resets=[##/target/combat/alt/shift/ctrl]:
Nach den SATB-Änderungen in TWW rufen wir das Makrobuch des Spielers aus der GSE-Add-on-Sequenz heraus mit einem einzigen Makroblock und dem Makronamen auf, da /castsequences resets=[##/target/combat/alt/shift/ctrl]
nicht über Makrotext funktioniert – 1 Drücken, 1 Aktion.
BESCHÄDIGTES /castsequences resets=[##/target/combat/alt/shift/ctrl]-Problem:
Das Problem besteht darin, dass wir /castsequence reset= [##/target/combat/alt/shift/ctrl]
nicht mehr im Makrotext und/oder innerhalb von Makros im Spiel verwenden können.
Start von TWW Season 1
Makrotext:
/castsequence reset=[##/target/combat/alt/shift/ctrl]
= KAPUTT
In-Game-Makros:
/castsequence reset=[##/target/combat/alt/shift/ctrl]
= Funktioniert
Start von TWW Season 2
Makrotext:
/castsequence reset=[##/target/combat/alt/shift/ctrl]
= KAPUTT
In-Game-Makros:
/castsequence reset=[##/target/combat/alt/shift/ctrl]
= KAPUTT
Ich bitte darum, dass dies behoben wird, damit /castsequence reset=[##/target/combat/alt/shift/ctrl]
sowohl im Makrotext als auch in den Makros im Spiel richtig funktioniert. Diese Tools gibt es seit 20 Jahren und werden absichtlich oder unabsichtlich aus dem Spiel entfernt, ohne dass die Änderungen dokumentiert werden.
Vielen Dank
German above
Good Morning,
History:
For the past 10+ Years myself and a few others have been writing Sequences/Macros for the GSE Addon to help the hundred’s or thousands of Disabled Members in our community play the game - People with Traumatic Brain Injuries / Missing Arms / Missing fingers / Cognitive problems and more …
Before: The War Within Launch this worked via the GSE Addon compiling macros and sending the macros to Blizzard to executing them - 1 press 1 action.
After: The War Within Launch many things changed with SecureActionButton and the GSE Addon was rewritten to conform to the new SATB set forth. It now works via macrotext sends the macrotext to Blizzard to executing them - 1 press 1 action.
Execution of /castsequences resets=[##/target/combat/alt/shift/ctrl]:
The way we do this in TWW after the SATB Changes is to CALL to the players in-game macrobook from inside the GSE Addon sequence using a single macroblock and the macroname because /castsequences resets=[##/target/combat/alt/shift/ctrl]
doesn’t work via macrotext - 1 press 1 action.
BROKE /castsequences resets=[##/target/combat/alt/shift/ctrl] Issue:
The issue here is we have lost the ability to use /castsequence reset= [##/target/combat/alt/shift/ctrl]
in macrotext and/or within an in-game macros now.
TWW Season 1 Launch
macrotext:
/castsequence reset=[##/target/combat/alt/shift/ctrl]
= BROKE
in-game macros:
/castsequence reset=[##/target/combat/alt/shift/ctrl]
= Working
TWW Season 2 Launch
macrotext:
/castsequence reset=[##/target/combat/alt/shift/ctrl]
= BROKE
in-game macros:
/castsequence reset=[##/target/combat/alt/shift/ctrl]
= BROKE
I’m asking that this be fixed so /castsequence reset=[##/target/combat/alt/shift/ctrl]
works both in macrotext and in-game macros properly. These tools have been in place for 20 years and are intentionally / unintentionally being removed from the game without documentation of the changes.
Thank you