Gnome Enhancement 6.0.3

Build: works with either Unleashing Fury or Primal Elementalist, if you use Primal Elementalist remove the – below frost shock.

If you want to use Frost Shock removed the –

If you want to be lazy remove the – from Lightning Bolt.

I personally prefer to do my own procs ( LB,CL, Shamanistic Rage )

DPS Macro

Sequences['EnhDPS'] = {
    PreMacro = [[
/targetenemy [noharm][dead]
/startattack
    ]],
	'/cast !Flame Shock',
	'/cast Unleash Elements',
	'/cast Lava Lash',
	'/cast Stormstrike',
	'/cast Fire Nova',
	'/use !Feral Spirit',
	-- '/cast [combat] !Lightning Bolt',
	-- '/cast Frost Shock',
	-- '/cast [combat] Fire Elemental Totem',
	-- '/cast [combat] Earth Elemental Totem',
	-- '/cast [pet:Primal Fire Elemental] Empower',
	-- POST MACRO ONLY GOOD IF ITS NO GCD.
    PostMacro = [[
/use ![combat] Ascendance
/use ![combat] Elemental Mastery
/use Shamanistic Rage
/use [combat]13
/use [combat]14
    ]],
}

Totem Macro (Not Gnome) i prefer this.

#Showtooltip
/castsequence reset=300 Fire Elemental Totem,Earth Elemental Totem,null
/castsequence reset=target Searing Totem

READ ME – If you do not know what Gnome is
https://wowlazymacros.com/forums/topic/gnome-sequencer/

has anyone tried this I cant seem to get it to work maybe I install it wrong

I got this to work and saw a significant increase in my DPS. It’s probably the conversion to gnome sequencer versus traditional macros using something like SuperDuperMacro. Either way, I’m pleased with the results. Thanks, OP!

Hi All,

Anyone know why my second macro will not work at all, i created an in-game blank macro call ‘Free’ and bound it, but absolutely nothing happens when i press it.

mlocal _, Sequences = ... -- Don't touch this

Sequences[‘EnhDPS’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
]],
‘/cast !Flame Shock’,
‘/cast Unleash Elements’,
‘/cast Lava Lash’,
‘/cast Stormstrike’,
‘/cast Fire Nova’,
‘/use !Feral Spirit’,
‘/cast [combat] !Lightning Bolt’,
‘/cast Frost Shock’,
‘/cast [combat] Fire Elemental Totem’,
– ‘/cast [combat] Earth Elemental Totem’,
– ‘/cast [pet:Primal Fire Elemental] Empower’,
– POST MACRO ONLY GOOD IF ITS NO GCD.
PostMacro = [[
/use ![combat] Ascendance
/use ![combat] Elemental Mastery
/use Shamanistic Rage
]],
}

–Ghost wolf freedom
Sequences[‘Free’] = {
‘/cast Ghost Wolf’,
‘/cast Spirit Walk’,
‘/cast [combat] windwalk totem’,
}

Never mind, i was using a wrong directory.

glad its working for everyone ^^ was one of the first macro’s i decided to post

Great macro, good work, do you have a good aoe one that would work well with gnome?

Cheers

can you plz tell us what ur build is?

Hey,
I’m not sure if this is happening to anyone else but when I pop ascendance wind strike does not seem to fire properly, during my whole time in ascendance form I only done 1 wind strike, just r and g or do you think something might need tweaking?

Cheers

Cant get this macro to work :frowning:

UNABLE TO GET THIS GNOME MACRO TO WORK AT ALL


Sequences['ShamanST'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
]]
	‘/cast Flame Shock’,
	‘/cast Unleash Elements’,
	‘/cast Lava Lash’,
	‘/cast Stormstrike’,
	‘/cast Fire Nova’,
	‘/cast Feral Spirit’,
	‘/cast Lightning Bolt’,
	‘/cast Frost Shock’,
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

I’d like someone to prove me wrong, but I don’t think it works anymore. I had two sequences up and running a few days ago, but I wanted to change a few things in both, so I thought I’d delete the old ones and start over. Since then I have tried several times to create the new macro’s (deleted and reinstalled the addon and blanks macros and started a fresh), but nothing happens. It’s as though Blizzard have recently put a block to it. Can someone prove you can still make this work from scratch as of today?

your using = ‘
when you should be using = ’

I use this

Sequences[“theboom”] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
]],
‘/cast Unleash Elements’,
‘/cast Lava Lash’,
‘/cast Stormstrike’,
‘/cast Frost Shock’,
‘/cast Fire Nova’,
‘/cast Liquid Magma’,
PostMacro = [[
/use ![combat] Ascendance
/use Shamanistic Rage
/use [combat]13
/use [combat]14
]],
}
other cds manually

can you have 2 sequences on the same “Sequences.lua” or 1 only?

You can have many sequences. I run 7 toons and at least one sequence for each, sometimes more than one so no problem…

but how do have it on Sequences.lua note, do you leave a few spaces between each new toon sequence? because i cant seem to have 2 different types of deeps sequences on the same toon, for EG “deeps 1” …“deeps 2” i can only have one…can u show us an example on how you have yours setup on your ULA please thanks, paul

[quote quote=19091]/startattack
]]
‘/cast Flame Shock’,
‘/cast Unleash Elements’,[/quote]

Pro tip: As it is with all programming, check for proper termination of a statement or element.

There should be a “,” after “]]”

I hope this get you up and running.

Thanks,

Trunkmonkey

Easy enough, create your sequence for “deeps 1” and then create your sequence for “deeps 2” etc. You only need to put a space between your sequences.


Sequences["deeps 1"] = {
PreMacro = 
[[
/targetenemy [noharm][dead]
]],
    "/cast !Flame Shock",
    "/cast Unleash Elements",
    "/cast Lava Lash",
    "/cast Stormstrike",
    "/cast Fire Nova",
    "/cast [combat] !Feral Spirit",
    "/cast [combat] Lightning Bolt",
    "/cast Frost Shock",
PostMacro = 
[[
/startattack
/use ![combat] Ascendance
/use ![combat] Elemental Mastery
/use Shamanistic Rage
/use [combat]13
/use [combat]14
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}

Sequences["deeps 2"] = {
PreMacro = 
[[
/targetenemy [noharm][dead]
]],
    "/cast !Flame Shock",
    "/cast Unleash Elements",
    "/cast Lava Lash",
    "/cast Stormstrike",
    "/cast Fire Nova",
    "/cast [combat] !Feral Spirit",
    "/cast [combat] Lightning Bolt",
--    "/cast Frost Shock",
PostMacro = 
[[
/startattack
/use ![combat] Ascendance
/use ![combat] Elemental Mastery
/use Shamanistic Rage
/use [combat]13
/use [combat]14
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}

Don’t forget to create the execution macro for your sequences!

Read the documentation… the author was reasonably thorough.

sorry to elongate this out but why have deeps1 and then deeps2?? do you have an aoe macro