GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Issue with Sequences in macros

Unethical82 opened this issue · 3 comments

commented

Hi, Lately I noticed that whenever I have a sequence that has more than 2-3 skills in it either they fire off then stop repeating or that line does not fire off at all

I never had this issue before and I haven't changed anything but I noticed that If I split that long sequence into multiple lines with 2 skills in each line then they fire off fine

here is an example

/castsequence reset=5 Festering Strike, Unholy Frenzy, Apocalypse

this line for Unholy DK does not fire off yet the other lines in the macro do

Also

/castsequence [nochanneling] reset=5/target Blackout Strike, Breath of Fire, Chi Wave

this one for brewmaster monk also has issues, where it fires off all the way then fails to repeat unless I stop for it to reset and do it again

what's weird though is that this issue is not happening if I create the sequence on it's own, but when I put it in my full macro then the issue occurs

I have everything up to date

I appreciate any help and your time on this <3

commented

I would be checking the macro line outside of GSE first. Castsequence has been more and more broken at the WoW level since Legion. If the macro line won’t work outside GSE it wont work in GSE. Also need to check the impact of your reset lines.

commented

It's weird, I just downgraded the version tested the line on it's own and it worked, updated the version again and used the full macro again, and now it is working again.

I'm gonna keep testing and if the issue happens again I'll keep you updated

Thank you for the response :D

commented

I did notice an issue though with assigning which tab of the macro to use for Scenarios.

for example:
if I choose for my fire mage macro to use tab 2 for scenario, it forces my arcane macro to use tab 2 as well

meaning I can't make my fire mage macro choose tab 2 for the scenario while choosing tab 1 for my arcane mage macro, either both are tab 2 or both tab 1. which isn't the case when assigning which tab to use for raid or mythic because for those I can assign different tabs for different macros for that class.