GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

/gs still hangs if no author or helptxt

TimothyLuke opened this issue ยท 2 comments

commented
commented

Reported in 1.2.3 by Mrplow88

commented

Test cast to use from #51

Sequences['MmRotation'] = {
specID=254,
helpTxt = 'Talents: 1113321',
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nochanneling] Trueshot
]],
'/cast [nochanneling] Marked Shot',
'/cast [nochanneling] Windburst',
'/cast [nochanneling] Marked Shot',
'/cast [nochanneling] Aimed Shot',
'/cast [nochanneling] Aimed Shot',
'/cast [nochanneling,talent:7/1] Sidewinders',
'/cast [nochanneling] Marked Shot',
PostMacro = [[
/startattack
/script UIErrorsFrame:Clear()
]],
}
Sequences['MmRotation2'] = {
author = "Unknown",
helpTxt = 'Talents: 1113321',
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nochanneling] Trueshot
]],
'/cast [nochanneling] Marked Shot',
'/cast [nochanneling] Windburst',
'/cast [nochanneling] Marked Shot',
'/cast [nochanneling] Aimed Shot',
'/cast [nochanneling] Aimed Shot',
'/cast [nochanneling,talent:7/1] Sidewinders',
'/cast [nochanneling] Marked Shot',
PostMacro = [[
/startattack
/script UIErrorsFrame:Clear()
]],
}