Nickfury's WW Macro Spam Away

I’m a fan of WDP. Anyone have suggestions on where to add that into the macro?

I imported it fine and go to use it, nothing is happening.

How many personal macros do you have?

Storm, Earth, and Fire is a passive spell, why is it in the macro?

For you to edit out if you do not use it.

Well it is a passive spell, I will just remove it because any windwalker uses it

You do you :smiley:

Ok for some reason this macro does not work at all. Or made it is due to the addon? As it imports and does not show. If it does import, it comes up with a huge error about the addon. But then Kiddo macro works fine but this one does not?

Error occured in: Global
Count: 1
Message: …\AddOns\GSE\API\Storage.lua line 536:
attempt to call method ‘SetAttribute’ (a nil value)
Debug:
GSE\API\Storage.lua:536: OOCUpdateSequence()
GSE\API\Events.lua:310: ?()
…terface\AddOns\GSE\Lib\AceTimer-3.0\AceTimer-3.0.lua:53:
…terface\AddOns\GSE\Lib\AceTimer-3.0\AceTimer-3.0.lua:48

Ok, first Storm, earth, fire is in the macro because if you read the talents I am using Serenity talent. Second, as far as the macro not importing I can not be much help. You may need to update GSE or remove a macro from your current macro list in your Blizzard macros NOT GSE. I just imported this macro myself just fine to one of my other account works just fine so the error must be on your end. Hope This helps

The most current version of GSE is Version 2.1.07

Yup and that is the version I have.

Sometimes if you rename the macro it will help but thats the last thing i can think of

I used it on a new PC install, works perfectly.

Date: 2017-09-14 21:50:47 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\GSE\API\Storage.lua line 536: attempt to call method 'SetAttribute' (a nil value) Debug: GSE\API\Storage.lua:536: OOCUpdateSequence() GSE\API\Events.lua:310: ?() ...terface\AddOns\GSE\Lib\AceTimer-3.0\AceTimer-3.0.lua:53: ...terface\AddOns\GSE\Lib\AceTimer-3.0\AceTimer-3.0.lua:48

As it says error at 536 So going from 529-536 it is

— This functions schedules an update to a sequence in the OOCQueue.
function GSE.UpdateSequence(name, sequence)
local vals = {}
vals.action = “UpdateSequence”
vals.name = name
vals.macroversion = sequence
table.insert(GSE.OOCQueue, vals)
end

So line 529-536 it is — This functions schedules an update to a sequence in the OOCQueue.
function GSE.UpdateSequence(name, sequence)
local vals = {}
vals.action = “UpdateSequence”
vals.name = name
vals.macroversion = sequence
table.insert(GSE.OOCQueue, vals)
end

Did you try renaming the macro? try just removing the spaces in the macro name before you import it.

Tried renaming it, tried editing it and it does not show in the saved variables file where the macro is stored. But comes up with a error when logging in.

Sequences['Nickfury_WW_TEST'] = {
-- This Sequence was exported from GSE 2.1.07.
  Author="Opclass@Mal'Ganis",
  SpecID=269,
  Talents = "3233123",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/cast [nochanneling] [mod:alt] Storm, Earth, and Fire",
        "/cast [nochanneling] Blood Fury",
      },
      PreMacro={
      },
        "/cast [nochanneling] Touch of Death",
        "/cast [nochanneling] Fists of Fury",
        "/cast [nochanneling] Rising Sun Kick",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling] Chi Wave",
        "/castsequence [nochanneling] Fists of Fury, Rising Sun Kick, Blackout Kick",
        "/cast [mod:alt] [nochanneling] Invoke Xuen, the White Tiger",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

try that if it doesn’t work I dont know what else to do