enhance 7.1.5

Threw this together this evening. Try it out, seems to work OK for me. Dogs are on a separate button.

Sequences[‘enhancment’] = {
author=“Gugtar@Turalyon”,
specID=263,
version=14,
source = “Local”,
helpTxt = “Talents: 1312222”,
StepFunction = GSStaticPriority,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast Windsong”,
“/cast Stormstrike”,
“/castsequence Rockbiter, Rockbiter, Crash Lightning”,
“/cast Stormstrike”,
“/castsequence Rockbiter, Lightning Bolt”,
“/cast Flametongue”,
“/cast Rockbiter”,
“/cast Stormstrike”,
“/cast Rockbiter”,
“/castsequence Rockbiter, Lava Lash”,
PostMacro=[[
/use Doom Winds
]],
}

What talents are you using? Because you have Boulderfist listed as a taken talent but have windsong in the macro.

Fixed Talents, sorry about that.

cant seem to get this to load in GS-E

been trying to copy and paste, then import this, nothing works for GSE2 (Pre release progress 1)

<ol>
Sequences[‘enhancment’] = {
author=”Gugtar@Turalyon”,
specID=263,
version=14,
source = “Local”,
helpTxt = “Talents: 1312222″,
StepFunction = GSStaticPriority,
icon=’INV_MISC_QUESTIONMARK’,
lang=”enUS”,
PreMacro=[[
/targetenemy [noharm][dead]
]],
“/cast Windsong”,
“/cast Stormstrike”,
“/castsequence Rockbiter, Rockbiter, Crash Lightning”,
“/cast Stormstrike”,
“/castsequence Rockbiter, Lightning Bolt”,
“/cast Flametongue”,
“/cast Rockbiter”,
“/cast Stormstrike”,
“/cast Rockbiter”,
“/castsequence Rockbiter, Lava Lash”,
PostMacro=[[
/use Doom Winds
]],
}

NAtive GSE2 Version

Sequences['enhancment'] = {
  author="Gugtar@Turalyon",  
  SpecID=263,
  Talents = "1,3,1,2,2,2,2",
  Help = "Dogs are on a separate button.",
  Helplink = "https://wowlazymacros.com/forums/topic/enhance-7-1-5/",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy  [noharm][dead]",
      },
        "/cast Windsong",
        "/cast Stormstrike",
        "/castsequence Rockbiter, Rockbiter, Crash Lightning",
        "/cast Stormstrike",
        "/castsequence Rockbiter, Lightning Bolt",
        "/cast Flametongue",
        "/cast Rockbiter",
        "/cast Stormstrike",
        "/cast Rockbiter",
        "/castsequence Rockbiter, Lava Lash",
      KeyRelease={
        "/use Doom Winds",
      },
    },
  },
}

How do i get GS-E to actually see this?

[quote quote=39325]How do i get GS-E to actually see this?
[/quote]

i think its still not working

[quote quote=39306]


    Sequences[‘enhancment’] = {
    author=”Gugtar@Turalyon”,
    specID=263,
    version=14,
    source = “Local”,
    helpTxt = “Talents: 1312222″,
    StepFunction = GSStaticPriority,
    icon=’INV_MISC_QUESTIONMARK’,
    lang=”enUS”,
    PreMacro=[[
    /targetenemy [noharm][dead]
    ]],
    “/cast Windsong”,
    “/cast Stormstrike”,
    “/castsequence Rockbiter, Rockbiter, Crash Lightning”,
    “/cast Stormstrike”,
    “/castsequence Rockbiter, Lightning Bolt”,
    “/cast Flametongue”,
    “/cast Rockbiter”,
    “/cast Stormstrike”,
    “/cast Rockbiter”,
    “/castsequence Rockbiter, Lava Lash”,
    PostMacro=[[
    /use Doom Winds
    ]],
    }[/quote]

    cant get this one to work either

First download GSE2, (GSE:Advanced Macro Compiler : Action Bar Mods : World of Warcraft AddOns) then import code, I had to manually put in Authors name then it worked for me…
GSE 2.0 - YouTube TimothyLuke’s video on the new GSE
Hope this is helpful
Hat off to TimothyLuke :slight_smile:

I have the new version, i paste the code in the big box and select import on the import screen but it is not adding the new macro

Same here. I can click Import, paste it, it says successful, but then I can’t see it.

Yeah… imported success but it did NOT showing up on a list as it supposed to be. I did /reload ui, relog, everything, still nothing show up. :frowning:

Would not import correctly.

Fixed:

Sequences['enhancment'] = {
specID = 263,
author = "Gugtar@Turalyon",
helpTxt = "ST - 1312222 ",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
]],
"/cast Windsong",
"/cast Stormstrike",
"/castsequence Rockbiter, Rockbiter, Crash Lightning",
"/cast Stormstrike",
"/castsequence Rockbiter, Lightning Bolt",
"/cast Flametongue",
"/cast Rockbiter",
"/cast Stormstrike",
"/cast Rockbiter",
"/castsequence Rockbiter, Lava Lash",
PostMacro = [[
/cast [combat] Doom Winds
]],
}

i get a “import successful” , but when i drag and drop the icon, it doesnt work . .

Thank you Timothy for all of your efforts! It has definitely made my time playing WoW more enjoyable.

I have been reading through these forums for the past 24 hours and trying most solutions, without success. I also watched Timothy’s most recent video.

I am having the same issue, I cannot get any of these “suggested” macros to show up in GSE. I followed the process of “importing” (import successful), adding and even editing existing macros.

I have the following addons installed:
Gnomesequencer (original?)
GSE: Gnome Sequencer Enhanced: Advanced Macros (GSE 2.0.0)
GSE: High Performance Macro Plugin (HP Macros for GSE 2.0 - Patch 7.1.5)

Am I missing an addon OR do I have something installed that I should not have active?

Thanks

I will say I was able to create an icon for: SAM_enhsingle which is a very old legion macro. This one seems “pre-loaded” some how for me.

This macro does work and allows me to play the game.

Since I am required to keep boulderfist for this macro, I changed my spec to 3212222. I deally, I would like to be able to change that first tier talent to something else and utilize rockbiter.

I get “import successful” but nothing shows up in the macro window, no new macro or anything. Doesn’t matter if I use the macro posted by Timothy or the updated one by Spitz.

same here it imports but nothing even the SAM ones dont work if i put them on the action bar

i relogged and the sam ones started to work but still cant import them into the macro area any 1 know of a fix yet ?