GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Error when importing sequences from old GSE1 lua files and copying in extra information besides the sequence.

FenrisWolfe opened this issue · 9 comments

commented

when I hit paste then import it doesn't give me a success message and doesn't put the macro in the list for my toon. Also for macros I DO have when I click on create icon THAT doesn't work either.

commented

Mr. Minahan, I hate problems, lol.. Okay so I went into WoW and copied and pasted a macro straight from a blog as opposed to a .LUA file whose text I just copied and pasted. It worked. For the icons I discovered that if I create a NEW macro in WoW with nothing in the body and just a question mark for an icon and when I click save, Bam, I get a ? in GS. Then I can use it. (Oh, I also deleted the GS-MyMacro folder, not sure how that wasn't deleted before)
I am going to chalk this up to User Error(or Selficus Stupidious)..

Just out of curiosity, what language is this written in?

Anyway, just for info purposes, here is my setup:
MacBook Pro 13" (yes, yes, I know, WoW on a MAC??)
OS: MacOS Sierra 10.12.6
MEM: 16 gig
VER: 2.1.04 GSE: Advanced Macros

Oh and no error messages..

commented
commented

there is no GSE.lua in the WTF folder, but there is one in WTF/Account/"name on account"/Saved variables folder.. Should that be in the WTF root?

F

commented
commented

Okay, cool. Just tried importing a macro from forums in WLM and it said import successful, but there is no macro in the list.

commented
commented

has it since appeared?

commented

Sorry for delay, yes, there were lines in the macro before the actual macro that I believe was preventing it from actually being imported even tho add-on said it was. So as an example.. THe line in bold, if kept, prevents import but will still give a success message. When deleted the import is actually successful.

local Sequences = GSMasterSequences -- Dont remove this

---Demon Hunter---
---Havoc---
---Tier 2: Prepared is the optimal choice in a vast majority of situations, Demon Blades is better in AoE situation especially when you have taken Fel Barrage as a Talent---
---Tier 5: Momentum is the default choice in this tier, but take Nemesis instead if you feel unconfortable moving around at an encounter---
---Tier 7 : Chaos Blades = Single target, Fel Barrage = Multi-target---

These were macros that were .lua's as part of gs-addon packs such as "GS-DarkRamz" or "GS-OakMacros" that I had installed using Curse (now Twitch).

commented

Wait a sec -
local Sequences = GSMasterSequences -- Dont remove this

Thats from GSE1 - If you leave that it yes it will report success as the parsing is successful but it wont return the macro.

The macros you are trying to import were for WOW 7.0.3. 7.1.5 introduced a lot of changes and those macros needed to be updated as they will not perform for you with how the classes have changed between 7.1 and now. They may work but you will be missing out on about 200-400k dps.