Results: 136Comments by: Huldrych
File: GSE:Advanced Macro Compiler06-23-16
Re: HowTo Video
Posted By: Huldrych
I have been asked to do a video on migrating and setup for Legion. I will try to do this Friday Night (AU Time) and have it out for the weekend. https://youtu.be/CpR3yCGY8zg
File: GSE:Advanced Macro Compiler06-22-16
GS-Draiksmacros
Posted By: Huldrych
BTW I have only completed one "Legion" sequence in this optional addon. This is more placeholder/example stuff on how you could do this using WoD macros. "RetSTLegion" is the only Legion macro currently for a Ret Pally
File: GSE:Advanced Macro Compiler06-22-16
HowTo Video
Posted By: Huldrych
I have been asked to do a video on migrating and setup for Legion. I will try to do this Friday Night (AU Time) and have it out for the weekend.
File: GSE:Advanced Macro Compiler06-20-16
Re: Conflict
Posted By: Huldrych
I have no clue as to why , but every time I enable GSE it breaks my Swatter addon. Swatter is a bug catcher addon and when GSE is enabled it reverts to blizz standard bug catcher which is garbage. I tested this multiple times on dif toons and servers I'll see what I can find
File: GSE:Advanced Macro Compiler06-19-16
You can both. You could create y...
Posted By: Huldrych
You can both. You could create your own Sequences.lua and have one big file or you could split it out into multiple files like I have. You could just install the GS-Core and copy in your old sequences file from the old version and it will work. You could take my Draik's Macros add-on and edit this significantly to suit you...
File: GSE:Advanced Macro Compiler06-17-16
Ive only been testing it in Legion...
Posted By: Huldrych
Ive only been testing it in Legion but some people have talked about it working in WoD You can use old macros with it but they will all become new in Legion with the Pruning. What I mean by this is that the macros are in the same format as the old WoWLazyMacros. The differences are the Bold parts below: ----------------...
File: GSE:Advanced Macro Compiler06-15-16
577 - Havoc 581 - Vengence
Posted By: Huldrych
577 - Havoc 581 - Vengence
File: GSE:Advanced Macro Compiler06-15-16
Hi Suzie 0 should work but I wil...
Posted By: Huldrych
Hi Suzie 0 should work but I will have the numbers for Demon Hunters in the next day or so. If you cant wait a few days, change the last function in the core.lua file with: SlashCmdList = function (msg, editbox) if msg == "listall" then ListMacros("all") elseif msg == "class" or msg == UnitClass("player") then...
File: GSE:Advanced Macro Compiler06-02-16
Awesome. Most of my old macros are...
Posted By: Huldrych
Awesome. Most of my old macros are there are a base. I am working on this being a two mod thing with the core and then extra macro packs.
File: GSE:Advanced Macro Compiler05-15-16
Old MAcros
Posted By: Huldrych
This first cut includes a bunch of old macros from 6.4.2 Ive only added a single Retribution Legion one that I have been using to test the addon. I will clean up the other code as I go.
File: Draik's Broker Ilevel04-21-16
Found the problem - It came from Ad...
Posted By: Huldrych
Found the problem - It came from Adding in ElvUI support and trying to inherit Elv's fonts. I will repush this tonight and update.