Please help compile

How to update to the latest GSE

Sequences[‘猎人-野兽-单体’] = {
specID = 04001,
author = “DANB”,
helpTxt = “Single Target - Talent: 2112113”,
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
]],
‘/cast [nochanneling] 狂野怒火’,
‘/cast [nochanneling] 杀戮命令’,
‘/cast [nochanneling] 夺命黑鸦’,
‘/cast [nochanneling] 眼镜蛇射击’,
‘/cast [nochanneling] 泰坦之雷’,
PostMacro = [[
/startattack
/petattack
/castsequence reset=combat 凶暴野兽,
]],
}

Sequences[‘猎人-野兽-群体’] = {
specID = 04002,
author = “DANB”,
helpTxt = “AoE - Talent: 2112113”,
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
]],
‘/cast [nochanneling] 多重射击’,
‘/cast [nochanneling] 狂野怒火’,
‘/cast [nochanneling] 夺命黑鸦’,
‘/cast [nochanneling] 泰坦之雷’,
PostMacro = [[
/startattack
/petattack
/castsequence reset=combat 凶暴野兽,
]],
}

This looks like the old style of macro from way back, anyone tries importing this into the current version of GSE will have issues I think.

Will need to identify the spells used in this macro and compile a new macro in GSE pasting the spells used

How is the current version of GSE using it