PVP/PVE Burst opener

My first macro. I have been working and testing this Macro for a few days for PVP. It’s been working well with a good burst and control. Works really well in PVE. Please give it a try and let me know what you think. Don’t worry about the combo point starving with the Dot going it’s never missed.

Sequences[‘Ass_Burst’] = {
author=“Sajora”,
specID=259,
helpTxt = ‘Talents: 1232332’,
PreMacro=[[
/console Sound_EnableSFX 0
/cast [noform:1, nocombat] Stealth
/cast [form:1, harm] Shadowstep
/cast [form:1, harm] Garrote
/cast [form:1, harm] Cheap Shot
]],
‘/cast [combat] Rupture’,
‘/cast [combat] Vendetta’,
‘/cast [combat] Mutilate’,
‘/cast [combat] Mutilate’,
‘/cast [combat] Kidney Shot’,
‘/cast [combat] Marked for Death’,
‘/cast [combat] Rupture’,
‘/cast [combat] Exsanguinate’,
‘/cast [combat] Kingsbane’,
‘/castsequence [nochanneling] Mutilate, Mutilate, Envenom’,
‘/castsequence [nochanneling] Mutilate, Mutilate, Envenom’,
PostMacro=[[
/startattack
/use [combat]13
/use [combat]14
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear();
]],
}

cant import doesnt work sadly

Sequences[‘Ass_Burst’] = {
author=”Sajora”,
specID=259,
helpTxt = ‘Talents: 1232332’,
PreMacro=[[
/console Sound_EnableSFX 0
/cast [noform:1, nocombat] Stealth
/cast [form:1, harm] Shadowstep
/cast [form:1, harm] Garrote
/cast [form:1, harm] Cheap Shot
]],
‘/cast [combat] Rupture’,
‘/cast [combat] Vendetta’,
‘/cast [combat] Mutilate’,
‘/cast [combat] Mutilate’,
‘/cast [combat] Kidney Shot’,
‘/cast [combat] Marked for Death’,
‘/cast [combat] Rupture’,
‘/cast [combat] Exsanguinate’,
‘/cast [combat] Kingsbane’,
‘/castsequence [nochanneling] Mutilate, Mutilate, Envenom’,
‘/castsequence [nochanneling] Mutilate, Mutilate, Envenom’,
PostMacro=[[
/startattack
/use [combat]13
/use [combat]14
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear();
]],
}

needd to get this put in black box but dunno how to on here for it to work

ya idk how to put i in black box

Sequences[‘Ass_Burst’] = {
author=”Sajora”,
specID=259,
helpTxt = ‘Talents: 1232332’,
PreMacro=[[
/console Sound_EnableSFX 0
/cast [noform:1, nocombat] Stealth
/cast [form:1, harm] Shadowstep
/cast [form:1, harm] Garrote
/cast [form:1, harm] Cheap Shot
]],
‘/cast [combat] Rupture’,
‘/cast [combat] Vendetta’,
‘/cast [combat] Mutilate’,
‘/cast [combat] Mutilate’,
‘/cast [combat] Kidney Shot’,
‘/cast [combat] Marked for Death’,
‘/cast [combat] Rupture’,
‘/cast [combat] Exsanguinate’,
‘/cast [combat] Kingsbane’,
‘/castsequence [nochanneling] Mutilate, Mutilate, Envenom’,
‘/castsequence [nochanneling] Mutilate, Mutilate, Envenom’,
PostMacro=[[
/startattack
/use [combat]13
/use [combat]14
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear();
]],
}

when you are putting in the script onto this website at the beginning use the code button and then at the end use the code button to close it.

This needs to be fixed before it will work.
When copying from the site you need to alter the quotations and apostrophes back to what they were originally otherwise it will break the macro.

If you look at the code box they are all slanted, which is incorrect.

A good code box would give you mostly green text when it’s working correctly.

'/cast [combat] Mutilate',

See the difference in apostrophes in the above box?

Sequences['Ass_Burst'] = {
author="Sajora",
specID=259,
helpTxt = "Talents: 1232332",
PreMacro=[[
/console Sound_EnableSFX 0
/cast [noform:1, nocombat] Stealth
/cast [form:1, harm] Shadowstep
/cast [form:1, harm] Garrote
/cast [form:1, harm] Cheap Shot
]],
'/cast [combat] Rupture',
'/cast [combat] Vendetta',
'/cast [combat] Mutilate',
'/cast [combat] Mutilate',
'/cast [combat] Kidney Shot',
'/cast [combat] Marked for Death',
'/cast [combat] Rupture',
'/cast [combat] Exsanguinate',
'/cast [combat] Kingsbane',
'/castsequence [nochanneling] Mutilate, Mutilate, Envenom',
'/castsequence [nochanneling] Mutilate, Mutilate, Envenom',
PostMacro=[[
/startattack
/use [combat]13
/use [combat]14
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear();
]],
}

Put it in box and corrected the syntax