6.0.3 Gnome Sequencer 1 Button Marksman

In testing, these work just about perfect for me. Let me know what you think.

Sequences['MarkST'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/cast Berserking(Racial)',
	'/cast A Murder of Crows',
	'/cast Chimaera Shot',
	'/cast Kill Shot',
	'/cast Glaive Toss',
	'/cast Aimed Shot',
	'/cast Steady Shot',
	'/cast Rapid Fire',
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
]],
}

AOE working good too…

Sequences['MarkAoE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/cast Berserking(Racial)',
	'/cast A Murder of Crows',
	'/cast Chimaera Shot',
	'/cast Kill Shot',
	'/cast Glaive Toss',
	'/cast Multi-Shot',
	'/cast Steady Shot',
	'/cast Rapid Fire',
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
]],
}

What’s your talent build and glyphs?

[quote quote=18592]What’s your talent build and glyphs?
[/quote]
What ^they^ said…I’m curious as well.

This macro it great. I use the talent 1131111

My Glyphs are Animal Bond, Chimaera shot and Block Ice to increase my speed.

I get this error on loading, any ideas?

Date: 2014-11-24 08:47:07
ID: 1
Error occured in: Global
Count: 1
Message: …\AddOns\GnomeSequencer\Sequences.lua line 71:
‘}’ expected (to close ‘{’ at line 67) near ‘’/cast A Murder of Crows’’
Debug:

Locals:

AddOns:
Swatter, v5.21c.5521 (SanctimoniousSwamprat)
Altoholic, v5.4.008
AucAdvanced, v5.21c.5521 (SanctimoniousSwamprat)
AucFilterBasic, v5.21c.5521 (SanctimoniousSwamprat)
AucFilterOutlier, v5.21c.5521.5459(5.21c/embedded)
AucMatchUndercut, v5.21c.5521.5507(5.21c/embedded)
AucStatHistogram, v5.21c.5521 (SanctimoniousSwamprat)
AucStatiLevel, v5.21c.5521 (SanctimoniousSwamprat)
AucStatPurchased, v5.21c.5521 (SanctimoniousSwamprat)
AucStatSales, v5.21c.5521.5476(5.21c/embedded)
AucStatSimple, v5.21c.5521 (SanctimoniousSwamprat)
AucStatStdDev, v5.21c.5521 (SanctimoniousSwamprat)
AucStatWOWEcon, v5.21c.5521.5323(5.21c/embedded)
AucUtilAHWindowControl, v5.21c.5521.5347(5.21c/embedded)
AucUtilAppraiser, v5.21c.5521.5495(5.21c/embedded)
AucUtilAskPrice, v5.21c.5521.5447(5.21c/embedded)
AucUtilAutoMagic, v5.21c.5521.5443(5.21c/embedded)
AucUtilCompactUI, v5.21c.5521.5496(5.21c/embedded)
AucUtilEasyBuyout, v5.21c.5521.5507(5.21c/embedded)
AucUtilFixAH, v5.21c.5521 (SanctimoniousSwamprat)
AucUtilItemSuggest, v5.21c.5521.5417(5.21c/embedded)
AucUtilPriceLevel, v5.21c.5521.5458(5.21c/embedded)
AucUtilScanButton, v5.21c.5521.5403(5.21c/embedded)
AucUtilScanFinish, v5.21c.5521.5515(5.21c/embedded)
AucUtilScanProgress, v5.21c.5521.4979(5.21c/embedded)
AucUtilScanStart, v5.21c.5521.5347(5.21c/embedded)
AucUtilSearchUI, v5.21c.5521.5515(5.21c/embedded)
AucUtilSimpleAuction, v5.21c.5521.5514(5.21c/embedded)
AucUtilVendMarkup, v5.21c.5521.4828(5.21c/embedded)
Babylonian, v5.1.DEV.332(/embedded)
BagBrother, v
Bagnon, v6.0.15
Bartender4, v4.6.5
BeanCounter, v5.21c.5521 (SanctimoniousSwamprat)
Castbars, v
Configator, v5.1.DEV.376(/embedded)
DataStore, v6.0.001
DataStoreAchievements, v6.0.001
DataStoreAgenda, v6.0.001
DataStoreAuctions, v6.0.001
DataStoreCharacters, v6.0.001
DataStoreContainers, v6.0.001
DataStoreCrafts, v6.0.001
DataStoreCurrencies, v6.0.001
DataStoreInventory, v6.0.001
DataStoreMails, v6.0.001
DataStorePets, v6.0.001
DataStoreQuests, v6.0.001
DataStoreReputations, v6.0.001
DataStoreSpells, v6.0.001
DataStoreStats, v6.0.001
DataStoreTalents, v6.0.001
DebugLib, v5.1.DEV.337(/embedded)
Elementarist, v3.3.3
Enchantrix, v5.21c.5521 (SanctimoniousSwamprat)
EnchantrixBarker, v5.21c.5521 (SanctimoniousSwamprat)
GatherMate2, v1.32.1
GnomeSequencer, vr3
LibExtraTip, v5.12.DEV.363(/embedded)
OmniCC, v6.0.4
SlideBar, v5.21c.5521 (SanctimoniousSwamprat)
Stubby, v5.21c.5521 (SanctimoniousSwamprat)
TipHelper, v5.12.DEV.351(/embedded)
BlizRuntimeLib_enUS v6.0.3.60000 <none>
(ck=a3c)

Looks like your missing { or } in your sequence. Paste the whole entry for the macro at line 67 so we can see the entire sequence and what’s missing.

Sequences[‘MMST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
“/cast reset=60 A Murder of Crows”,
‘/cast Chimaera Shot’,
‘/cast Kill Shot’,
‘/cast Glaive Toss’,
‘/cast Aimed Shot’,
‘/cast Steady Shot’,
‘/cast Rapid Fire’,
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
]],
}

Sequences[‘MMAoE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
“/cast reset=60 A Murder of Crows”,
‘/cast Chimaera Shot’,
‘/cast Kill Shot’,
‘/cast Glaive Toss’,
‘/cast Multi-Shot’,
‘/cast Steady Shot’,
‘/cast Rapid Fire’,
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
]],
}

“/cast reset=60 A Murder of Crows”,

looks like it would need to be

‘/cast reset=60 A Murder of Crows’,

Guys, you also can use [[ and ]]

ex : [[/cast exemple]],

it’s IMO the best way to proceed. There is too many problems with quotes. With this solution you can now use spell name with quotes

ex : [[/cast spell’s test]],

“/cast reset=60 A Murder of Crows”,

i have not tried your sequence yet but this skill reset itself after your target die. so putting a 60 second delay for your sequence is actually reducing your dps.

i simply use
‘/cast A Murder of Crows’,

GS sucks

Meh, it’s not bad. works well with my pally. haven’t tried it on my other toons yet.

[quote quote=19059]“/cast reset=60 A Murder of Crows”,

i have not tried your sequence yet but this skill reset itself after your target die. so putting a 60 second delay for your sequence is actually reducing your dps.

i simply use
‘/cast A Murder of Crows’,
[/quote]

I didn’t think about it till i saw what is quoted above. I was just looking at the error.

You should remove the reset all together. it will go off if it it up. From what i’m understanding from this addon is it cycles through the spells you have listed if it’s up it hits it. if it’s not it moves on to the next one.

So far all the hunter macros I’ve tried might work every now and then, but always end up making it to where I can’t use ANY abilities until the combat ends, literally can’t even type out in the chat bar like /cast aimed shot or w/e, it just won’t work, I don’t get any error messages at all. Anyone know what’s going on?!?