Beef since you have been back on Lazy Macros your macros have been laced with bad code. I don’t know if you are doing this on purpose and getting a kick out of the comments you are getting, or there is some other reason but it is not by accident you are uploading crap.
Anyway following are my GS Macros that work, I hope others can get some good results from them.
ilvl 665
Talents 1,3,1,1,1,3,2 the first 3 talents can be anything does not effect DPS
Glyphs Animal Bond, Freezing Trap, Liberation, Play Dead, Aspect of Cheetah, Tame Beast
Flask with Greater Draenic Agility Flask
Prepot with Draenic Agility Potion
Use Mecha-Blast Rocket as DPS increase (Have about 20 in backpack for raid)
Use a multistrike pet
Single Target Macro
Sequences['SVShots'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/cast [nopet,nodead]Call Pet 1;[@pet,dead]Revive Pet
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
'/use [combat] Mecha-Blast Rocket',
'/castsequence [@focus,exists][@pet,exists] reset=30 Misdirection',
'/castsequence [nochanneling] reset=20 Barrage',
'/cast [nochanneling] A Murder of Crows',
'/castsequence [nochanneling] reset=20 Barrage',
'/cast [nochanneling] Black Arrow',
'/castsequence [nochanneling] reset=5 Explosive Shot, Focusing Shot',
'/cast [nochanneling] Arcane Shot',
'/castsequence [nochanneling] Explosive Shot, Arcane Shot',
'/cast [nochanneling] Black Arrow',
'/castsequence [nochanneling] Explosive Shot, Arcane Shot',
'/cast [nochanneling] Black Arrow',
'/cast [nochanneling] Explosive Shot',
'/castsequence [nochanneling] reset=5 Focusing Shot, Arcane Shot',
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}
AOE Macro
Sequences['SVAoE'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/cast [nopet,nodead]Call Pet 1;[@pet,dead]Revive Pet
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
'/use [combat] Mecha-Blast Rocket',
'/castsequence [@focus,exists][@pet,exists] reset=30 Misdirection',
'/castsequence [nochanneling] reset=20 Barrage',
'/cast [nochanneling] Black Arrow',
'/cast [nochanneling] Multi-Shot',
'/castsequence [nochanneling] reset=target Explosive Shot, Focusing Shot',
'/cast [nochanneling] Explosive Shot',
'/cast [nochanneling] Explosive Shot',
'/cast [nochanneling] Explosive Shot',
'/cast [nochanneling] A Murder of Crows',
'/castsequence [nochanneling] reset=target Focusing Shot',
'/castsequence [nochanneling] reset=20 Barrage',
'/cast [nochanneling] Multi-Shot',
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}
Cheers
Spud