6.0.3 Gnome Sequencer 1 Button Feral AND Guardian - Single Target & AoE

Alrighty, Here are my mish mash, hodge podge, Mix of Druid Gnome Sequencer macros!

These all seem to work very well. They EVEN cast the instant self healing touch automagically!

Here u go

Guardian Single Target

Sequences['GuardianST'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Wild Charge
]],
	'/castsequence Thrash,Lacerate',
	'/castsequence reset=5 Savage Defense,Frenzied Regeneration',
	'/cast Faerie Fire',
	'/cast Mangle',
	'/cast Maul',
	'/cast survival Instincts',
	'/cast Barkskin',
	'/cast Berserk',
	'/cast Mass Entanglement',
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Guardian AoE

Sequences['GuardianAoE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Wild Charge
]],
	'/castsequence Thrash,Thrash,Lacerate',
	'/castsequence reset=5 Savage Defense,Frenzied Regeneration',
	'/cast Faerie Fire',
	'/cast Mangle',
	'/cast Maul',
	'/cast survival Instincts',
	'/cast Barkskin',
	'/cast Berserk',
	'/cast Mass Entanglement',
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Feral Single Target

Sequences['FeralST'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat] Prowl
/cast Wild Charge
]],
	'/castsequence reset=10 Rake,Savage Roar,Shred,Shred,Shred,Rip,Rake,Shred,Shred,Ferocious Bite',
	'/use [stealth]Rake',
	'/use [combat]reset=60 Faerie Fire',
	[[/cast Tiger's Fury]],
	'/cast Berserk',	
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Feral AoE

Sequences['FeralAoE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat] Prowl
/cast Wild Charge
]],
	'/castsequence [nostealth] reset=target Swipe, Savage Roar, Thrash, Swipe, Swipe, Swipe, Rip, Swipe, Thrash, Swipe, Ferocious Bite, 

Swipe, Swipe',
	'/use [stealth]Rake',
	'/use [combat]reset=60 Faerie Fire',
	[[/cast Tiger's Fury]],
	'/cast Berserk',	
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Let me know whatcha think!

Im new to the gnome macros, can u please tell me how i put all of these in the sequences.lua? Do i just hit enter and paste another or something special i need to type

you copy the code above at the end of your current Sequences.lua file. Make sure to NEVER remove the top line of your Sequences.lua. Then in game, you simply make a blank macro in the default macro interface and name it the same as the sequence you plan to use…

So for the Feral AoE, simply create a blank macro and name it FeralAoE

I get told Sequences.lua not found or no macros found when I copy and paste those into the bottom of the ExampleSequences.lua and rename it.

This happened with another macro I posted. For whatever reason, when I copy and paste to the forum here it’s adding blank lines which are breaking the sequences. Forexample

This

'/castsequence [nostealth] reset=target Swipe, Savage Roar, Thrash, Swipe, Swipe, Swipe, Rip, Swipe, Thrash, Swipe, Ferocious Bite,Swipe, Swipe',

Is becoming this

	'/castsequence [nostealth] reset=target Swipe, Savage Roar, Thrash, Swipe, Swipe, Swipe, Rip, Swipe, Thrash, Swipe, Ferocious Bite, 

Swipe, Swipe',

I dont get why its not formatting right. Maybe post it without the code brackets. Here, I’ll post all 4 in one code bracket, and outside of the code brackets, maybe that will make it work for you. When you get a Sequences.lua not found, its simply that something wasnt formated right.

Sequences[‘GuardianST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Wild Charge
]],
‘/castsequence Thrash,Lacerate’,
‘/castsequence reset=5 Savage Defense,Frenzied Regeneration’,
‘/cast Faerie Fire’,
‘/cast Mangle’,
‘/cast Maul’,
‘/cast survival Instincts’,
‘/cast Barkskin’,
‘/cast Berserk’,
‘/cast Mass Entanglement’,
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences[‘GuardianAoE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Wild Charge
]],
‘/castsequence Thrash,Thrash,Lacerate’,
‘/castsequence reset=5 Savage Defense,Frenzied Regeneration’,
‘/cast Faerie Fire’,
‘/cast Mangle’,
‘/cast Maul’,
‘/cast survival Instincts’,
‘/cast Barkskin’,
‘/cast Berserk’,
‘/cast Mass Entanglement’,
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences[‘FeralST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat] Prowl
/cast Wild Charge
]],
‘/castsequence reset=10 Rake,Savage Roar,Shred,Shred,Shred,Rip,Rake,Shred,Shred,Ferocious Bite’,
‘/use [stealth]Rake’,
‘/use [combat]reset=60 Faerie Fire’,
[[/cast Tiger’s Fury]],
‘/cast Berserk’,
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences[‘FeralAoE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat] Prowl
/cast Wild Charge
]],
‘/castsequence [nostealth] reset=target Swipe, Savage Roar, Thrash, Swipe, Swipe, Swipe, Rip, Swipe, Thrash, Swipe, Ferocious Bite, Swipe, Swipe’,
‘/use [stealth]Rake’,
‘/use [combat]reset=60 Faerie Fire’,
[[/cast Tiger’s Fury]],
‘/cast Berserk’,
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Then in brackets

Sequences['GuardianST'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Wild Charge
]],
	'/castsequence Thrash,Lacerate',
	'/castsequence reset=5 Savage Defense,Frenzied Regeneration',
	'/cast Faerie Fire',
	'/cast Mangle',
	'/cast Maul',
	'/cast survival Instincts',
	'/cast Barkskin',
	'/cast Berserk',
	'/cast Mass Entanglement',
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences['GuardianAoE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Wild Charge
]],
	'/castsequence Thrash,Thrash,Lacerate',
	'/castsequence reset=5 Savage Defense,Frenzied Regeneration',
	'/cast Faerie Fire',
	'/cast Mangle',
	'/cast Maul',
	'/cast survival Instincts',
	'/cast Barkskin',
	'/cast Berserk',
	'/cast Mass Entanglement',
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences['FeralST'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat] Prowl
/cast Wild Charge
]],
	'/castsequence reset=10 Rake,Savage Roar,Shred,Shred,Shred,Rip,Rake,Shred,Shred,Ferocious Bite',
	'/use [stealth]Rake',
	'/use [combat]reset=60 Faerie Fire',
	[[/cast Tiger's Fury]],
	'/cast Berserk',	
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences['FeralAoE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat] Prowl
/cast Wild Charge
]],
	'/castsequence [nostealth] reset=target Swipe, Savage Roar, Thrash, Swipe, Swipe, Swipe, Rip, Swipe, Thrash, Swipe, Ferocious Bite, Swipe, Swipe',
	'/use [stealth]Rake',
	'/use [combat]reset=60 Faerie Fire',
	[[/cast Tiger's Fury]],
	'/cast Berserk',	
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

The above looks to be correctly formatted, if you paste it all in your sequences, it should now work.

copy the unbracket or the bracket one?

also, if want a good tutorial, I found this on Youtube from a WOWlazymacro member

I would still go the braket route. They both should work. Gnome Sequencer is very picky when it comes to formatting and some reason not all copy/paste work as they should, sometimes wrapping the text when it shouldnt be wrapped. Sometimes adding extra lines where none are needed. etc.

The macro seems to hang when using rake from prowling, erroring with the more powerful spell is already active.

Just hit 100, the Claws of Shrivallah talent breaks the feral macro since you can cast heals now lol

Hey i just got rid of all the fluff

Single

Sequences['FeralST'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Wild Charge
]],
	'/castsequence reset=10 Rake,Savage Roar,Shred,Shred,Shred,Rip,Rake,Shred,Shred,Ferocious Bite',
	'/use [stealth]Rake',
	'/use [combat]reset=60 Faerie Fire',
	[[/cast Tiger's Fury]],
	'/cast Berserk',	
[[/console autounshift 0
/startattack
/use [combat]13
/use [combat]14
]],
}

AOE

Sequences['FeralAoE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast Wild Charge
]],
	'/castsequence [nostealth] reset=target Swipe, Savage Roar, Thrash, Swipe, Swipe, Swipe, Rip, Swipe, Thrash, Swipe, Ferocious Bite, Swipe, Swipe',
	'/use [stealth]Rake',
	'/use [combat]reset=60 Faerie Fire',
	[[/cast Tiger's Fury]],
	'/cast Berserk',	
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Hi,

I also just hit 100. Any way you can get pulverize in and working, seems to be the prefered talent to me. For the guardian talents offcoarse. And with the aoe stuff in the single target macro, i see no use for teh aoe macro :slight_smile: Next to that i cant get it working after the st sequence lol. So i just run the st macro, which works well enough, also for aoe.

thanks in advance

This will never cast Healing Touch.

i try the feral macro, but the castsequence cant work
any idea?

Hi Smokenz, i have try your macro, and i found some problem
problem 1 the castsequence cant work better i think the macro is to fast when i spam it.
problem 2)
local _, Sequences = … – Don’t touch this
Sequences[‘FeralST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat] Prowl
/cast Wild Charge
]],
‘/castsequence reset=10 Rake,Savage Roar,Shred,Shred,Shred,Rip,Rake,Shred,Shred,Ferocious Bite’,
‘/use [stealth]Rake’,
‘/castsequence reset=180 Faerie Fire’,
[[/cast Tiger’s Fury]],
‘/cast Berserk’,
‘/cast Cenarion Ward’,
‘/castsequence reset=300 Rejuvenation’,
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

i have added rejuvenation but if i add castesequence reset=10 or 300 the macro spamm reju all the time.
try to test tiger’s fury because i think TF broke the macro. Sometime i have to push Rake to reset the macro or macro pamm only Healing Touch, reju and faerie faire.

i’m still working on this macro to adjust. if someone have any news post the new macro here.

Pee Bee…
please dont have anyone use this the way u have it…when u were taking things out of the op’s macro, u removed a very important thing…you removed the autounshift 1
without it…it turns off the ability to be able to do anything unless u manually get out of shapeshift then back again. and what i mean by that is…say ur fighting a group of mobs and u need to cast rejuv on urself to make it thru the fight without dieing…guess what…now u cant…u will have to manually unshift cast rejuv and then shift back to kitty form

After hitting 100 I added Pulverize. I find myself often a bit rage starved and added and extra Lacerate to the loop which has helped a bit. Lastly I added removing the error sounds and text to the pre and post macro section which works great.

Sequences['GuardianST'] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
	'/castsequence Thrash,Lacerate',
	'/castsequence reset=5 Savage Defense,Frenzied Regeneration',
	'/cast Lacerate',
	'/cast Faerie Fire',
	'/cast Mangle',
	'/cast Maul',
	'/cast Pulverize',
	'/cast Barkskin',
	'/cast Berserk',
	'/cast Mass Entanglement',
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}
Sequences['GuardianAoE'] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
	'/castsequence Thrash,Thrash,Lacerate',
	'/castsequence reset=5 Savage Defense,Frenzied Regeneration',
	'/cast Lacerate',
	'/cast Faerie Fire',
	'/cast Mangle',
	'/cast Maul',
	'/cast Pulverize',
	'/cast Barkskin',
	'/cast Berserk',
	'/cast Mass Entanglement',
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}

Thanks for all the response to my macros. Yes, there are a few WoD Growing pains which you’ve pointed out. Edit the macro accordingly when you hit 100. I’ve been leveling other toons so I’m not quite 100 yet on my druid. I will say, I’ve been playing mainly as Guardian and also found the need to add an additional lacerate in there. Also, it doesnt seem to fire off mangle as often as it should, dont know why. It works ok as is, but def could use some refinement.