Survival PVP GS Working

Sequences[‘SurvST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
/cast [combat]Rapid fire
]],
‘/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection’,
‘/cast !A Murder of Crows’,
‘/cast !Black Arrow’,
‘/cast !Explosive Shot’,
‘/cast !A Murder of Crows’,
‘/cast !Glaive Toss’,
‘/cast Cobra Shot’,
PostMacro = [[
/startattack
/petattack
]],
}

i seem to cant get this one to work any tips

Make sure that you’re naming your macro the same name in the sequences.

Seirra When you want to post a macro on this forum (counts for all others to), use the [code] button above this field before you start the actual code and when you have finished it. It shows up as a You pasted the code and sadly enough the forum software changed all the ' to a
(I haven’t changed anything to your macro btw. Just want to help here. In this format people can actually copy & paste it into the sequences file.)
And you are also right with this:
Open ingame macro, select New macro, name it SurvST (every letter should be the same people.!!!), you can keep the icon on the question mark (?). Save and you will see that automatically two (2) text lines are added:
#showtooltip
/click SurvST
if not, than you have to check if you haven’t missed something in the codes in the sequences file. (But that is a other story.) :wink:


Sequences[‘SurvST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
/cast [combat]Rapid fire
]],
'/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection',
'/cast !A Murder of Crows',
'/cast !Black Arrow',
'/cast !Explosive Shot',
'/cast !A Murder of Crows',
'/cast !Glaive Toss',
'/cast Cobra Shot',
PostMacro = [[
/startattack
/petattack
]],
}

Vondreth,
Thanks for putting it in a code box. Though the name of the macro still needs its grammar checked.

Sequences['SurvST'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
/cast [combat]Rapid fire
]],
'/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection',
'/cast !A Murder of Crows',
'/cast !Black Arrow',
'/cast !Explosive Shot',
'/cast !A Murder of Crows',
'/cast !Glaive Toss',
'/cast Cobra Shot',
PostMacro = [[
/startattack
/petattack
]],
}

No grammar check is required…name the sequence whatever you want to name it.