Need help with a survival macro

Im Trying to set up this survival macro to cast the abilities in order from top to bottom and can’t quite seem to get it working. Any idea how i can set it up to cast from the first mongoose bite in order down to fury of the eagle.

Sequences[‘New’] = {
– This Sequence was exported from GSE 2.1.07.
Author=“Nikeeatfresh@Tichondrius”,
SpecID=255,
Talents = “2322322”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/cast [@pet,dead] Heart of the Phoenix”,
“/petattack [mod:alt]”,
},
PreMacro={
},
“/cast [nochanneling] Mongoose Bite”,
“/cast [@player, nochanneling] Explosive Trap”,
“/cast [nochanneling] Mongoose Bite”,
“/cast [nochanneling] Aspect of the Eagle”,
“/cast [nochanneling] Flanking Strike”,
“/cast [nochanneling] Dragonsfire Grenade”,
“/cast [nochanneling] Lacerate”,
“/cast [nochanneling] Mongoose Bite”,
“/cast [nochanneling] Mongoose Bite”,
“/cast [nochanneling] Mongoose Bite”,
“/cast [nochanneling] Snake Hunter”,
“/cast [nochanneling] Flanking Strike”,
“/cast [nochanneling] Mongoose Bite”,
“/cast [nochanneling] Fury of the Eagle”,
PostMacro={
},
KeyRelease={
},
},
},

i also tried this

Sequences[‘New’] = {
– This Sequence was exported from GSE 2.1.07.
Author=“Nikeeatfresh@Tichondrius”,
SpecID=255,
Talents = “2322322”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/cast [@pet,dead] Heart of the Phoenix”,
“/petattack [mod:alt]”,
},
PreMacro={
},
“/castsequence [nochanneling] Mongoose Bite, [@player] Explosive Trap, Mongoose Bite, Aspect of the Eagle, Flanking Strike, Dragonsfire Grenade, Lacerate, Mongoose Bite, Mongoose Bite, Mongoose Bite, Snake Hunter, Flanking Strike, Mongoose Bite, Fury of the Eagle”,
PostMacro={
},
KeyRelease={
},
},
},
}

sorry if the sequence doesn’t box