6.0.4 bm gnome

1,1,3,1,2,3,3

You have to cast trap and focus fire yourself. replace the racial.

Single

Sequences['BMsingle'] = {
PreMacro = [[
/cast [nopet,nodead]Call Pet 1;[@pet,dead]Heart of the Phoenix
/targetenemy [noharm][dead]
/petattack [@target,harm]
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl
/console Sound_EnableSFX 0
]],
	'/cast Barrage',
	'/cast [nochanneling]Kill Command',
	'/cast [nochanneling]Arcane Shot',
	'/cast [nochanneling]Kill Shot',
	'/cast [nochanneling,combat]Bestial Wrath',
	'/castsequence [nochanneling]Cobra Shot,Cobra Shot',
PostMacro = [[
/startattack
/cast [combat]Blood Fury
/cast Barrage
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}

Multi

Sequences['BMaoe'] = {
PreMacro = [[
/cast [nopet,nodead]Call Pet 1;[@pet,dead]Heart of the Phoenix
/targetenemy [noharm][dead]
/petattack [@target,harm]
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl
/console Sound_EnableSFX 0
]],
	'/cast Barrage',
	'/cast [nochanneling]Kill Command',
	'/cast [nochanneling]Multi-Shot',
	'/cast [nochanneling]Kill Shot',
	'/cast [nochanneling,combat] Bestial Wrath',
	'/castsequence [nochanneling]Cobra Shot,Cobra Shot',
PostMacro = [[
/startattack
/cast [combat]Blood Fury
/cast Barrage
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}

Using this for PVP, seems pretty good! Thanks!

using those in pve, work quite good, let us know if there are any updates! :slight_smile:

So I’m using this macro with GnomeSequencer, bound to my M1/M2 keys respectfully on my SteelSeries Apex keyboard - the rotation starts and the it disconnects me from the server. Am able to use my Surv Macros, and other class macros with no problems like this. What is up with this Macro ?? I’m trying to find a macro that works with GS as i have problems with my left hand so a one button is wonderful for me.

Use NotePad++ to edit *.lua files. It work well…

Try this:

Sequences['BMsingle'] = {
PreMacro = [[
/cast [nopet,nodead]Call Pet 1;[@pet,dead]Heart of the Phoenix
/targetenemy [noharm][dead]
/petattack [@target,harm]
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl
/console Sound_EnableSFX 0
]],
	'/cast Barrage',
	'/cast [nochanneling]Kill Command',
	'/cast [nochanneling]Arcane Shot',
	'/cast [nochanneling]Kill Shot',
	'/cast [nochanneling,combat]Bestial Wrath',
	'/castsequence [nochanneling]Cobra Shot,Cobra Shot',
PostMacro = [[
/startattack
/cast [combat]Blood Fury
/cast Barrage
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}
---
Sequences['BMaoe'] = {
PreMacro = [[
/cast [nopet,nodead]Call Pet 1;[@pet,dead]Heart of the Phoenix
/targetenemy [noharm][dead]
/petattack [@target,harm]
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl
/console Sound_EnableSFX 0
]],
	'/cast Barrage',
	'/cast [nochanneling]Kill Command',
	'/cast [nochanneling]Multi-Shot',
	'/cast [nochanneling]Kill Shot',
	'/cast [nochanneling,combat] Bestial Wrath',
	'/castsequence [nochanneling]Cobra Shot,Cobra Shot',
PostMacro = [[
/startattack
/cast [combat]Blood Fury
/cast Barrage
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}

Credit to original poster…

Tried to use [code] sequence and it is not working in this forum for some reason.

SoulPunch - updated with what you suggested and now i am getting a lua error

Message: Interface\AddOns\GnomeSequencer\Sequences.lua:80: unexpected symbol near ‘‘’
Time: 01/17/15 14:37:31
Count: 1
Stack:
Locals:

I’ll keep trying any tips are genuinely appreciated :slight_smile:

I use notepad++ and copied the code straight from it. It might be your macro keys on your keyboard are firing to fast. That could cause the disconnect.
I have all classes @ 100 and multiple macros for each class, like 1500 lines in gnome. no problems.
I use razer synapse macros @ .25ms.

Message: Interface\AddOns\GnomeSequencer\Sequences.lua:80: unexpected symbol near ‘‘’

broken code on line 80 next to ‘‘’

If you copy paste the macro not in the code format (the black box) you have to replace all ’ to
The lines in notepad++ will turn from bold to gray when they are correct.