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();
]],
}
Nature
December 15, 2016, 6:31am
2
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.
Cymiryc
December 20, 2016, 2:44am
6
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?
Spoony
December 29, 2016, 4:58pm
7
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